This commit is contained in:
John Doe
2021-10-30 13:29:27 +08:00
parent 3b47c1d114
commit 29215ffaaf

View File

@@ -76,9 +76,8 @@ jobs:
cd
[ $BRANCH != 'master' ] && BRANCH='openwrt-18.06'
svn export https://github.com/openwrt/luci/branches/$BRANCH luci
echo > more_luci.txt
pushd luci
ls -d */ | xargs -n1 -i diff -q {} ../lede/feeds/luci/{} | grep Only | grep lede | grep -E applications\|themes | awk '{print $4}' | xargs -n1 -i echo CONFIG_PACKAGE_{}=m >> ~/lede/more_luci.txt
ls -d */ | xargs -n1 -i diff -q {} ../lede/feeds/luci/{} | grep Only | grep lede | grep -E applications\|themes | awk '{print $4}' | xargs -n1 -i echo CONFIG_PACKAGE_{}=m > ~/lede/more_luci.txt
popd
- name: Custom configure file