This commit is contained in:
root
2020-09-18 21:02:26 +08:00
parent 4f0be13158
commit 9e36e765cd
5 changed files with 12 additions and 11 deletions

View File

@@ -35,6 +35,7 @@ jobs:
cd friendlywrt-h5
. ../remove_unused_config.sh
cat ../app_config.seed >> configs/config_h5
sed -i '/sqm-scriptss/d;/kmod-sched/d;' configs/config_h5
cd friendlywrt
git remote add upstream https://github.com/coolsnowwolf/openwrt && git fetch upstream
git checkout upstream/lede-17.01 -b tmp