diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-01-31 09:43:53 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-01-31 09:43:53 +0000 |
commit | e67f4477bb4a423a0d45418a5c0d228d425ecbce (patch) | |
tree | 7d8a4c3250532ecdb662e2824fc43f4287176f3e /target/linux/ppc44x | |
parent | 882eddbf92fb86d75d701d3bcbc32ac4a7dbbb16 (diff) | |
download | upstream-e67f4477bb4a423a0d45418a5c0d228d425ecbce.tar.gz upstream-e67f4477bb4a423a0d45418a5c0d228d425ecbce.tar.bz2 upstream-e67f4477bb4a423a0d45418a5c0d228d425ecbce.zip |
kernel: update linux 3.0 to 3.0.18
SVN-Revision: 29965
Diffstat (limited to 'target/linux/ppc44x')
-rw-r--r-- | target/linux/ppc44x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 3d5789e0d7..ed5718764a 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=440 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.0.17 +LINUX_VERSION:=3.0.18 include $(INCLUDE_DIR)/target.mk |