xref: /OK3568_Linux_fs/buildroot/package/iproute2/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_IPROUTE2
2*4882a593Smuzhiyun	bool "iproute2"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # __kernel_{u,}long_t
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  Kernel routing and traffic control utilities. Provides things
7*4882a593Smuzhiyun	  like ip and tc.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
10*4882a593Smuzhiyun
11*4882a593Smuzhiyuncomment "iproute2 needs a toolchain w/ headers >= 3.4"
12*4882a593Smuzhiyun	depends on BR2_USE_MMU
13*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
14