2011-07-11 16:33:31 +02:00
|
|
|
config BR2_PACKAGE_EBTABLES
|
|
|
|
bool "ebtables"
|
2015-11-11 19:01:17 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL # mixes userspace and kernel headers
|
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
|
|
|
|
|
2015-09-01 13:57:59 +02:00
|
|
|
http://ebtables.netfilter.org/
|
2015-11-11 19:01:17 +01:00
|
|
|
|
|
|
|
comment "ebtables needs a glibc or uClibc toolchain"
|
|
|
|
depends on BR2_TOOLCHAIN_USES_MUSL
|
|
|
|
depends on BR2_USE_MMU
|