diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-21 10:06:01 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-21 10:06:01 +0000 |
commit | de23935c70e981cc6c8089d60de7f78686ec68ad (patch) | |
tree | abd7705e0abb2c12b9a2cd9e95d8da42b9a7dc66 /target/linux/uml-2.6 | |
parent | f3636a68f524059b19bd78fce6cdf35249ef86b6 (diff) | |
download | upstream-de23935c70e981cc6c8089d60de7f78686ec68ad.tar.gz upstream-de23935c70e981cc6c8089d60de7f78686ec68ad.tar.bz2 upstream-de23935c70e981cc6c8089d60de7f78686ec68ad.zip |
Move to 2.6.22.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8451 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 a54d2cd71f..a6be082d0b 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 ext2 LINUX_CONFIG:=$(CURDIR)/config/$(ARCH) -LINUX_VERSION:=2.6.22.1 +LINUX_VERSION:=2.6.22.4 include $(INCLUDE_DIR)/kernel-build.mk |