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}"