diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-16 18:31:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-16 18:31:27 +0000 |
commit | f931708b8ae50b2a5c6c7751033a87b60da47fda (patch) | |
tree | d68bb0cacc6b769df2d77193b8b328396ec4de66 /target/linux/mpc85xx/Makefile | |
parent | eb6cad3261e546ce131c187a0236134a58a7db46 (diff) | |
download | upstream-f931708b8ae50b2a5c6c7751033a87b60da47fda.tar.gz upstream-f931708b8ae50b2a5c6c7751033a87b60da47fda.tar.bz2 upstream-f931708b8ae50b2a5c6c7751033a87b60da47fda.zip |
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/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index ef67446f93..7fbef341b1 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 |