ntp: properly select/filter netsnmp for ntpsnmpd
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 17 Jul 2014 00:47:49 +0000 (21:47 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 17 Jul 2014 07:59:14 +0000 (09:59 +0200)
BR2_PACKAGE_NTP_SNMPD was pushing netsnmp into dependencies but was
never selected, and since netsnmp requires fork it wasn't filtered out
for nommu. Fixes:

http://autobuild.buildroot.net/results/776/7769afe0da09e3f4f96d9a0f4c0febb0c72cc34f/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ntp/Config.in

index ec5dbbb40eec8b569f08522e85c25c1611e365f6..858a9ad8ccb6437b060a330fe81485ede87e60e7 100644 (file)
@@ -54,6 +54,8 @@ config BR2_PACKAGE_NTP_NTPQ
 
 config BR2_PACKAGE_NTP_NTPSNMPD
        bool "ntpsnmpd"
+       depends on BR2_USE_MMU # netsnmp fork()
+       select BR2_PACKAGE_NETSNMP
        help
          Install ntpsnmpd NTP SNMP MIB agent.