This commit is contained in:
John Doe
2023-12-07 16:05:35 +08:00
parent 1f3dc07c9a
commit ac749107ff
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ jobs:
. $GITHUB_WORKSPACE/scripts/merge_packages.sh
. $GITHUB_WORKSPACE/scripts/patches.sh
cd
svn export https://github.com/openwrt/luci/branches/master luci
git clone --depth=1 --single-branch https://github.com/openwrt/luci
pushd luci
ls -d */ | xargs -ri diff -q {} ../lede/feeds/luci/{} | grep Only | grep lede | grep -E applications\|themes | awk '{print $4}' | xargs -ri echo CONFIG_PACKAGE_{}=m > ~/lede/more_luci.txt
popd