From 7f95de3466e842e6d1cce2d9b8dd4d744620a5de Mon Sep 17 00:00:00 2001 From: suyuan168 <175338101@qq.com> Date: Thu, 30 Dec 2021 18:16:18 +0800 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5fa9e36e..be3f68cd 100755 --- a/build.sh +++ b/build.sh @@ -636,6 +636,7 @@ echo "Update feeds index" cp .config .config.keep scripts/feeds clean scripts/feeds update -a +scripts/feeds install -a #cd - #echo "Checking if fullconenat-luci patch is set or not" @@ -656,7 +657,6 @@ if [ -n "$CUSTOM_FEED" ]; then else scripts/feeds install -a -d y -f -p openmptcprouter fi -exit cp .config.keep .config scripts/feeds install kmod-macremapper echo "Done"