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
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "ebtables needs a toolchain w/ IPv6"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2011-07-11 16:33:31 +02:00
|
|
|
depends on !BR2_INET_IPV6
|