luci-app-attendedsysupgrade: activate only with LuCI
authorHauke Mehrtens <redacted>
Mon, 9 Feb 2026 00:53:18 +0000 (01:53 +0100)
committerHauke Mehrtens <redacted>
Tue, 10 Feb 2026 00:04:19 +0000 (01:04 +0100)
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>
applications/luci-app-attendedsysupgrade/Makefile

index 6998864cf36c2f18fd219fa5fd02044fc2e45340..09a73127412a778174916172af39df6ec61ddb93 100644 (file)
@@ -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
 
git clone https://git.99rst.org/PROJECT