diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-01 17:28:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-01 17:28:54 +0000 |
commit | 495820f7a070695dee7ccb34fec203278d2c9ee2 (patch) | |
tree | e62250fe559a15e848b1f3d89d5462715dce40b0 /target/linux/mpc85xx/Makefile | |
parent | 4cb7e749ab6d7c27aa2e99da48a8c7ed0bae51cc (diff) | |
download | upstream-495820f7a070695dee7ccb34fec203278d2c9ee2.tar.gz upstream-495820f7a070695dee7ccb34fec203278d2c9ee2.tar.bz2 upstream-495820f7a070695dee7ccb34fec203278d2c9ee2.zip |
mpc85xx: remove broken flag
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35439
Diffstat (limited to 'target/linux/mpc85xx/Makefile')
-rw-r--r-- | target/linux/mpc85xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 1a744ebcc8..597ac9e828 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -10,7 +10,7 @@ ARCH:=powerpc BOARD:=mpc85xx BOARDNAME:=Freescale MPC85xx CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540 -FEATURES:=spe_fpu ramdisk broken +FEATURES:=spe_fpu ramdisk MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> LINUX_VERSION:=3.3.8 |