From 5e0f203ffbb0a4450fa490b90baa01f1c8e72a22 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Sun, 19 Mar 2023 06:20:23 +0200 Subject: [PATCH] Remove DISABLED_SERVICES because dropbear is back in line --- .buildbot/openwrt/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 47b8b93..386ab69 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -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}" -- 2.45.1