summaryrefslogtreecommitdiffstats
path: root/rules/bridge-utils.in
blob: 3d9cb05245e30f890553e70540ff962548f504a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## SECTION=networking
# Bridge Utils configuration

config BRIDGE_UTILS
	tristate
	prompt "bridge utils                  "
	select GCCLIBS_GCC_S
	depends on !BUSYBOX_BRCTL || ALLYES
	help
	  Utilities for configuring the Linux ethernet bridge

	  This package contains utilities for configuring the
	  Linux ethernet bridge.

	  The Linux ethernet bridge can be used to tie multiple
	  ethernet devices together. The connection is fully
	  transparent: hosts connected to one ethernet device
	  can see all hosts connected to any of the other
	  ethernet devices directly.

comment "BusyBox' brctl is selected!"
	depends on BUSYBOX_BRCTL