diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index c3dca33..271f57c 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -95,6 +95,7 @@ jobs: find package/ -type d -name luci-app-* | rev | cut -d'/' -f1 | rev | xargs -ri echo CONFIG_PACKAGE_{}=m >> .config cat $GITHUB_WORKSPACE/extra_packages.seed >> .config cat more_luci.txt >> .config + [ -f .config_fix ] cat .config_fix >> .config make defconfig && sed -i -E 's/# (CONFIG_.*_COMPRESS_UPX) is not set/\1=y/' .config && make defconfig cat .config diff --git a/scripts/patches.sh b/scripts/patches.sh index 6f9c2ca..17c58a3 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -128,8 +128,7 @@ fi # fix for x86 if [[ $DEVICE == 'x86' ]]; then - echo -ne "CONFIG_PACKAGE_kmod-usb-audio=n\n" >> .config - make defconfig + echo -ne "CONFIG_PACKAGE_kmod-usb-audio=n\n" >> .config_fix fi # ...