diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:16 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:16 +0000 |
commit | 06fea75afba9628266971dd07b293f5b492c26b9 (patch) | |
tree | b5ab548a8924a7cbd5aa8b439db1e3ee33c2bbe3 /target/linux/ppc40x | |
parent | a51f602494e58135bdec691fc3f74c37b1f55343 (diff) | |
download | upstream-06fea75afba9628266971dd07b293f5b492c26b9.tar.gz upstream-06fea75afba9628266971dd07b293f5b492c26b9.tar.bz2 upstream-06fea75afba9628266971dd07b293f5b492c26b9.zip |
ppc40x: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35103
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 01044dad7f..c202bc2570 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.6.11 +LINUX_VERSION:=3.7.2 include $(INCLUDE_DIR)/target.mk |