diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-12 09:57:58 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-12 09:57:58 +0000 |
commit | ffaf63e2cbd9b506ffb8c79c74543283b7271225 (patch) | |
tree | a83d308767b943d096404928ce735e9b30d2facb | |
parent | e2c0205986c1bf13ae2ed5e27f3e34a1c17d1435 (diff) |
[uml] bump kernel version to 2.6.28
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13990 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 e01c47a23..41d20ff94 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.26.8 +LINUX_VERSION:=2.6.28 include $(INCLUDE_DIR)/target.mk |