blob: dbb572bd28dc999652a0eeb43117b1d0dccaeb98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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 +uhttpd-mod-ubus +attendedsysupgrade-common +cgi-io
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|