From 88d2135f30295e075009a901524abc874c403157 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Thu, 11 Jun 2020 08:35:21 +0200 Subject: [PATCH] Fix --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index bd41df55..00d03d1c 100755 --- a/build.sh +++ b/build.sh @@ -275,6 +275,8 @@ rm -rf target/linux/mediatek/patches-4.14/0027-*.patch rm -rf feeds/packages/libs/libwebp echo "Update feeds index" +rm -rf feeds/luci/modules/luci-mod-network + cp .config .config.keep scripts/feeds clean scripts/feeds update -a @@ -292,7 +294,6 @@ if [ "$OMR_ALL_PACKAGES" = "yes" ]; then scripts/feeds install -a -d m -p packages scripts/feeds install -a -d m -p luci fi -rm -rf feeds/luci/modules/luci-mod-network scripts/feeds install -a -d y -f -p openmptcprouter cp .config.keep .config echo "Done"