2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_IPTABLES
|
2004-11-11 15:17:45 +01:00
|
|
|
bool "iptables"
|
2009-03-30 20:41:58 +02:00
|
|
|
depends on BR2_LARGEFILE
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2004-11-11 15:17:45 +01:00
|
|
|
Linux kernel (2.4+) firewall, NAT, and packet mangling tools.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-11-11 15:17:45 +01:00
|
|
|
http://www.iptables.org/
|
2009-03-30 20:41:58 +02:00
|
|
|
|
|
|
|
comment "iptables requires a toolchain with LARGEFILE support"
|
|
|
|
depends on !BR2_LARGEFILE
|