[kernel] uml: revert from 2.6.28.2 to 2.6.28
authorNicolas Thill <nico@openwrt.org>
Thu, 29 Jan 2009 17:11:15 +0000 (17:11 +0000)
committerNicolas Thill <nico@openwrt.org>
Thu, 29 Jan 2009 17:11:15 +0000 (17:11 +0000)
There are still some issues with 2.6.28.2 (http://patchwork.kernel.org/patch/2458/), and even wth that fixed, uml randomly locks up at boot on some host systems.

SVN-Revision: 14267

target/linux/uml/Makefile

index 4a823c1024911b915ff8e30c446e4fe1e60f6489..41d20ff9465151ae6077fac241533be887e4c4f0 100644 (file)
@@ -23,7 +23,7 @@ BOARDNAME:=User Mode Linux
 FEATURES:=ext2
 LINUX_CONFIG:=$(CURDIR)/config/$(ARCH)
 
 FEATURES:=ext2
 LINUX_CONFIG:=$(CURDIR)/config/$(ARCH)
 
-LINUX_VERSION:=2.6.28.2
+LINUX_VERSION:=2.6.28
 
 include $(INCLUDE_DIR)/target.mk
 
 
 include $(INCLUDE_DIR)/target.mk