Author: blogic Date: 2014-09-16 13:55:57 +0200 (Tue, 16 Sep 2014) New Revision: 42570
Modified: trunk/package/system/fstools/Makefile Log: fs-tools: dont use mips16 this causes problems on 47xx/74k Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/system/fstools/Makefile =================================================================== --- trunk/package/system/fstools/Makefile 2014-09-16 01:29:59 UTC (rev 42569) +++ trunk/package/system/fstools/Makefile 2014-09-16 11:55:57 UTC (rev 42570) @@ -23,6 +23,8 @@ PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:= +PKG_USE_MIPS16:=0 + PKG_MAINTAINER:=John Crispin <[email protected]> include $(INCLUDE_DIR)/package.mk _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
