From a762b23185cfd94f1b4a4248c49ea984b4d4afe5 Mon Sep 17 00:00:00 2001 From: suyuan168 <175338101@qq.com> Date: Thu, 30 Dec 2021 18:20:56 +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 be3f68cd..d08a5e52 100755 --- a/build.sh +++ b/build.sh @@ -636,7 +636,6 @@ 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" @@ -657,6 +656,7 @@ if [ -n "$CUSTOM_FEED" ]; then else scripts/feeds install -a -d y -f -p openmptcprouter fi +scripts/feeds install -a cp .config.keep .config scripts/feeds install kmod-macremapper echo "Done"