diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-07 23:48:40 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-07 23:48:40 +0000 |
commit | 446eb7ed8ba0d787c90108a041eeea0906e7fd7a (patch) | |
tree | 12df383233907752746d19116b6deaadfbaffe7f /make/user-mode-linux.mk | |
parent | bf6a3886ebd36a9d6654ab0762ce3742eecd3525 (diff) | |
download | buildroot-novena-446eb7ed8ba0d787c90108a041eeea0906e7fd7a.tar.gz buildroot-novena-446eb7ed8ba0d787c90108a041eeea0906e7fd7a.zip |
Update user-mode linux version
Diffstat (limited to 'make/user-mode-linux.mk')
-rw-r--r-- | make/user-mode-linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/user-mode-linux.mk b/make/user-mode-linux.mk index b9c33540e..c7d22e9b8 100644 --- a/make/user-mode-linux.mk +++ b/make/user-mode-linux.mk @@ -9,7 +9,7 @@ LINUX_VERSION=2.4.19 LINUX_DIR=$(BUILD_DIR)/linux-$(LINUX_VERSION) LINUX_SOURCE=linux-$(LINUX_VERSION).tar.bz2 LINUX_SITE=http://ftp.us.kernel.org/pub/linux/kernel/v2.4 -LINUX_PATCH_1:=uml-patch-$(LINUX_VERSION)-5.bz2 +LINUX_PATCH_1:=uml-patch-$(LINUX_VERSION)-45.bz2 LINUX_PATCH_1_SITE:=http://telia.dl.sourceforge.net/sourceforge/user-mode-linux LINUX_KCONFIG=$(SOURCE_DIR)/linux-uml.config LINUX_KERNEL=$(BASE_DIR)/UMlinux |