From ea1284828d3461ba230bd6e8dafe10697a8415c8 Mon Sep 17 00:00:00 2001 From: klever1988 <56048681+klever1988@users.noreply.github.com> Date: Mon, 3 Feb 2020 17:58:53 +0800 Subject: [PATCH] Update neo2.yml --- .github/workflows/neo2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/neo2.yml b/.github/workflows/neo2.yml index a7f2f01..03c0ac3 100644 --- a/.github/workflows/neo2.yml +++ b/.github/workflows/neo2.yml @@ -1,4 +1,4 @@ -name: original Build +name: neo2 Build on: push: @@ -45,7 +45,7 @@ jobs: cp ../original.xml .repo/manifests/h5.xml repo sync -c --no-clone-bundle sed -i '/=m/d;/CONFIG_ALL_KMODS/d;/CONFIG_ALL_NONSHARED/d;/CONFIG_DEVEL/d;/docker/d;/DOCKER/d;/CONFIG_DISPLAY_SUPPORT/d' configs/config_h5 - sed -i 's/dnsmasq /dnsmasq-full /' friendlywrt/include/target.mk + #sed -i 's/dnsmasq /dnsmasq-full /' friendlywrt/include/target.mk - name: Clean Feeds run: |