iptables: bump to version 1.6.1
[buildroot-gz.git] / package / ebtables / Config.in
blobfa123b196e37a9b743a0f5afd7c7c81bf6ddca46
1 config BR2_PACKAGE_EBTABLES
2         bool "ebtables"
3         depends on !BR2_TOOLCHAIN_USES_MUSL # mixes userspace and kernel headers
4         depends on BR2_USE_MMU # fork()
5         help
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