|
|
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|
|
|
|
|
PKG_NAME:=dropbear
|
|
|
PKG_VERSION:=2019.78
|
|
|
-PKG_RELEASE:=2
|
|
|
+PKG_RELEASE:=3
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|
|
PKG_SOURCE_URL:= \
|
|
|
@@ -158,6 +158,7 @@ define Package/dropbear/install
|
|
|
$(INSTALL_BIN) ./files/dropbear.init $(1)/etc/init.d/dropbear
|
|
|
$(INSTALL_DIR) $(1)/usr/lib/opkg/info
|
|
|
$(INSTALL_DIR) $(1)/etc/dropbear
|
|
|
+ $(INSTALL_DIR) ./files/dropbear.failsafe $(1)/lib/preinit/99_10_failsafe_dropbear
|
|
|
$(if $(CONFIG_DROPBEAR_ECC),touch $(1)/etc/dropbear/dropbear_ecdsa_host_key)
|
|
|
touch $(1)/etc/dropbear/dropbear_rsa_host_key
|
|
|
endef
|