net-snmp: needs mmu

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2013-10-09 18:30:43 -03:00 committed by Peter Korsgaard
parent 6d34f6bdbb
commit 9e8f1ff344
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_NETSNMP config BR2_PACKAGE_NETSNMP
bool "netsnmp" bool "netsnmp"
depends on BR2_USE_MMU # fork()
help help
Suite of applications used to implement SNMP v1, SNMP v2c, and Suite of applications used to implement SNMP v1, SNMP v2c, and
SNMP v3 using both IPv4 and IPv6. SNMP v3 using both IPv4 and IPv6.

View File

@ -80,6 +80,7 @@ config BR2_PACKAGE_QUAGGA_WATCHQUAGGA
config BR2_PACKAGE_QUAGGA_SNMP config BR2_PACKAGE_QUAGGA_SNMP
bool "SNMP support" bool "SNMP support"
depends on BR2_USE_MMU # net-snmp
select BR2_PACKAGE_NETSNMP select BR2_PACKAGE_NETSNMP
help help
Make quagga information available via SNMP SMUX. Make quagga information available via SNMP SMUX.