Merge pull request #3641 from kbabioch/fix-dep-luci-app-snmpd

luci-app-snmpd: Add snmpd as dependency
This commit is contained in:
Hannu Nyman 2020-02-18 10:12:01 +07:00 committed by GitHub
commit bebfe208f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.