Merge pull request #3641 from kbabioch/fix-dep-luci-app-snmpd
luci-app-snmpd: Add snmpd as dependency
This commit is contained in:
commit
bebfe208f7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue