summaryrefslogtreecommitdiff
path: root/target/linux/mpc85xx/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-03-16 18:31:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-03-16 18:31:27 +0000
commitf931708b8ae50b2a5c6c7751033a87b60da47fda (patch)
treed68bb0cacc6b769df2d77193b8b328396ec4de66 /target/linux/mpc85xx/Makefile
parenteb6cad3261e546ce131c187a0236134a58a7db46 (diff)
downloadmtk-20170518-f931708b8ae50b2a5c6c7751033a87b60da47fda.zip
mtk-20170518-f931708b8ae50b2a5c6c7751033a87b60da47fda.tar.gz
mtk-20170518-f931708b8ae50b2a5c6c7751033a87b60da47fda.tar.bz2
mpc85xx: update to linux 2.6.38, remove the broken flag
SVN-Revision: 26195
Diffstat (limited to 'target/linux/mpc85xx/Makefile')
-rw-r--r--target/linux/mpc85xx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile
index ef67446..7fbef34 100644
--- a/target/linux/mpc85xx/Makefile
+++ b/target/linux/mpc85xx/Makefile
@@ -10,10 +10,10 @@ ARCH:=powerpc
BOARD:=mpc85xx
BOARDNAME:=Freescale MPC85xx
CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=8540
-FEATURES:=spe_fpu ramdisk broken
+FEATURES:=spe_fpu ramdisk
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
-LINUX_VERSION:=2.6.36.4
+LINUX_VERSION:=2.6.38
include $(INCLUDE_DIR)/target.mk