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 | b0d93742c9c898e00d13bfb2c4c309132d96c81a (patch) | |
tree | bca1f19555d5c7e848ef1da4f3e54c01cac0aeac | |
parent | e3f47b22e74f81a349bf77205828ce029c00645b (diff) | |
download | upstream-b0d93742c9c898e00d13bfb2c4c309132d96c81a.tar.gz upstream-b0d93742c9c898e00d13bfb2c4c309132d96c81a.tar.bz2 upstream-b0d93742c9c898e00d13bfb2c4c309132d96c81a.zip |
mpc83xx: switch to 3.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31554 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |