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 | b2e991c3b2f439c9fb76ba214046b71f75b63795 (patch) | |
tree | 667d36e004985d875d6d8fdf001980b997f9bc7a /target/linux/orion | |
parent | 15c833bfc42c03511e2400747b248e2df5542f3c (diff) | |
download | upstream-b2e991c3b2f439c9fb76ba214046b71f75b63795.tar.gz upstream-b2e991c3b2f439c9fb76ba214046b71f75b63795.tar.bz2 upstream-b2e991c3b2f439c9fb76ba214046b71f75b63795.zip |
kernel: update linux 3.0 to 3.0.17
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29725 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion')
-rw-r--r-- | target/linux/orion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index cf650fae98..f1da2a66ba 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=generic harddisk CFLAGS=-Os -pipe -march=armv5te -mtune=xscale -fno-caller-saves MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.0.12 +LINUX_VERSION:=3.0.17 include $(INCLUDE_DIR)/target.mk |