disable mips16 for a few packages that don't compile with it

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37773
This commit is contained in:
Felix Fietkau
2013-08-14 14:29:15 +00:00
parent ae737b77b5
commit 19283a07df
3 changed files with 3 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
PKG_FIXUP = autoreconf
PKG_INSTALL := 1
PKG_BUILD_PARALLEL := 1
PKG_USE_MIPS16:=0
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/kernel.mk