1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-17 15:44:44 +02:00

[kernel] uml: revert from 2.6.28.2 to 2.6.28

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.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14267 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2009-01-29 17:11:15 +00:00
parent 34f772aefa
commit 8f9356df5b

View File

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