This commit is contained in:
John Doe
2023-12-23 05:41:07 +08:00
parent 56eb1412e6
commit 9bb38f3018

View File

@@ -95,7 +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
[ -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