linux: add broken flag to remaining targets which are using 2.6.37
authorGabor Juhos <juhosg@openwrt.org>
Sat, 12 May 2012 12:05:18 +0000 (12:05 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 12 May 2012 12:05:18 +0000 (12:05 +0000)
SVN-Revision: 31686

target/linux/gemini/Makefile
target/linux/octeon/Makefile

index dac4c623f41c728a994d7153631f319243f59b26..05f478d672d1bdb0064df971414a630b862ae852 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=gemini
 BOARDNAME:=Cortina Systems CS351x
-FEATURES:=squashfs
+FEATURES:=squashfs broken
 CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
 
index e05cc7d9a67600f9db849d9ebe682bff94fa2082..68d1eafd878fe8b9bd06d7f4703960aa22fc16b2 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=mips
 BOARD:=octeon
 BOARDNAME:=Cavium Networks Octeon
-FEATURES:=squashfs jffs2 pci usb
+FEATURES:=squashfs jffs2 pci usb broken
 CFLAGS:=-Os -pipe -march=octeon -fno-caller-saves
 MAINTAINER:=Florian Fainelli <florian@openwrt.org>