This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
net/keepalived: enable lvs support
Enable IPVS support. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert
6 years ago
parent
4868b6f7a8
commit
d7e5b3a0d0
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
net/keepalived/Makefile
+ 3
- 3
net/keepalived/Makefile
View File
@ -38,7 +38,9 @@ define Package/keepalived
+libxtables
\
+kmod-macvlan
\
+libmagic
\
+libnl-route
+libnl-route
\
+libnfnetlink
\
+kmod-nf-ipvs
e
n
d
e
f
d
e
f
i
n
e
P
a
c
k
a
g
e
/
k
e
e
p
a
l
i
v
e
d
/
d
e
s
c
r
i
p
t
i
o
n
@ -53,8 +55,6 @@ endef
CONFIGURE_ARGS
+=
\
--enable-sha1
\
--disable-lvs
\
--disable-lvs-syncd
\
--disable-snmp
\
--with-kernel-dir
=
"
$(
LINUX_DIR
)
/
$(
LINUX_UAPI_DIR
)
"
Write
Preview
Loading…
Cancel
Save