diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-07-09 10:36:53 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-07-09 10:36:53 +0000 |
commit | 1b49b76786f7179f01ae764fbffa664ff9c1c214 (patch) | |
tree | 208e90f5df54ac17a1a80416444e95e88d456906 /make/dropbear_sshd.mk | |
parent | 285b2fa0ae520d822917674001f0aff4b9648355 (diff) |
Update dropbear and add a setup/start init script for it
Diffstat (limited to 'make/dropbear_sshd.mk')
-rw-r--r-- | make/dropbear_sshd.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/make/dropbear_sshd.mk b/make/dropbear_sshd.mk index d694508f9..99f945e7c 100644 --- a/make/dropbear_sshd.mk +++ b/make/dropbear_sshd.mk @@ -3,9 +3,9 @@ # dropbear_sshd # ############################################################# -DROPBEAR_SSHD_SOURCE:=dropbear-0.41.tar.bz2 +DROPBEAR_SSHD_SOURCE:=dropbear-0.42.tar.bz2 DROPBEAR_SSHD_SITE:=http://matt.ucc.asn.au/dropbear/releases/ -DROPBEAR_SSHD_DIR:=$(BUILD_DIR)/dropbear-0.41 +DROPBEAR_SSHD_DIR:=$(BUILD_DIR)/dropbear-0.42 DROPBEAR_SSHD_CAT:=bzcat DROPBEAR_SSHD_BINARY:=dropbearmulti DROPBEAR_SSHD_TARGET_BINARY:=usr/sbin/dropbear @@ -61,6 +61,8 @@ $(TARGET_DIR)/$(DROPBEAR_SSHD_TARGET_BINARY): $(DROPBEAR_SSHD_DIR)/$(DROPBEAR_SS $(TARGET_DIR)/$(DROPBEAR_SSHD_TARGET_BINARY) ln -sf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dropbearkey ln -sf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dropbearconvert + cp $(DROPBEAR_SSHD_DIR)/S50dropbear $(TARGET_DIR)/etc/init.d/ + chmod a+x $(TARGET_DIR)/etc/init.d/S50dropbear dropbear_sshd: uclibc zlib $(TARGET_DIR)/$(DROPBEAR_SSHD_TARGET_BINARY) |