Originally developed and maintained at https://github.com/remakeelectric/owrt_pub_feeds/tree/master/luci-app-mosquitto Vs the original, this version has been converted to use the luci.mk style, and has dropped the now obsolete ucitrack entries. Signed-off-by: Karl Palsson <karlp@etactica.com>
13 lines
353 B
Makefile
13 lines
353 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Mosquitto LuCI interface
|
|
LUCI_DEPENDS:=+luci-mod-admin-full mosquitto
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DESCRIPTION:=Provides a webadmin for most basic mosquitto parameters.
|
|
|
|
PKG_MAINTAINER:= Karl Palsson <karlp@etactica.com>
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|