fix
This commit is contained in:
1
.github/workflows/lo-test.yml
vendored
1
.github/workflows/lo-test.yml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
# ...
|
||||
|
||||
Reference in New Issue
Block a user