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 | 62585e412c94b252be0a5f02f2bf4a833c91e93f (patch) | |
tree | bd05af07f1d906ac42ea79a6c7a1f0f5302c7333 /target/linux/mpc85xx | |
parent | d7a49cda24ea93ff1b2c4a4a57d04fec5eb76ab8 (diff) | |
download | upstream-62585e412c94b252be0a5f02f2bf4a833c91e93f.tar.gz upstream-62585e412c94b252be0a5f02f2bf4a833c91e93f.tar.bz2 upstream-62585e412c94b252be0a5f02f2bf4a833c91e93f.zip |
mpc85xx: remove broken flag
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35439 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx')
-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 |