Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « luci-app-mosquitto « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1bfb7c3de7a95c60c4e4c32fb01329636ba26707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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