summaryrefslogtreecommitdiffstats
path: root/package/dropbear/dropbear.mk
diff options
context:
space:
mode:
authorNigel Kukard <nkukard@lbsd.net>2008-04-09 07:35:12 +0000
committerNigel Kukard <nkukard@lbsd.net>2008-04-09 07:35:12 +0000
commit65ee2746a4f46f09fe25f2ff226e04dc5c9405a7 (patch)
tree217befc1c928283d3406ee09d404185d25b1b7bf /package/dropbear/dropbear.mk
parent6d5ecc1e519f319433f9fac9757ede70697f75c3 (diff)
downloadbuildroot-novena-65ee2746a4f46f09fe25f2ff226e04dc5c9405a7.tar.gz
buildroot-novena-65ee2746a4f46f09fe25f2ff226e04dc5c9405a7.zip
* Removed dropbear init patch
* Added dropbear init script * Added more verbose messages about key generation
Diffstat (limited to 'package/dropbear/dropbear.mk')
-rw-r--r--package/dropbear/dropbear.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/dropbear/dropbear.mk b/package/dropbear/dropbear.mk
index 059548567..6e22bec0b 100644
--- a/package/dropbear/dropbear.mk
+++ b/package/dropbear/dropbear.mk
@@ -57,8 +57,7 @@ $(TARGET_DIR)/$(DROPBEAR_TARGET_BINARY): $(DROPBEAR_DIR)/$(DROPBEAR_BINARY)
ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dropbearkey
ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dropbearconvert
mkdir -p $(TARGET_DIR)/etc/init.d
- cp -dpf $(DROPBEAR_DIR)/S50dropbear $(TARGET_DIR)/etc/init.d/
- chmod a+x $(TARGET_DIR)/etc/init.d/S50dropbear
+ $(INSTALL) -m 755 package/dropbear/S50dropbear $(TARGET_DIR)/etc/init.d/S50dropbear
dropbear: uclibc zlib $(TARGET_DIR)/$(DROPBEAR_TARGET_BINARY)