a8041c0973
[Peter: add ipv6 dependency] Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
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
|