diff options
author | John Crispin <john@openwrt.org> | 2014-09-16 11:55:57 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-16 11:55:57 +0000 |
commit | ac01f2b9d6f83fcb63b03b48be1dddd6ca963c0f (patch) | |
tree | 88c487f471d64dbf570393e33fc1248490ab55bb /package | |
parent | 78726df7bdb3df7d816b4b52c536e04d512c21e2 (diff) | |
download | upstream-ac01f2b9d6f83fcb63b03b48be1dddd6ca963c0f.tar.gz upstream-ac01f2b9d6f83fcb63b03b48be1dddd6ca963c0f.tar.bz2 upstream-ac01f2b9d6f83fcb63b03b48be1dddd6ca963c0f.zip |
fs-tools: dont use mips16
this causes problems on 47xx/74k
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42570
Diffstat (limited to 'package')
-rw-r--r-- | package/system/fstools/Makefile | 2 |
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 |