diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-07-24 19:43:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-07-24 19:43:19 +0000 |
commit | 9f55e6f954223f550118df358ea0e902b90bdbb9 (patch) | |
tree | bb8d4ef2ab8ac26e1ca1e61c52e42345d312995e /target/linux | |
parent | c531ce030165d4c4f3349bb68e09539b6cf4beaf (diff) | |
download | upstream-9f55e6f954223f550118df358ea0e902b90bdbb9.tar.gz upstream-9f55e6f954223f550118df358ea0e902b90bdbb9.tar.bz2 upstream-9f55e6f954223f550118df358ea0e902b90bdbb9.zip |
remove broken flag, since it works
SVN-Revision: 32803
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ep93xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ep93xx/Makefile b/target/linux/ep93xx/Makefile index d8f20b8b4a..8382f097a7 100644 --- a/target/linux/ep93xx/Makefile +++ b/target/linux/ep93xx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=ep93xx BOARDNAME:=Cirrus Logic EP93xx -FEATURES:=squashfs jffs2 ext4 targz usb broken +FEATURES:=squashfs jffs2 ext4 targz usb CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves MAINTAINER:=Florian Fainelli <florian@openwrt.org> |