mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
net/keepalived: enable lvs support
Enable IPVS support. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -38,7 +38,9 @@ define Package/keepalived
|
|||||||
+libxtables \
|
+libxtables \
|
||||||
+kmod-macvlan \
|
+kmod-macvlan \
|
||||||
+libmagic \
|
+libmagic \
|
||||||
+libnl-route
|
+libnl-route \
|
||||||
|
+libnfnetlink \
|
||||||
|
+kmod-nf-ipvs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/keepalived/description
|
define Package/keepalived/description
|
||||||
@@ -53,8 +55,6 @@ endef
|
|||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--enable-sha1 \
|
--enable-sha1 \
|
||||||
--disable-lvs \
|
|
||||||
--disable-lvs-syncd \
|
|
||||||
--disable-snmp \
|
--disable-snmp \
|
||||||
--with-kernel-dir="$(LINUX_DIR)/$(LINUX_UAPI_DIR)"
|
--with-kernel-dir="$(LINUX_DIR)/$(LINUX_UAPI_DIR)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user