From: Gabor Juhos Date: Thu, 10 May 2012 20:20:43 +0000 (+0000) Subject: orion: remove the broken broken flag X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=01b796a94ecb67938a05053b295a45de5c441377 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 --- 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