package: re-group
This commit is contained in:
1
.github/workflows/lo-test.yml
vendored
1
.github/workflows/lo-test.yml
vendored
@@ -93,6 +93,7 @@ jobs:
|
||||
make defconfig && make tools/upx/compile -j$(($(nproc) + 1))
|
||||
sed -i '/\(tools\|toolchain\)\/Makefile/d' Makefile
|
||||
|
||||
cat $GITHUB_WORKSPACE/extra_packages.seed >> .config
|
||||
echo -e '# CONFIG_SIGNED_PACKAGES is not set\n' >> .config
|
||||
find package/ -type d -name luci-app-* | rev | cut -d'/' -f1 | rev | xargs -n1 -i echo CONFIG_PACKAGE_{}=y >> .config
|
||||
find feeds/luci/applications -type d -name luci-app-* | rev | cut -d'/' -f1 | rev | xargs -n1 -i echo CONFIG_PACKAGE_{}=y >> .config
|
||||
|
||||
Reference in New Issue
Block a user