summaryrefslogtreecommitdiffstats
path: root/package/iputils/Config.in
blob: 456fddf769216f6ba353737fefe98fa30d5a2a9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config BR2_PACKAGE_IPUTILS
	bool "iputils"
	select BR2_OPENSSL if BR2_INET_IPV6
	depends on BR2_USE_MMU # fork()
	# requires dn_comp (only available in since uclibc 0.9.33)
	depends on !BR2_avr32
	depends on !BR2_UCLIBC_VERSION_0_9_31
	help
	  This package is set of small useful utilities for Linux networking.
	  It includes complete versions of ping, traceroute, etc.

	  http://sourceforge.net/projects/iputils/
OpenPOWER on IntegriCloud