2011-07-11 16:33:31 +02:00
|
|
|
config BR2_PACKAGE_EBTABLES
|
|
|
|
bool "ebtables"
|
|
|
|
depends on BR2_INET_IPV6
|
2013-01-29 23:02:59 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2011-07-11 16:33:31 +02:00
|
|
|
help
|
|
|
|
Ethernet bridge frame table administration
|
|
|
|
|
|
|
|
http://ebtables.sourceforge.net
|
|
|
|
|
|
|
|
comment "ebtables requires a toolchain with IPv6 support"
|
|
|
|
depends on !BR2_INET_IPV6
|