9 lines
188 B
Makefile
9 lines
188 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for the OpenWrt RMM agent
|
|
LUCI_DEPENDS:=+luci-base
|
|
LUCI_PKGARCH:=all
|
|
PKG_MAINTAINER:=RMM OpenWrt
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|