diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-12 19:04:20 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-12 19:04:20 +0000 |
commit | 06b4f8d83fdddbdac526986a264b83873be2dee7 (patch) | |
tree | 01ded88d5f45d7440a1c2f9d573e2e7a61dac21b /target/linux | |
parent | af06280b7a62ba42c6506feb8d940b58242f54ef (diff) |
[uml] switch to 2.6.37
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25485 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 848af1f7c..22951147c 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -23,7 +23,7 @@ BOARDNAME:=User Mode Linux FEATURES:=ext4 audio LINUX_CONFIG:=$(CURDIR)/config/$(ARCH) -LINUX_VERSION:=2.6.32.27 +LINUX_VERSION:=2.6.37 include $(INCLUDE_DIR)/target.mk |