blob: aaaf3f5dee6b7f961174c9246629edff82974262 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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:=Paul Spooren <paul@spooren.de>
PKG_LICENSE:=GPL-2.0
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|