]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
net-snmp: needs mmu
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 9 Oct 2013 21:30:43 +0000 (18:30 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 9 Oct 2013 21:40:18 +0000 (23:40 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/netsnmp/Config.in
package/quagga/Config.in

index d94abb7bdadd01a3f072b8414ea74edd4afd2000..3d089362f4e4b3365ca4541817226f8efec4d827 100644 (file)
@@ -1,5 +1,6 @@
 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.
index c364ae1b4bb874aea3d93330cb34f9745f72258c..90eaef4bfc44042bdc1fa717de83a0628a9952d9 100644 (file)
@@ -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.