package: add g******y and luci-app-oled(https://github.com/NateLol/luci-app-oled)

This commit is contained in:
John Doe
2021-03-05 16:22:29 +08:00
parent 1bfbe03194
commit 755d54aaf4
5 changed files with 12 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ jobs:
#ln -sf /usr/bin/upx-ucl staging_dir/host/bin/upx
sed -i '/\(tools\|toolchain\)\/Makefile/d' Makefile
echo -e '# CONFIG_SIGNED_PACKAGES is not set\n' >> .config
grep -l -r --include=\Makefile '(STAGING_DIR_HOST)/bin/upx ' | xargs -n1 sed -i '/upx/d' || true
grep -l -r --include=\Makefile '(STAGING_DIR_HOST)/bin/upx ' | xargs -n1 -i sed -i '/upx/d' {}
make defconfig