mirror of
https://github.com/stupidloud/nanopi-openwrt.git
synced 2025-06-03 22:03:43 +08:00
fix
This commit is contained in:
parent
1aa1bbad21
commit
56eb1412e6
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
|
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 $GITHUB_WORKSPACE/extra_packages.seed >> .config
|
||||||
cat more_luci.txt >> .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
|
make defconfig && sed -i -E 's/# (CONFIG_.*_COMPRESS_UPX) is not set/\1=y/' .config && make defconfig
|
||||||
cat .config
|
cat .config
|
||||||
|
|
||||||
|
@ -128,8 +128,7 @@ fi
|
|||||||
|
|
||||||
# fix for x86
|
# fix for x86
|
||||||
if [[ $DEVICE == 'x86' ]]; then
|
if [[ $DEVICE == 'x86' ]]; then
|
||||||
echo -ne "CONFIG_PACKAGE_kmod-usb-audio=n\n" >> .config
|
echo -ne "CONFIG_PACKAGE_kmod-usb-audio=n\n" >> .config_fix
|
||||||
make defconfig
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ...
|
# ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user