diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-05 11:43:21 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-05 11:43:21 +0000 |
commit | 321be1fc52131e270aadb09467e809120b5d2505 (patch) | |
tree | 2cc94d57f611f12aef1e75ab9ad4c13eff6f2b81 /target/linux/mpc83xx | |
parent | f3c883c98fa17f27b92656b89891bbb0fecb542d (diff) |
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')
-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 |