diff options
Diffstat (limited to 'net/crowdsec')
-rw-r--r-- | net/crowdsec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/crowdsec/Makefile b/net/crowdsec/Makefile index d3b235996..aa939df95 100644 --- a/net/crowdsec/Makefile +++ b/net/crowdsec/Makefile @@ -19,7 +19,7 @@ PKG_MAINTAINER:=Gerald Kerma <gandalf@gk2.net> PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 CWD_SYSTEM:=openwrt |