1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:18:33 +03:00

linux: add broken flag to remaining targets which are using 2.6.37

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31686 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2012-05-12 12:05:18 +00:00
parent 12701e008f
commit faeed4ab57
2 changed files with 2 additions and 2 deletions

View 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>

View 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>