diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-02-06 07:45:40 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-02-06 07:45:40 +0000 |
commit | 0ab670f17d200918d84a8517b3d18aa237d7b3d2 (patch) | |
tree | 6a74575e15f983f881fa7a72c6558a6560ee26de /target/linux/uml/Makefile | |
parent | 78be22e32d594fe0a54da0fdb78ee9898c45145b (diff) | |
download | upstream-0ab670f17d200918d84a8517b3d18aa237d7b3d2.tar.gz upstream-0ab670f17d200918d84a8517b3d18aa237d7b3d2.tar.bz2 upstream-0ab670f17d200918d84a8517b3d18aa237d7b3d2.zip |
update uml to 2.6.24 (i386 only for now)
SVN-Revision: 10404
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 bed9bc99eb..11c8b76468 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.22.4 +LINUX_VERSION:=2.6.24 include $(INCLUDE_DIR)/target.mk |