summaryrefslogtreecommitdiffstats
path: root/rules/iproute2.in
blob: e4c8c08aec05b7940edd8f89aac9dbf01ff9480e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## SECTION=networking

config IPROUTE2
	tristate
	prompt "iproute2"
	select DB
	select LIBC_DL
	select LIBC_M
	select LIBC_RESOLV
	# arpd.c:(.text+0x1428): undefined reference to `__db185_open'
#	depends on BROKEN
	help
	  Iproute2 is a collection of utilities for
	  controlling TCP/IP networking and traffic
	  control in Linux.