mirror of
https://github.com/openwrt/luci.git
synced 2025-02-22 13:06:21 +00:00
14 lines
369 B
Makefile
14 lines
369 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Mosquitto LuCI interface
|
|
LUCI_DEPENDS:=+luci-base +mosquitto
|
|
LUCI_DESCRIPTION:=Provides a webadmin for most basic mosquitto parameters.
|
|
|
|
PKG_MAINTAINER:= Karl Palsson <karlp@etactica.com> \
|
|
Paul Donald <newtwen+github@gmail.com>
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|