소스 검색

iptables: remove redundant --disable-ipv6

Is automatically handled by the autotargets infrastructure.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 14 년 전
부모
커밋
e012748b25
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      package/iptables/iptables.mk

+ 0 - 3
package/iptables/iptables.mk

@@ -12,9 +12,6 @@ IPTABLES_AUTORECONF = YES
 IPTABLES_DEPENDENCIES = host-pkg-config
 
 IPTABLES_CONF_OPT = --libexecdir=/usr/lib --with-kernel=$(LINUX_HEADERS_DIR)
-ifneq ($(BR2_INET_IPV6),y)
-IPTABLES_CONF_OPT += --disable-ipv6
-endif
 
 define IPTABLES_TARGET_SYMLINK_CREATE
 	ln -sf iptables-multi $(TARGET_DIR)/usr/sbin/iptables