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 | b6e9dc210ca9a53960cd55ef48210f62ba4739ae (patch) | |
tree | 2cc94d57f611f12aef1e75ab9ad4c13eff6f2b81 /target/linux/mpc83xx/Makefile | |
parent | 01084da42d4ef0ee6631aea68173f252b787b33d (diff) | |
download | master-187ad058-b6e9dc210ca9a53960cd55ef48210f62ba4739ae.tar.gz master-187ad058-b6e9dc210ca9a53960cd55ef48210f62ba4739ae.tar.bz2 master-187ad058-b6e9dc210ca9a53960cd55ef48210f62ba4739ae.zip |
mpc83xx: remove broken flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31591 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc83xx/Makefile')
-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 |