blob: da5a832a2fdb0cf60d0953e59889953d71ee29bd (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_IPTABLES
bool "iptables"
depends on BR2_LARGEFILE
help
Linux kernel (2.4+) firewall, NAT, and packet mangling tools.
http://www.iptables.org/
comment "iptables requires a toolchain with LARGEFILE support"
depends on !BR2_LARGEFILE
|