|
@@ -56,6 +56,7 @@ $(TARGET_DIR)/$(DROPBEAR_TARGET_BINARY): $(DROPBEAR_DIR)/$(DROPBEAR_BINARY)
|
|
ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dbclient
|
|
ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dbclient
|
|
ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dropbearkey
|
|
ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dropbearkey
|
|
ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dropbearconvert
|
|
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/
|
|
cp -dpf $(DROPBEAR_DIR)/S50dropbear $(TARGET_DIR)/etc/init.d/
|
|
chmod a+x $(TARGET_DIR)/etc/init.d/S50dropbear
|
|
chmod a+x $(TARGET_DIR)/etc/init.d/S50dropbear
|
|
|
|
|