Author: blogic Date: 2014-09-16 20:35:03 +0200 (Tue, 16 Sep 2014) New Revision: 42579
Modified: branches/barrier_breaker/package/system/fstools/Makefile Log: fs-tools: dont use mips16 this causes problems on 47xx/74k Signed-off-by: John Crispin <[email protected]> Backport of r42570 Modified: branches/barrier_breaker/package/system/fstools/Makefile =================================================================== --- branches/barrier_breaker/package/system/fstools/Makefile 2014-09-16 18:35:00 UTC (rev 42578) +++ branches/barrier_breaker/package/system/fstools/Makefile 2014-09-16 18:35:03 UTC (rev 42579) @@ -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
