diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-30 18:41:58 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-30 18:41:58 +0000 |
commit | 6cd7c8332e5884a143028acc7a006cc65b0322cd (patch) | |
tree | 39c21a155de4b397c26813276bdc9fdcde349e86 /package/iptables/Config.in | |
parent | 4e5ecadd2210511c335fc0a222c72d49ade3771e (diff) | |
download | buildroot-novena-6cd7c8332e5884a143028acc7a006cc65b0322cd.tar.gz buildroot-novena-6cd7c8332e5884a143028acc7a006cc65b0322cd.zip |
iptables: needs largefile support in toolchain
Diffstat (limited to 'package/iptables/Config.in')
-rw-r--r-- | package/iptables/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/iptables/Config.in b/package/iptables/Config.in index 8c4e989fc..da5a832a2 100644 --- a/package/iptables/Config.in +++ b/package/iptables/Config.in @@ -1,6 +1,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 |