pull/1345/head
John Doe 2023-12-23 05:41:07 +08:00
parent 56eb1412e6
commit 9bb38f3018
No known key found for this signature in database
GPG Key ID: 30F190E0C359CB4F
1 changed files with 1 additions and 1 deletions

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