diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-07-18 12:43:34 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-07-18 12:43:34 +0000 |
commit | c614e53d29df648d0e103177007e3f12c9bb333b (patch) | |
tree | 2042a617da180450558bad6fb728c5e486583d13 /target/linux/uml-2.6 | |
parent | 6c8cf15dae1d1628a3775d33730ba9e450ad6c92 (diff) | |
download | upstream-c614e53d29df648d0e103177007e3f12c9bb333b.tar.gz upstream-c614e53d29df648d0e103177007e3f12c9bb333b.tar.bz2 upstream-c614e53d29df648d0e103177007e3f12c9bb333b.zip |
Upgrade uml to 2.6.22.1
SVN-Revision: 8033
Diffstat (limited to 'target/linux/uml-2.6')
-rw-r--r-- | target/linux/uml-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/uml-2.6/Makefile b/target/linux/uml-2.6/Makefile index 65e1b52f70..2a2c31924f 100644 --- a/target/linux/uml-2.6/Makefile +++ b/target/linux/uml-2.6/Makefile @@ -23,7 +23,7 @@ BOARDNAME:=User Mode Linux FEATURES:=broken LINUX_CONFIG:=$(CURDIR)/config/$(ARCH) -LINUX_VERSION:=2.6.21.5 +LINUX_VERSION:=2.6.22.1 include $(INCLUDE_DIR)/kernel-build.mk |