add nft-qos

This commit is contained in:
root
2020-09-08 09:18:54 +08:00
parent 3987b322a8
commit c2abc252e2
3 changed files with 70 additions and 3 deletions

View File

@@ -43,17 +43,17 @@ jobs:
cd friendlywrt
git remote add upstream https://github.com/project-openwrt/openwrt && git fetch upstream
git checkout upstream/openwrt-19.07 -b tmp
git checkout upstream/openwrt-18.06 -b tmp
git mv README.md README
git commit -m 'reset'
git checkout master-v19.07.1
git rebase adc1a9a3676b8d7be1b48b5aed185a94d8e42728^ --onto tmp -X theirs
rm -f target/linux/rockchip-rk3328/patches-4.14/0001-net-thunderx-workaround-BGX-TX-Underflow-issue.patch
git checkout upstream/openwrt-19.07 -- feeds.conf.default
git checkout upstream/openwrt-18.06 -- feeds.conf.default
cd package/ctcgfw/
rm -rf luci-app-oled/ && git clone https://github.com/NateLol/luci-app-oled
cd ../../
git apply ../../enable_autocore_ctcgfw.diff
git apply ../../enable_autocore_ctcgfw_master.diff
sed -i '/uci commit luci/i\uci set luci.main.mediaurlbase="/luci-static/argon"' package/lean/default-settings/files/zzz-default-settings
sed -i '/exit/i\chown -R root:root /usr/share/netdata/web' package/lean/default-settings/files/zzz-default-settings
sed -i '/exit/i\find /etc/rc.d/ -name *docker* -delete' package/lean/default-settings/files/zzz-default-settings