projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec27c35
)
orion: remove the broken broken flag
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 10 May 2012 20:20:43 +0000
(20:20 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Thu, 10 May 2012 20:20:43 +0000
(20:20 +0000)
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
target/linux/orion/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/orion/Makefile
b/target/linux/orion/Makefile
index 15432f90a1c0d243a14b29131030e8caf59cf613..73782b7efefeaf8798b0558e463809cb28bb7981 100644
(file)
--- 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>