From: Hauke Mehrtens Date: Mon, 9 Feb 2026 00:53:18 +0000 (+0100) Subject: luci-app-attendedsysupgrade: activate only with LuCI X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a4117e822602de889ca91d3cec49bb520585b1cc;p=openwrt-luci.git 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 --- 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