mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-02 22:42:12 +00:00
11 lines
269 B
Plaintext
11 lines
269 B
Plaintext
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
|