diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 10:05:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 10:05:40 +0000 |
commit | 19ae2d23af489cdd6594942b09ada8555b690e61 (patch) | |
tree | 3b8867b3d82e7d5dfa60dcded51eb0102b2c4c6f /target | |
parent | 1d374da13d398a094e470aa7f416a7cf370770e2 (diff) | |
download | upstream-19ae2d23af489cdd6594942b09ada8555b690e61.tar.gz upstream-19ae2d23af489cdd6594942b09ada8555b690e61.tar.bz2 upstream-19ae2d23af489cdd6594942b09ada8555b690e61.zip |
mpc85xx: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35452 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mpc85xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 8df98e6ac1..b5210774a5 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -13,7 +13,7 @@ CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540 FEATURES:=spe_fpu ramdisk MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.6.10 +LINUX_VERSION:=3.7.5 include $(INCLUDE_DIR)/target.mk |