mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
12 lines
344 B
Makefile
12 lines
344 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 sysupgrades
|
||
|
LUCI_DEPENDS:=+luci-base +uhttpd-mod-ubus +rpcd +rpcd-mod-rpcsys +cgi-io
|
||
|
|
||
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||
|
|
||
|
# call BuildPackage - OpenWrt buildroot signature
|