From: Peter Korsgaard Date: Fri, 22 Jul 2011 05:32:58 +0000 (+0200) Subject: iptables: largefile support not required anymore X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1ac6ce60e9d4bb0c611aeae604033228af15e68;p=buildroot.git iptables: largefile support not required anymore Signed-off-by: Peter Korsgaard --- diff --git a/package/iptables/Config.in b/package/iptables/Config.in index da5a832a2f..8c4e989fcc 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