fs-tools: dont use mips16
authorJohn Crispin <john@openwrt.org>
Tue, 16 Sep 2014 11:55:57 +0000 (11:55 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 16 Sep 2014 11:55:57 +0000 (11:55 +0000)
this causes problems on 47xx/74k

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42570

package/system/fstools/Makefile

index 18098dd23a1e0282d819500757a306da4396af83..9b4ec51274f89df7a27f48623c4929e13f32b5c2 100644 (file)
@@ -23,6 +23,8 @@ PKG_CHECK_FORMAT_SECURITY:=0
 PKG_LICENSE:=GPLv2
 PKG_LICENSE_FILES:=
 
+PKG_USE_MIPS16:=0
+
 PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
 
 include $(INCLUDE_DIR)/package.mk