mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-28 07:53:32 +08:00
ntp: properly select/filter netsnmp for ntpsnmpd
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>
This commit is contained in:
parent
74d217d3db
commit
1f821f6522
@ -54,6 +54,8 @@ config BR2_PACKAGE_NTP_NTPQ
|
|||||||
|
|
||||||
config BR2_PACKAGE_NTP_NTPSNMPD
|
config BR2_PACKAGE_NTP_NTPSNMPD
|
||||||
bool "ntpsnmpd"
|
bool "ntpsnmpd"
|
||||||
|
depends on BR2_USE_MMU # netsnmp fork()
|
||||||
|
select BR2_PACKAGE_NETSNMP
|
||||||
help
|
help
|
||||||
Install ntpsnmpd NTP SNMP MIB agent.
|
Install ntpsnmpd NTP SNMP MIB agent.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user