mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
iptables: remove redundant --disable-ipv6
Is automatically handled by the autotargets infrastructure. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
749a5d7c2d
commit
e012748b25
@ -12,9 +12,6 @@ IPTABLES_AUTORECONF = YES
|
|||||||
IPTABLES_DEPENDENCIES = host-pkg-config
|
IPTABLES_DEPENDENCIES = host-pkg-config
|
||||||
|
|
||||||
IPTABLES_CONF_OPT = --libexecdir=/usr/lib --with-kernel=$(LINUX_HEADERS_DIR)
|
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
|
define IPTABLES_TARGET_SYMLINK_CREATE
|
||||||
ln -sf iptables-multi $(TARGET_DIR)/usr/sbin/iptables
|
ln -sf iptables-multi $(TARGET_DIR)/usr/sbin/iptables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user