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 | aedd9433fa9aa992a195d90a667a2d9cab185d8a (patch) | |
tree | f916b607a97c2d958ed1367d1fa6d6c34a9664f8 /target/linux/ppc44x/Makefile | |
parent | 982d3e3f7a73d94f4393c3bb382cb6bbaf42198a (diff) | |
download | upstream-aedd9433fa9aa992a195d90a667a2d9cab185d8a.tar.gz upstream-aedd9433fa9aa992a195d90a667a2d9cab185d8a.tar.bz2 upstream-aedd9433fa9aa992a195d90a667a2d9cab185d8a.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>
SVN-Revision: 34786
Diffstat (limited to 'target/linux/ppc44x/Makefile')
-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 |