Files
Hauke Mehrtens a4117e8226 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>
2026-02-10 01:04:19 +01:00

17 lines
481 B
Makefile

# See /LICENSE for more information.
# This is free software, licensed under the GNU General Public License v2.
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for attended sysupgrades
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 && PACKAGE_luci)
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature