net-snmp: fix libnl dependency for snmpd-static

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
Stijn Tintel 2017-01-06 02:55:43 +01:00
parent 3195925ccb
commit 74e436fac5

View file

@ -90,6 +90,7 @@ endef
define Package/snmpd-static
$(call Package/net-snmp/Default)
TITLE:=Open source SNMP implementation (daemon)
DEPENDS:=+PACKAGE_libnl-core:libnl-core
endef
define Package/snmpd-static/description