diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-22 07:32:58 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-22 07:34:09 +0200 |
commit | c1ac6ce60e9d4bb0c611aeae604033228af15e68 (patch) | |
tree | bfefe2d7f4ec2fd1b59cc0aef7df70b160004e39 /package | |
parent | d1f711a7d24783fcb3fc6ef04b0c723d65058369 (diff) | |
download | buildroot-novena-c1ac6ce60e9d4bb0c611aeae604033228af15e68.tar.gz buildroot-novena-c1ac6ce60e9d4bb0c611aeae604033228af15e68.zip |
iptables: largefile support not required anymore
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/iptables/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/iptables/Config.in b/package/iptables/Config.in index da5a832a2..8c4e989fc 100644 --- a/package/iptables/Config.in +++ b/package/iptables/Config.in @@ -1,10 +1,6 @@ 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 |