blob: 40bc45c028485823679e38c87c29d28b0aa14682 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_EBTABLES
bool "ebtables"
depends on BR2_INET_IPV6
help
Ethernet bridge frame table administration
http://ebtables.sourceforge.net
comment "ebtables requires a toolchain with IPv6 support"
depends on !BR2_INET_IPV6
|