From: John Crispin Date: Tue, 16 Sep 2014 11:55:57 +0000 (+0000) Subject: fs-tools: dont use mips16 X-Git-Tag: reboot~5933 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ac01f2b9d6f83fcb63b03b48be1dddd6ca963c0f;p=oweals%2Fopenwrt.git fs-tools: dont use mips16 this causes problems on 47xx/74k Signed-off-by: John Crispin SVN-Revision: 42570 --- 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 include $(INCLUDE_DIR)/package.mk