aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
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
commit697b556cf05e2d7a6b7bffdf89fc96c38e73f5ea (patch)
treeb565f55bfed7adcc4bf512f48803dd2b48a0f5f7 /target/linux
parentcea1ae3cbe7d76f6b1a931efe74441d8cf0343e8 (diff)
downloadmaster-187ad058-697b556cf05e2d7a6b7bffdf89fc96c38e73f5ea.tar.gz
master-187ad058-697b556cf05e2d7a6b7bffdf89fc96c38e73f5ea.tar.bz2
master-187ad058-697b556cf05e2d7a6b7bffdf89fc96c38e73f5ea.zip
[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
Diffstat (limited to 'target/linux')
-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