diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-20 21:03:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-20 21:03:14 +0000 |
commit | f4833aa075b8189fa6da9d573fafd140e23fe9af (patch) | |
tree | 35633e0f61c24be881954d1ac2fdbf9519c411ce /target/linux | |
parent | cfe4a6cb935aad6bebc19ef20f06ec0bad272790 (diff) | |
download | upstream-f4833aa075b8189fa6da9d573fafd140e23fe9af.tar.gz upstream-f4833aa075b8189fa6da9d573fafd140e23fe9af.tar.bz2 upstream-f4833aa075b8189fa6da9d573fafd140e23fe9af.zip |
ppc40x: switch to 3.3.2
SVN-Revision: 31386
Diffstat (limited to 'target/linux')
-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 4a40455cf0..88a55a4c22 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.2.15 +LINUX_VERSION:=3.3.2 include $(INCLUDE_DIR)/target.mk |