From 6cd7c8332e5884a143028acc7a006cc65b0322cd Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 30 Mar 2009 18:41:58 +0000 Subject: iptables: needs largefile support in toolchain --- package/iptables/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/iptables') 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 -- cgit v1.2.3