tiny-image(s): exchange openssh server with dropbear

This commit is contained in:
Thomas Klaehn
2020-01-31 13:28:54 +01:00
parent 53cc9f6600
commit cf1dcbe16d
5 changed files with 16 additions and 13 deletions

View File

@@ -1,9 +0,0 @@
do_install_append () {
install -d ${D}${sysconfdir}/
install -d ${D}${sysconfdir}/rcS.d/
cd ${D}${sysconfdir}/rcS.d/
ln -s ../init.d/sshd S47sshd.sh
}