1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 10:57:37 +03:00

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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31674 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2012-05-10 20:20:43 +00:00
parent f32805af2d
commit 88a3d8e65f

View File

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