Dropbear: upgrade to 2022.83 and add sftp-server #14

Merged
hwelte merged 6 commits from osmith/nightly-dropbear into 201705 2023-05-12 08:28:32 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 9c9857bc26 - Show all commits

View File

@ -1,6 +1,10 @@
# Not provided in our OE packages
DEPENDS_remove = "virtual/crypt"
# Install sftp-server so scp works with the SFTP protocol, which is the default
# in recent OpenSSH versions (SYS#6403)
RDEPENDS_${PN}_append = " sftp-server"
do_install_append() {
# Do not disable root login by default
echo "" > ${D}${sysconfdir}/default/dropbear