diff options
| author | Eric Andersen | 2002-09-30 23:39:23 +0200 |
|---|---|---|
| committer | Eric Andersen | 2002-09-30 23:39:23 +0200 |
| commit | f2f69f70b92a2bbeefa8b855fcc4861d76733cb5 (patch) | |
| tree | abc106eeaa26e1810d75d6206ea155c2f2722323 /make | |
| parent | Remember to strip things (diff) | |
| download | buildroot-f2f69f70b92a2bbeefa8b855fcc4861d76733cb5.tar.gz buildroot-f2f69f70b92a2bbeefa8b855fcc4861d76733cb5.tar.xz buildroot-f2f69f70b92a2bbeefa8b855fcc4861d76733cb5.zip | |
Update uml version
Diffstat (limited to 'make')
| -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 |
