nwl-ramdisk-minimal: add ssh support

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2023-09-28 09:47:31 +02:00
parent 0e30a45837
commit d9c27fbd9a
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ WIFI_PACKAGES = " \
${@bb.utils.contains("MACHINE_FEATURES", "ti-wifi", "${TI_WIFI_PACKAGES}", "", d)} \
"
EXTRA_IMAGE_FEATURES = "debug-tweaks ssh-server"
IMAGE_INSTALL:append = " \
coreutils \
ncurses-terminfo-base \