mirror of
https://github.com/openwrt/luci.git
synced 2026-06-17 14:50:21 +04:00
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: a0bad5ea0a ("luci-app-attendedsysupgrade: activate in buildbot")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user