diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:16 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:16 +0000 |
commit | 5211934935fb0ac1bd37ccf3577a3072f91b67ce (patch) | |
tree | df787b6d9a1925062caacd64a27dad12bdc940be /target/linux/ppc40x | |
parent | e27d0150c7d7e6177861cfe829b7148de6be6516 (diff) | |
download | master-187ad058-5211934935fb0ac1bd37ccf3577a3072f91b67ce.tar.gz master-187ad058-5211934935fb0ac1bd37ccf3577a3072f91b67ce.tar.bz2 master-187ad058-5211934935fb0ac1bd37ccf3577a3072f91b67ce.zip |
ppc40x: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35103 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x')
-rw-r--r-- | target/linux/ppc40x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index 01044dad7f..c202bc2570 100644 --- a/target/linux/ppc40x/Makefile +++ b/target/linux/ppc40x/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=405 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.6.11 +LINUX_VERSION:=3.7.2 include $(INCLUDE_DIR)/target.mk |