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
|
2017-08-08 14:06:08 +00:00
|
|
|
LUCI_DEPENDS:=+luci-base +uhttpd-mod-ubus +rpcd-mod-attendedsysupgrade
|
2017-07-27 22:28:12 +00:00
|
|
|
|
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|