aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/fstools
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-09-16 11:55:57 +0000
committerJohn Crispin <blogic@openwrt.org>2014-09-16 11:55:57 +0000
commit420eec3ba8ff272511d476381734a65335999510 (patch)
tree941d9bcf59774a8714ab38af0b07f7b47f5f2282 /package/system/fstools
parente2520eb771fc8ca6ea679895bbc8c0a10a2ff045 (diff)
downloadupstream-420eec3ba8ff272511d476381734a65335999510.tar.gz
upstream-420eec3ba8ff272511d476381734a65335999510.tar.bz2
upstream-420eec3ba8ff272511d476381734a65335999510.zip
fs-tools: dont use mips16
this causes problems on 47xx/74k Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42570 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/fstools')
-rw-r--r--package/system/fstools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile
index 18098dd23a..9b4ec51274 100644
--- a/package/system/fstools/Makefile
+++ b/package/system/fstools/Makefile
@@ -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