diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 20:10:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 20:10:34 +0000 |
commit | 31722f4c4f59f3719b88e8b5aa44fbca77bc48e0 (patch) | |
tree | 89dd793c059ecb4d93943093c7b98af8e4898a3a /target/linux/ppc40x | |
parent | eb436ee016f4e38ef52b150fdd13fb74c420f659 (diff) | |
download | upstream-31722f4c4f59f3719b88e8b5aa44fbca77bc48e0.tar.gz upstream-31722f4c4f59f3719b88e8b5aa44fbca77bc48e0.tar.bz2 upstream-31722f4c4f59f3719b88e8b5aa44fbca77bc48e0.zip |
ppc40x: switch to 3.6.11
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34775 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 1554bcdaf1..01044dad7f 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.3.8 +LINUX_VERSION:=3.6.11 include $(INCLUDE_DIR)/target.mk |