From a4117e822602de889ca91d3cec49bb520585b1cc Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 9 Feb 2026 01:53:18 +0100 Subject: [PATCH] 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 --- applications/luci-app-attendedsysupgrade/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 , Paul Spooren PKG_LICENSE:=GPL-2.0 -LUCI_DEFAULT:=y if BUILDBOT +LUCI_DEFAULT:=y if (BUILDBOT && PACKAGE_luci) include ../../luci.mk