Enable dropbear client to make scp work (#951) (#979)

When trying to use scp it fails due to missing /usr/bin/dbclient. For
debugging/testing scp can be helpful and is rather slim. Add it to all
configs.
This commit is contained in:
Stefan Agner
2020-11-10 22:21:32 +01:00
committed by GitHub
parent 92541b7280
commit f922c14f15
14 changed files with 14 additions and 14 deletions

View File

@@ -60,7 +60,7 @@ BR2_PACKAGE_DHCP=y
BR2_PACKAGE_DHCP_CLIENT=y
BR2_PACKAGE_WIREGUARD_LINUX_COMPAT=y
BR2_PACKAGE_DROPBEAR=y
# BR2_PACKAGE_DROPBEAR_CLIENT is not set
BR2_PACKAGE_DROPBEAR_CLIENT=y
# BR2_PACKAGE_IFUPDOWN_SCRIPTS is not set
BR2_PACKAGE_NETWORK_MANAGER=y
BR2_PACKAGE_TINI=y