diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:32 +0000 |
commit | 87570277873f8d41c2a1b6a2f2c9a73d1d7fd542 (patch) | |
tree | 7d50a72b497b5dace4fa2fb9975ef806b186d934 /target | |
parent | ee1ef38cc904d47f4d92a076fdf9b26030426741 (diff) | |
download | upstream-87570277873f8d41c2a1b6a2f2c9a73d1d7fd542.tar.gz upstream-87570277873f8d41c2a1b6a2f2c9a73d1d7fd542.tar.bz2 upstream-87570277873f8d41c2a1b6a2f2c9a73d1d7fd542.zip |
mpc83xx: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35111 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mpc83xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc83xx/Makefile b/target/linux/mpc83xx/Makefile index d940c7db8f..f410835ddd 100644 --- a/target/linux/mpc83xx/Makefile +++ b/target/linux/mpc83xx/Makefile @@ -13,7 +13,7 @@ CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=603e FEATURES:=squashfs targz MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.6.11 +LINUX_VERSION:=3.7.2 include $(INCLUDE_DIR)/target.mk |