diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-16 16:32:29 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-16 16:32:29 +0000 |
commit | 19811eddb419cdb926fbd6c2987e6fb2f0333d87 (patch) | |
tree | bea0a62ef4b7a7168bee25017898262e42ae9fdc /target/linux/uml | |
parent | f98ac68e0ed6ffb6300f23d0245c96620ae2b6d0 (diff) | |
download | upstream-19811eddb419cdb926fbd6c2987e6fb2f0333d87.tar.gz upstream-19811eddb419cdb926fbd6c2987e6fb2f0333d87.tar.bz2 upstream-19811eddb419cdb926fbd6c2987e6fb2f0333d87.zip |
switch to kernel 3.6.6
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34212
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 d8bfcef3f5..6c7f934728 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.3.8 +LINUX_VERSION:=3.6.6 include $(INCLUDE_DIR)/target.mk |