diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-02 18:27:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-02 18:27:25 +0000 |
commit | 3269924fed448da8043f807827fb92250ea07f16 (patch) | |
tree | ecda561d6783484ab873a7c8b0bf8154814e278a /target | |
parent | 8ee595315d46d4975a883a2022a133612e2a02e1 (diff) | |
download | upstream-3269924fed448da8043f807827fb92250ea07f16.tar.gz upstream-3269924fed448da8043f807827fb92250ea07f16.tar.bz2 upstream-3269924fed448da8043f807827fb92250ea07f16.zip |
mpc83xx: switch to 3.3
SVN-Revision: 31554
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 45ad9bcda3..0795c80bdf 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 broken MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=2.6.36.4 +LINUX_VERSION:=3.3.4 include $(INCLUDE_DIR)/target.mk |