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 | 630f085252ab073cdcafa6fef48b44b06503f5b2 (patch) | |
tree | fa8cfcb8c438fa8bb453414503eea008ab97ba39 /target/linux | |
parent | 4e0f8fdfded93a77055b86b26ed94c86005aed18 (diff) | |
download | upstream-630f085252ab073cdcafa6fef48b44b06503f5b2.tar.gz upstream-630f085252ab073cdcafa6fef48b44b06503f5b2.tar.bz2 upstream-630f085252ab073cdcafa6fef48b44b06503f5b2.zip |
ppc40x: switch to 3.3.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31386 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |