diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-09-30 21:39:23 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-09-30 21:39:23 +0000 |
commit | f2f69f70b92a2bbeefa8b855fcc4861d76733cb5 (patch) | |
tree | abc106eeaa26e1810d75d6206ea155c2f2722323 /make/user-mode-linux.mk | |
parent | e15704c98819c4ddfe302c63b9031eff3332b243 (diff) |
Update uml version
Diffstat (limited to 'make/user-mode-linux.mk')
-rw-r--r-- | make/user-mode-linux.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/user-mode-linux.mk b/make/user-mode-linux.mk index 79968a769..36c44a6a6 100644 --- a/make/user-mode-linux.mk +++ b/make/user-mode-linux.mk @@ -4,9 +4,9 @@ # ############################################################# UMLINUX_DIR=$(BUILD_DIR)/linux -UMLINUX_SOURCE=linux-2.4.18.tar.bz2 +UMLINUX_SOURCE=linux-2.4.19.tar.bz2 UMLINUX_SITE=http://ftp.us.kernel.org/pub/linux/kernel/v2.4 -UMLINUX_PATCH_1:=uml-patch-2.4.18-19.bz2 +UMLINUX_PATCH_1:=uml-patch-2.4.19-5.bz2 UMLINUX_PATCH_1_SITE:=http://telia.dl.sourceforge.net/sourceforge/user-mode-linux UMLINUX_KCONFIG=$(SOURCE_DIR)/linux-uml.config |