summaryrefslogtreecommitdiffstats
path: root/rules/iproute2.in
blob: 040440dd41d97722c60aed3e9a7636132106e5be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
## SECTION=networking

menuconfig IPROUTE2
	tristate
	prompt "iproute2                      "
	select DB if IPROUTE2_ARPD
	select LIBC_DL
	select LIBC_M
	select LIBC_RESOLV
	select LIBC_PTHREAD if IPROUTE2_ARPD
	select GCCLIBS_GCC_S if IPROUTE2_IP || IPROUTE2_TC
	help
	  Networking and traffic control tools

	  The iproute suite, also known as iproute2, is a collection
	  of utilities for networking and traffic control.

	  These tools communicate with the Linux kernel via the
	  (rt)netlink interface, providing advanced features not
	  available through the legacy net-tools commands 'ifconfig'
	  and 'route'.

if IPROUTE2

config IPROUTE2_ARPD
	bool
	prompt "arpd"
	help
	  Enabling this extry will enlarge your system by the berkely
	  DB4.x library.

config IPROUTE2_CTSTAT
	bool
	prompt "ctstat"

config IPROUTE2_GENL
	bool
	prompt "genl"

config IPROUTE2_IP
	bool
	depends on !BUSYBOX_IP || ALLYES
	prompt "ip"

comment "busybox' ip is selected"
	depends on BUSYBOX_IP

config IPROUTE2_IPCFG
	bool
	prompt "ipcfg"

config IPROUTE2_IFSTAT
	bool
	prompt "ifstat"

config IPROUTE2_LNSTAT
	bool
	prompt "lnstat"

config IPROUTE2_NSTAT
	bool
	prompt "nstat"

config IPROUTE2_ROUTEF
	bool
	prompt "routef"

config IPROUTE2_ROUTEL
	bool
	prompt "routel"

config IPROUTE2_RTACCT
	bool
	prompt "rtacct"

config IPROUTE2_RTMON
	bool
	prompt "rtmon"

config IPROUTE2_RTPR
	bool
	prompt "rtpr"

config IPROUTE2_RTSTAT
	bool
	prompt "rtstat"

config IPROUTE2_SS
	bool
	prompt "ss"

config IPROUTE2_TC
	bool
	prompt "tc"

endif