diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:20 +0000 |
commit | 7c81c8e43495ec920a34aa637ff98705d42a2b6c (patch) | |
tree | 0c83542352050b4fcdd458f33d618128fd1b7f0a /target/linux/ppc44x | |
parent | 9f0ea9961b03e834ebb6ada0d956c093289059e0 (diff) | |
download | master-187ad058-7c81c8e43495ec920a34aa637ff98705d42a2b6c.tar.gz master-187ad058-7c81c8e43495ec920a34aa637ff98705d42a2b6c.tar.bz2 master-187ad058-7c81c8e43495ec920a34aa637ff98705d42a2b6c.zip |
ppc44x: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35105 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc44x')
-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 bc2ce2939b..cf57b79f31 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.6.11 +LINUX_VERSION:=3.7.2 include $(INCLUDE_DIR)/target.mk |