diff options
Diffstat (limited to 'applications/luci-app-nut/Makefile')
-rw-r--r-- | applications/luci-app-nut/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-app-nut/Makefile b/applications/luci-app-nut/Makefile index f5a67756c5..1b2bcc548c 100644 --- a/applications/luci-app-nut/Makefile +++ b/applications/luci-app-nut/Makefile @@ -6,11 +6,11 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Network UPS Tools Configuration -LUCI_DEPENDS:=+luci-base +luci-compat -PKG_RELEASE:=1 +LUCI_DEPENDS:=+luci-base +nut +nut-upsmon +nut-server +nut-upsc +nut-web-cgi +nut-upscmd PKG_LICENSE:=Apache-2.0 -PKG_MAINTAINER:=Daniel F. Dickinson <dfdpublic@wildtechgarden.ca> +PKG_MAINTAINER:=Daniel F. Dickinson <dfdpublic@wildtechgarden.ca> \ + Paul Donald <newtwen+github@gmail.com> include ../../luci.mk |