Skip to content

Commit a6a865e

Browse files
driztrobimarko
authored andcommitted
dropbear: require busybox pidof applet
The dropbear init script uses pidof, but BusyBox may be built without it. Add a Kconfig dependency on BUSYBOX_CONFIG_PIDOF to ensure the applet is available at runtime. Signed-off-by: Ivan Romanov <drizt72@zoho.eu> Link: openwrt/openwrt#23128 Signed-off-by: Robert Marko <robimarko@gmail.com>
1 parent 148830a commit a6a865e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • package/network/services/dropbear

package/network/services/dropbear/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ define Package/dropbear
6262
CATEGORY:=Base system
6363
TITLE:=Small SSH2 client/server
6464
MENU:=1
65-
DEPENDS:= +USE_GLIBC:libcrypt-compat +DROPBEAR_ZLIB:zlib
65+
DEPENDS:= +USE_GLIBC:libcrypt-compat +DROPBEAR_ZLIB:zlib +@BUSYBOX_CONFIG_PIDOF
6666
ALTERNATIVES:=100:/usr/bin/ssh-keygen:/usr/sbin/dropbear
6767
$(if $(CONFIG_DROPBEAR_SCP),ALTERNATIVES+= \
6868
100:/usr/bin/scp:/usr/sbin/dropbear,)

0 commit comments

Comments
 (0)