diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-07-19 16:28:33 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-07-19 16:28:33 +0000 |
commit | 5b0bd7eb428c034f904a26f17690e61fe7d28235 (patch) | |
tree | ef7be7d08225b5cfca286ac3fc0167afa55ba0c2 | |
parent | 2dfea2a7ed8eed59de22a93fc77ad2fece5543d2 (diff) | |
download | mtk-20170518-5b0bd7eb428c034f904a26f17690e61fe7d28235.zip mtk-20170518-5b0bd7eb428c034f904a26f17690e61fe7d28235.tar.gz mtk-20170518-5b0bd7eb428c034f904a26f17690e61fe7d28235.tar.bz2 |
Update UML to 2.6.26
SVN-Revision: 11873
-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 cede9f4..40cbb17 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -23,7 +23,7 @@ BOARDNAME:=User Mode Linux FEATURES:=broken ext2 LINUX_CONFIG:=$(CURDIR)/config/$(ARCH) -LINUX_VERSION:=2.6.25.10 +LINUX_VERSION:=2.6.26 include $(INCLUDE_DIR)/target.mk |