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 | db64c3882d87da605ee1d548ea44ad2e5e369646 (patch) | |
tree | be5f87b6eabfc2e9708608b48de0f6d9331e1031 /target/linux/mpc85xx/Makefile | |
parent | 9498b1c0db973fa8f15e888bc3195756dba9aaae (diff) | |
download | upstream-db64c3882d87da605ee1d548ea44ad2e5e369646.tar.gz upstream-db64c3882d87da605ee1d548ea44ad2e5e369646.tar.bz2 upstream-db64c3882d87da605ee1d548ea44ad2e5e369646.zip |
mpc85xx: update to linux 2.6.38, remove the broken flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26195 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |