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 | 83fccacec2d898852a8953535370316d66b07265 (patch) | |
tree | 85843c682aa5a1b35960fd7bc9bf079e0fdbea93 | |
parent | 9d3bae8f0e78f3809edf7a70daa8439a7f59e028 (diff) | |
download | upstream-83fccacec2d898852a8953535370316d66b07265.tar.gz upstream-83fccacec2d898852a8953535370316d66b07265.tar.bz2 upstream-83fccacec2d898852a8953535370316d66b07265.zip |
ppc44x: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35105
-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 |