mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
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>
17 lines
481 B
Makefile
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
|