diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-02-17 02:05:42 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-02-17 02:05:42 +0000 |
commit | 72a98d8e648207e9fbac82efa8ff575a45d03ad7 (patch) | |
tree | a92436c2aa25579cbb4765d891dfeb249c997e54 /target/linux/uml/Makefile | |
parent | 8d97fd7b4c55ddac04cf13ff94df121c8048ea7a (diff) | |
download | upstream-72a98d8e648207e9fbac82efa8ff575a45d03ad7.tar.gz upstream-72a98d8e648207e9fbac82efa8ff575a45d03ad7.tar.bz2 upstream-72a98d8e648207e9fbac82efa8ff575a45d03ad7.zip |
[kernel] uml: bump to 2.6.28.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14535 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/uml/Makefile')
-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 41d20ff946..7b8f4fca2e 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 +LINUX_VERSION:=2.6.28.5 include $(INCLUDE_DIR)/target.mk |