projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78726df
)
fs-tools: dont use mips16
author
John Crispin
<john@openwrt.org>
Tue, 16 Sep 2014 11:55:57 +0000
(11:55 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/package/system/fstools/Makefile
b/package/system/fstools/Makefile
index 18098dd23a1e0282d819500757a306da4396af83..9b4ec51274f89df7a27f48623c4929e13f32b5c2 100644
(file)
--- 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