Try to replace dropbear by openssh-server using imagebuilder #9

Merged
PeterSurda merged 2 commits from lee.miller/openwrt:openssh into main 2023-02-09 10:02:20 +01:00
Showing only changes of commit 96985a61db - Show all commits

View File

@ -81,9 +81,10 @@ PACKAGES="kmod-nf-nathelper-extra kmod-rtc-ds1307 \
luci-ssl-nginx luci-app-acme \
python3-packages python3-yaml \
wireguard-tools wget-ssl \
openssh-server \
"
make image PROFILE=rpi-4 PACKAGES="${PACKAGES}"
make image PROFILE=rpi-4 PACKAGES="${PACKAGES}" DISABLED_SERVICES="dropbear"
make manifest PROFILE=rpi-4 PACKAGES="${PACKAGES}"