Commit 9e8f1ff3 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

net-snmp: needs mmu

parent 6d34f6bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_NETSNMP
	bool "netsnmp"
	depends on BR2_USE_MMU # fork()
	help
	  Suite of applications used to implement SNMP v1, SNMP v2c, and
	  SNMP v3 using both IPv4 and IPv6.
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ config BR2_PACKAGE_QUAGGA_WATCHQUAGGA

config BR2_PACKAGE_QUAGGA_SNMP
	bool "SNMP support"
	depends on BR2_USE_MMU # net-snmp
	select BR2_PACKAGE_NETSNMP
	help
	  Make quagga information available via SNMP SMUX.