blob: ce672851b35d148ba77e3b455e056495f784bfbb (
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 requires a toolchain with IPv6 support"
depends on !BR2_INET_IPV6
|