iptables: needs largefile support in toolchain
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 30 Mar 2009 18:41:58 +0000 (18:41 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 30 Mar 2009 18:41:58 +0000 (18:41 -0000)
package/iptables/Config.in

index 8c4e989fcc3aad556e46ffa2edfaa034f10aabe7..da5a832a2fdb0cf60d0953e59889953d71ee29bd 100644 (file)
@@ -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