summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-01-29 17:11:15 +0000
committerNicolas Thill <nico@openwrt.org>2009-01-29 17:11:15 +0000
commit41a9749fdffe2aeada04488e835885ea72e77e6a (patch)
treea837f93a06ceafe72d221ce8195715be9afefb32 /target
parent9924d9ce360a72ad8cd1aa083a46cecc7fa8a5b2 (diff)
downloadmaster-31e0f0ae-41a9749fdffe2aeada04488e835885ea72e77e6a.tar.gz
master-31e0f0ae-41a9749fdffe2aeada04488e835885ea72e77e6a.tar.bz2
master-31e0f0ae-41a9749fdffe2aeada04488e835885ea72e77e6a.zip
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. SVN-Revision: 14267
Diffstat (limited to 'target')
-rw-r--r--target/linux/uml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile
index 4a823c1024..41d20ff946 100644
--- a/target/linux/uml/Makefile
+++ b/target/linux/uml/Makefile
@@ -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