diff options
| author | Hauke Mehrtens | 2026-02-09 00:53:18 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-02-10 00:04:19 +0000 |
| commit | a4117e822602de889ca91d3cec49bb520585b1cc (patch) | |
| tree | c1821e76bc9876c20d20bcc8ec7f3357ff6bc843 | |
| parent | ce358ad41132812612baf00217679971c8db0d91 (diff) | |
| download | luci-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/Makefile | 2 |
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 |