diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-04-28 10:23:36 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-04-28 10:23:36 +0000 |
commit | 68943e35c20ef56e58304fd22e04eee19976af8b (patch) | |
tree | d310ebc2172f36bc22faab0320c21b808009e8f0 /target/linux/uml | |
parent | 99969dcfface9a1a9c6697b74fa58d20111fa47a (diff) | |
download | upstream-68943e35c20ef56e58304fd22e04eee19976af8b.tar.gz upstream-68943e35c20ef56e58304fd22e04eee19976af8b.tar.bz2 upstream-68943e35c20ef56e58304fd22e04eee19976af8b.zip |
upgrade to 2.6.24.5
SVN-Revision: 10959
Diffstat (limited to 'target/linux/uml')
-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 ebcfbbc99a..543f7036e2 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.2 +LINUX_VERSION:=2.6.24.5 include $(INCLUDE_DIR)/target.mk |