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 | eba037cd1fb9487783d364549e915874cf8fbb8d (patch) | |
tree | 2b6918cfa8d623f8452646481fae3420828d80f0 | |
parent | ff2ce330a51ef821f578916a0dc6694f7efff702 (diff) | |
download | master-31e0f0ae-eba037cd1fb9487783d364549e915874cf8fbb8d.tar.gz master-31e0f0ae-eba037cd1fb9487783d364549e915874cf8fbb8d.tar.bz2 master-31e0f0ae-eba037cd1fb9487783d364549e915874cf8fbb8d.zip |
mpc83xx: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35111
-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 |