package/keepalived: drop --{en, dis}able-libiptc option

--{en,dis}able-libiptc has been dropped since version 2.1.0 and
05443e1efa

So replace it by --{en,dis}able-iptables

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020.08.x
Fabrice Fontaine 2020-06-28 12:01:22 +02:00 committed by Thomas Petazzoni
parent 03b5c4f91d
commit 5fcee496df
1 changed files with 2 additions and 2 deletions

View File

@ -41,9 +41,9 @@ endif
ifeq ($(BR2_PACKAGE_IPTABLES),y)
KEEPALIVED_DEPENDENCIES += iptables
KEEPALIVED_CONF_OPTS += --enable-libiptc
KEEPALIVED_CONF_OPTS += --enable-iptables
else
KEEPALIVED_CONF_OPTS += --disable-libiptc
KEEPALIVED_CONF_OPTS += --disable-iptables
endif
ifeq ($(BR2_PACKAGE_LIBNFTNL),y)