2017-07-27 22:28:12 +00:00
|
|
|
# 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
|
2020-12-23 03:09:38 +00:00
|
|
|
LUCI_DEPENDS:=+luci-base +attendedsysupgrade-common +cgi-io
|
2017-07-27 22:28:12 +00:00
|
|
|
|
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|