Activate luci-app-attendedsysupgrade in buildbots builds only when LuCI
is also selected. This will prevent it form being activated in master
buildbot builds.
Fixes: a0bad5ea0a31 ("luci-app-attendedsysupgrade: activate in buildbot")
Signed-off-by: Hauke Mehrtens <redacted>
PKG_MAINTAINER:=Eric Fahlgren <ericfahlgren@gmail.com>, Paul Spooren <paul@spooren.de>
PKG_LICENSE:=GPL-2.0
-LUCI_DEFAULT:=y if BUILDBOT
+LUCI_DEFAULT:=y if (BUILDBOT && PACKAGE_luci)
include ../../luci.mk