diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-10-17 08:55:05 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-10-17 08:55:05 +0000 |
commit | 365aac205d456db89a758533b256a5e5b51c8817 (patch) | |
tree | fce47e2e489beb40d7d07cf33eb9b51cebdb4070 /make/user-mode-linux.mk | |
parent | f2f69f70b92a2bbeefa8b855fcc4861d76733cb5 (diff) | |
download | buildroot-novena-365aac205d456db89a758533b256a5e5b51c8817.tar.gz buildroot-novena-365aac205d456db89a758533b256a5e5b51c8817.zip |
Add openssl and openssh. Fix up UML kernel build.
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 36c44a6a6..90224d08a 100644 --- a/make/user-mode-linux.mk +++ b/make/user-mode-linux.mk @@ -3,7 +3,7 @@ # Linux kernel targets # ############################################################# -UMLINUX_DIR=$(BUILD_DIR)/linux +UMLINUX_DIR=$(BUILD_DIR)/linux-2.4.19 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.19-5.bz2 |