1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 11:23:57 +02:00

net/keepalived: enable lvs support

Enable IPVS support.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2018-08-31 09:57:21 +02:00
parent 4868b6f7a8
commit d7e5b3a0d0

View File

@ -38,7 +38,9 @@ define Package/keepalived
+libxtables \
+kmod-macvlan \
+libmagic \
+libnl-route
+libnl-route \
+libnfnetlink \
+kmod-nf-ipvs
endef
define Package/keepalived/description
@ -53,8 +55,6 @@ endef
CONFIGURE_ARGS+= \
--enable-sha1 \
--disable-lvs \
--disable-lvs-syncd \
--disable-snmp \
--with-kernel-dir="$(LINUX_DIR)/$(LINUX_UAPI_DIR)"