diff options
Diffstat (limited to 'applications/luci-app-nlbwmon/Makefile')
-rw-r--r-- | applications/luci-app-nlbwmon/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/applications/luci-app-nlbwmon/Makefile b/applications/luci-app-nlbwmon/Makefile index c4b83e807c..adcf87bded 100644 --- a/applications/luci-app-nlbwmon/Makefile +++ b/applications/luci-app-nlbwmon/Makefile @@ -1,7 +1,12 @@ include $(TOPDIR)/rules.mk +PKG_LICENSE:=Apache-2.0 + LUCI_TITLE:=Netlink based bandwidth accounting -LUCI_DEPENDS:=+luci-compat +nlbwmon +LUCI_DEPENDS:=+luci-base +luci-lib-chartjs +nlbwmon + +PKG_LICENSE:=Apache-2.0 +PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> include ../../luci.mk |