diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-12 12:05:18 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-12 12:05:18 +0000 |
commit | fd1880e698befa68a0471e1b7ec45945acd62563 (patch) | |
tree | a21cf4abc3cc8785098f8d987cfaa5692950c74f /target/linux/gemini | |
parent | c7f8133c34beae49ba410a7946301e8df2d985c2 (diff) | |
download | upstream-fd1880e698befa68a0471e1b7ec45945acd62563.tar.gz upstream-fd1880e698befa68a0471e1b7ec45945acd62563.tar.bz2 upstream-fd1880e698befa68a0471e1b7ec45945acd62563.zip |
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
Diffstat (limited to 'target/linux/gemini')
-rw-r--r-- | target/linux/gemini/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile index dac4c623f4..05f478d672 100644 --- a/target/linux/gemini/Makefile +++ b/target/linux/gemini/Makefile @@ -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> |