diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-19 09:45:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-19 09:45:42 +0000 |
commit | 1115a92c124fa18cc7fa5b83f88e00bf20cdf63c (patch) | |
tree | d02ae633ca065f9a61898a25978b6ecb90962d03 /target/linux | |
parent | 0d6d4896f66c40689acda396f8c415ec1cb13bdf (diff) | |
download | upstream-1115a92c124fa18cc7fa5b83f88e00bf20cdf63c.tar.gz upstream-1115a92c124fa18cc7fa5b83f88e00bf20cdf63c.tar.bz2 upstream-1115a92c124fa18cc7fa5b83f88e00bf20cdf63c.zip |
ppc44x: switch to 3.6.11
Compile tested only. The target is broken anyway,
so the kernel version does not matter too much.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34786 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ppc44x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 5f59320b84..bc2ce2939b 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs broken CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=440 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.3.8 +LINUX_VERSION:=3.6.11 include $(INCLUDE_DIR)/target.mk |