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 5 additions and 0 deletions
Showing only changes of commit cc8ad7cde7 - Show all commits

View File

@ -1,2 +1,7 @@
# Not provided in our OE packages
DEPENDS_remove = "virtual/crypt"
do_install_append() {
# Do not disable root login by default
echo "" > ${D}${sysconfdir}/default/dropbear
}