fix
This commit is contained in:
3
.github/workflows/lo-test.yml
vendored
3
.github/workflows/lo-test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user