[Buildroot] svn commit: [25898] trunk/buildroot/package/iptables

jacmet at uclibc.org jacmet at uclibc.org
Mon Mar 30 18:41:58 UTC 2009


Author: jacmet
Date: 2009-03-30 18:41:58 +0000 (Mon, 30 Mar 2009)
New Revision: 25898

Log:
iptables: needs largefile support in toolchain

Modified:
   trunk/buildroot/package/iptables/Config.in


Changeset:
Modified: trunk/buildroot/package/iptables/Config.in
===================================================================
--- trunk/buildroot/package/iptables/Config.in	2009-03-30 18:41:53 UTC (rev 25897)
+++ trunk/buildroot/package/iptables/Config.in	2009-03-30 18:41:58 UTC (rev 25898)
@@ -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




More information about the buildroot mailing list