blob: 24f39ac9a734f183ca098a8bbcc5c94fe486e0ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_EBTABLES
bool "ebtables"
depends on BR2_INET_IPV6
depends on BR2_USE_MMU # fork()
help
Ethernet bridge frame table administration
http://ebtables.sourceforge.net
comment "ebtables needs a toolchain w/ IPv6"
depends on !BR2_INET_IPV6
|