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/uml | |
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/uml')
-rw-r--r-- | target/linux/uml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index 244d8339d6..9a6c9dba0f 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -23,7 +23,7 @@ BOARDNAME:=User Mode Linux FEATURES:=ext4 audio MAINTAINER:=Florian Fainelli <florian@openwrt.org> -LINUX_VERSION:=3.0.12 +LINUX_VERSION:=3.0.17 include $(INCLUDE_DIR)/target.mk |