From 069768ed7d626e8f05f35073babb70fe22dfa252 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 4 Feb 2022 19:56:29 +0100 Subject: [PATCH] Force remove openwrt iperf3 --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 6f28f99a..ecefb26f 100755 --- a/build.sh +++ b/build.sh @@ -623,6 +623,7 @@ rm -rf feeds/luci/modules/luci-mod-network [ -d feeds/${OMR_DIST}/luci-app-statistics ] && rm -rf feeds/luci/applications/luci-app-statistics [ -d feeds/${OMR_DIST}/luci-proto-modemmanager ] && rm -rf feeds/luci/protocols/luci-proto-modemmanager [ -d feeds/${OMR_DIST}/netifd ] && rm -rf package/network/config/netifd +[ -d feeds/${OMR_DIST}/iperf3 ] && rm -rf feeds/packages/net/iperf3 echo "Add Occitan translation support" if ! patch -Rf -N -p1 -s --dry-run < patches/luci-occitan.patch; then