packages: disable mips16 support on a number of packages that fail to build with it

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39880 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2014-03-11 16:00:31 +00:00
parent 81f8904c2d
commit 0a1191c8e1
12 changed files with 21 additions and 0 deletions

View File

@ -12,6 +12,8 @@ PKG_NAME:=perf
PKG_VERSION:=$(LINUX_VERSION)
PKG_RELEASE:=2
PKG_USE_MIPS16:=0
include $(INCLUDE_DIR)/package.mk
define Package/perf

View File

@ -20,6 +20,8 @@ PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
PKG_USE_MIPS16:=0
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/kernel.mk