luci-app-attendedsysupgrade: activate only with LuCI

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: a0bad5ea0a ("luci-app-attendedsysupgrade: activate in buildbot")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens
2026-02-09 01:53:18 +01:00
parent ce358ad411
commit a4117e8226
@@ -9,7 +9,7 @@ LUCI_DEPENDS:=+luci-base +attendedsysupgrade-common +cgi-io
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