diff options
-rw-r--r-- | applications/luci-app-snmpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-snmpd/Makefile b/applications/luci-app-snmpd/Makefile index fc998ba28..48be986ae 100644 --- a/applications/luci-app-snmpd/Makefile +++ b/applications/luci-app-snmpd/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:= Net-SNMP LuCI interface -LUCI_DEPENDS:=+luci-compat +luci-base +LUCI_DEPENDS:=+luci-compat +luci-base +snmpd LUCI_PKGARCH:=all LUCI_DESCRIPTION:=Some common net-snmp config items. In no way is this comprehensive. |