diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-02 18:04:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-02 18:04:02 +0000 |
commit | 488fbffcd67caddad6768e7583fd9416c7675ea4 (patch) | |
tree | 2895d15ae75784e568b4e798b9f96c669a4f3d75 /target/linux/ppc40x/Makefile | |
parent | 346f55fc00017fb13b37020d766a35016f99ea21 (diff) | |
download | upstream-488fbffcd67caddad6768e7583fd9416c7675ea4.tar.gz upstream-488fbffcd67caddad6768e7583fd9416c7675ea4.tar.bz2 upstream-488fbffcd67caddad6768e7583fd9416c7675ea4.zip |
ppc40x: switch to 3.2.9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30791 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x/Makefile')
-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 2efb13a8de..87d5d6b568 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.0.18 +LINUX_VERSION:=3.2.9 include $(INCLUDE_DIR)/target.mk |