summaryrefslogtreecommitdiff
path: root/package/netsnmp/Config.in
blob: 810b654bfe5a4fe8b17220ad7d6621224b65081f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config BR2_PACKAGE_NETSNMP
	bool "netsnmp"
	# Build with external toolchains is broken, libtool strips
	# --sysroot at link time
	depends on !BR2_TOOLCHAIN_EXTERNAL
	help
	  Suite of applications used to implement SNMP v1, SNMP v2c, and
	  SNMP v3 using both IPv4 and IPv6.

	  http://net-snmp.sourceforge.net/

comment "lmbench is broken with external toolchains"
        depends on BR2_TOOLCHAIN_EXTERNAL