diff options
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/iptables.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index 43c2fea69f..f059807b63 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -12,7 +12,7 @@ IPTABLES_DEPENDENCIES = host-pkgconf \ $(if $(BR2_PACKAGE_LIBNETFILTER_CONNTRACK),libnetfilter_conntrack) IPTABLES_LICENSE = GPLv2 IPTABLES_LICENSE_FILES = COPYING -IPTABLES_CONF_OPT = --libexecdir=/usr/lib --with-kernel=$(STAGING_DIR)/usr +IPTABLES_CONF_OPTS = --libexecdir=/usr/lib --with-kernel=$(STAGING_DIR)/usr # Because of iptables-01-fix-static-link.patch IPTABLES_AUTORECONF = YES |