diff options
Diffstat (limited to 'applications/luci-app-nut/Makefile')
-rw-r--r-- | applications/luci-app-nut/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/luci-app-nut/Makefile b/applications/luci-app-nut/Makefile index cce56e0c9f..e399a50217 100644 --- a/applications/luci-app-nut/Makefile +++ b/applications/luci-app-nut/Makefile @@ -8,8 +8,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Network UPS Tools Configuration -LUCI_DEPENDS:=+luci-compat -LUCI_PKGARCH:=all +LUCI_DEPENDS:=+luci-base +luci-compat PKG_RELEASE:=1 include ../../luci.mk |