diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index b584a3280..bcf38055e 100644 --- a/net/keepalived/Makefile +++ b/net/keepalived/Makefile @@ -29,7 +29,13 @@ define Package/keepalived CATEGORY:=Network TITLE:=Failover and monitoring daemon for LVS clusters URL:=http://www.keepalived.org/ - DEPENDS:=+PACKAGE_libnl-genl:libnl-genl +libopenssl +libip4tc +IPV6:libip6tc +libxtables + DEPENDS:= \ + +PACKAGE_libnl-genl:libnl-genl \ + +libopenssl \ + +libip4tc \ + +IPV6:libip6tc \ + +libxtables \ + +kmod-macvlan endef define Package/keepalived/description