commit fe25f00fb6c4a1b7edf5bc0b0b5c164cc4482b52
parent 159f6139419a7b1688e50a6c673bd7939a73395e
Author: Jonas Gorski <jogo@openwrt.org>
Date: Sun, 12 Apr 2015 14:06:01 +0200
znc: disable mips16
Using mips16 seems to make znc randomly crash.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net/znc/Makefile b/net/znc/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=znc
PKG_VERSION:=1.4
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://znc.in/releases \
@@ -20,6 +20,7 @@ PKG_MAINTAINER:=Jonas Gorski <jogo@openwrt.org>
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
+PKG_USE_MIPS16:=0
PKG_BUILD_PARALLEL:=1