diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-04-12 14:06:01 +0200 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-04-12 14:06:35 +0200 |
commit | fe25f00fb6c4a1b7edf5bc0b0b5c164cc4482b52 (patch) | |
tree | e00502768e0dbb1a0044d9ed6559f39ee57b16c3 /net/znc/Makefile | |
parent | 159f6139419a7b1688e50a6c673bd7939a73395e (diff) |
znc: disable mips16
Using mips16 seems to make znc randomly crash.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Diffstat (limited to 'net/znc/Makefile')
-rw-r--r-- | net/znc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/znc/Makefile b/net/znc/Makefile index 9681c4733..8e39a380a 100644 --- 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 |