diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-01-13 14:10:44 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-01-13 14:10:44 +0000 |
commit | e49d3e1d5bdbaabe80dd0e3d0b4da93b2914461e (patch) | |
tree | 1faff269ee56e774bd2df1d8c499303b639a1707 /target/linux/ppc40x | |
parent | 0cb05017c63b4b627948ed3d75a054a327a56ebf (diff) | |
download | upstream-e49d3e1d5bdbaabe80dd0e3d0b4da93b2914461e.tar.gz upstream-e49d3e1d5bdbaabe80dd0e3d0b4da93b2914461e.tar.bz2 upstream-e49d3e1d5bdbaabe80dd0e3d0b4da93b2914461e.zip |
kernel: update linux 3.0 to 3.0.17
SVN-Revision: 29725
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 6164d9ddc1..abbefba784 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.12 +LINUX_VERSION:=3.0.17 include $(INCLUDE_DIR)/target.mk |