summaryrefslogtreecommitdiffstats
path: root/target/linux/orion
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-10 20:20:43 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-10 20:20:43 +0000
commitcabfa5b36498cbb0929f13d30a781f885dd3a987 (patch)
treee8ee0367b20bdd0ed3aaf815fb97a68ad09db84a /target/linux/orion
parentec27c35ebeec8d84c41bf5d7a67217c6ee7dc00d (diff)
downloadmaster-31e0f0ae-cabfa5b36498cbb0929f13d30a781f885dd3a987.tar.gz
master-31e0f0ae-cabfa5b36498cbb0929f13d30a781f885dd3a987.tar.bz2
master-31e0f0ae-cabfa5b36498cbb0929f13d30a781f885dd3a987.zip
orion: remove the broken broken flag
It is working on the Linksys WRT350N v2 at least: http://pastebin.com/KCAbJZs9 Additionally, the flag was added to a wrong place so it had no effect. Thanks to StrikerNL for testing. SVN-Revision: 31674
Diffstat (limited to 'target/linux/orion')
-rw-r--r--target/linux/orion/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile
index 15432f90a1..73782b7efe 100644
--- a/target/linux/orion/Makefile
+++ b/target/linux/orion/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=orion
BOARDNAME:=Marvell Orion
-SUBTARGETS:=generic harddisk dns323 broken
+SUBTARGETS:=generic harddisk dns323
CFLAGS=-Os -pipe -march=armv5te -mtune=xscale -fno-caller-saves
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>