summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2026-02-09 00:53:18 +0000
committerHauke Mehrtens2026-02-10 00:04:19 +0000
commita4117e822602de889ca91d3cec49bb520585b1cc (patch)
treec1821e76bc9876c20d20bcc8ec7f3357ff6bc843
parentce358ad41132812612baf00217679971c8db0d91 (diff)
downloadluci-a4117e822602de889ca91d3cec49bb520585b1cc.tar.gz
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: a0bad5ea0a31 ("luci-app-attendedsysupgrade: activate in buildbot") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--applications/luci-app-attendedsysupgrade/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-attendedsysupgrade/Makefile b/applications/luci-app-attendedsysupgrade/Makefile
index 6998864cf3..09a7312741 100644
--- a/applications/luci-app-attendedsysupgrade/Makefile
+++ b/applications/luci-app-attendedsysupgrade/Makefile
@@ -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