1 config BR2_PACKAGE_EBTABLES
3 depends on !BR2_TOOLCHAIN_USES_MUSL # mixes userspace and kernel headers
4 depends on BR2_USE_MMU # fork()
6 Ethernet bridge frame table administration
8 http://ebtables.netfilter.org/
10 comment "ebtables needs a glibc or uClibc toolchain"
11 depends on BR2_TOOLCHAIN_USES_MUSL
12 depends on BR2_USE_MMU