diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-20 21:03:14 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-20 21:03:14 +0000 |
commit | aa10a3949fd3744a7b09f1882d7afcaa425e6842 (patch) | |
tree | fa8cfcb8c438fa8bb453414503eea008ab97ba39 | |
parent | 2beb37f70d6932eab076eee7bd5703f0e160984b (diff) |
ppc40x: switch to 3.3.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31386 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 4a40455cf..88a55a4c2 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 |