diff options
author | Jonas Gorski <jogo@openwrt.org> | 2011-12-06 19:50:25 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2011-12-06 19:50:25 +0000 |
commit | 4baeaf652ea434c7482925fd6455927c10164e34 (patch) | |
tree | 7bba1b0999a440763c10bb2473496354a006a291 /target/linux/ppc40x | |
parent | 4636ce7f8a364930e9b47d61dd2f1884a4849657 (diff) | |
download | upstream-4baeaf652ea434c7482925fd6455927c10164e34.tar.gz upstream-4baeaf652ea434c7482925fd6455927c10164e34.tar.bz2 upstream-4baeaf652ea434c7482925fd6455927c10164e34.zip |
linux: update 3.0 to 3.0.12
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29469 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x')
-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 450849d5d3..6164d9ddc1 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.9 +LINUX_VERSION:=3.0.12 include $(INCLUDE_DIR)/target.mk |