소스 검색

iptables: needs largefile support in toolchain

Peter Korsgaard 16 년 전
부모
커밋
6cd7c8332e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      package/iptables/Config.in

+ 4 - 0
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