Merge pull request #1833 from commodo/keepalived-libnl

keepalived: update to use only libnl-genl
This commit is contained in:
Steven Barth 2015-10-22 10:43:43 +02:00
commit b7684e953b

View file

@ -29,7 +29,7 @@ define Package/keepalived
CATEGORY:=Network
TITLE:=Failover and monitoring daemon for LVS clusters
URL:=http://www.keepalived.org/
DEPENDS:=+libnl +libopenssl
DEPENDS:=+libnl-genl +libopenssl
endef
define Package/keepalived/description