diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 11:43:21 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 11:43:21 +0000 |
commit | 6caa1aab105b824a85579b5e3f6b37df8ce70d01 (patch) | |
tree | 85f62bc5cdeb22a2f8b947e2c797997ba0878eca | |
parent | 257a201b567bd3e67b68ab02325cd4db4dc6dc17 (diff) | |
download | upstream-6caa1aab105b824a85579b5e3f6b37df8ce70d01.tar.gz upstream-6caa1aab105b824a85579b5e3f6b37df8ce70d01.tar.bz2 upstream-6caa1aab105b824a85579b5e3f6b37df8ce70d01.zip |
mpc83xx: remove broken flag
SVN-Revision: 31591
-rw-r--r-- | target/linux/mpc83xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc83xx/Makefile b/target/linux/mpc83xx/Makefile index 0795c80bdf..e8f9470e6c 100644 --- a/target/linux/mpc83xx/Makefile +++ b/target/linux/mpc83xx/Makefile @@ -10,7 +10,7 @@ ARCH:=powerpc BOARD:=mpc83xx BOARDNAME:=Freescale MPC83xx CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=603e -FEATURES:=squashfs targz broken +FEATURES:=squashfs targz MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> LINUX_VERSION:=3.3.4 |