Remove DISABLED_SERVICES because dropbear is back in line

This commit is contained in:
Lee Miller 2023-03-19 06:20:23 +02:00
parent 90e53ad77b
commit 5e0f203ffb
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 1 additions and 2 deletions

View File

@ -97,8 +97,7 @@ PACKAGES="kmod-nf-nathelper-extra kmod-rtc-ds1307 \
wireguard-tools wget-ssl \
"
make image PROFILE=rpi-4 \
PACKAGES="${PACKAGES}" DISABLED_SERVICES="dropbear" FILES="files"
make image PROFILE=rpi-4 PACKAGES="${PACKAGES}" FILES="files"
make manifest PROFILE=rpi-4 PACKAGES="${PACKAGES}"