diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-07-06 11:30:11 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-07-06 11:30:11 +0000 |
commit | c65758acdcffb2e4ebef15c08e1d54a7e59a1b7c (patch) | |
tree | b0e75f94285707b5ba1c44845cbb78851c3f1752 /target/linux/uml/Makefile | |
parent | 369a4ba3e2dcfbd6c191c82975a37fc8a238eb15 (diff) | |
download | upstream-c65758acdcffb2e4ebef15c08e1d54a7e59a1b7c.tar.gz upstream-c65758acdcffb2e4ebef15c08e1d54a7e59a1b7c.tar.bz2 upstream-c65758acdcffb2e4ebef15c08e1d54a7e59a1b7c.zip |
Update uml to 2.6.25.10
SVN-Revision: 11686
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 022098a838..cede9f41ec 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.24.7 +LINUX_VERSION:=2.6.25.10 include $(INCLUDE_DIR)/target.mk |