dropbear: do not disable root login

Related: SYS#6402
Change-Id: Ie9ef36f3008c6f8054f4e8164000a2e9e80c53d9
This commit is contained in:
Oliver Smith 2023-05-03 15:52:41 +02:00
parent fc7d6d4ae2
commit cc8ad7cde7
1 changed files with 5 additions and 0 deletions

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
}