22f4d99273
Fixes: http://autobuild.buildroot.net/results/201f8d3d58cdff0c3501a673003558103237fb22/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
278 B
Plaintext
12 lines
278 B
Plaintext
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
|