|
@ -8,12 +8,12 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=keepalived |
|
|
PKG_NAME:=keepalived |
|
|
PKG_VERSION:=1.4.4 |
|
|
|
|
|
|
|
|
PKG_VERSION:=2.0.7 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE_URL:=http://www.keepalived.org/software |
|
|
PKG_SOURCE_URL:=http://www.keepalived.org/software |
|
|
PKG_HASH:=147c2b3b782223128551fd0a1564eaa30ed84a94b68c50ec5087747941314704 |
|
|
|
|
|
|
|
|
PKG_HASH:=bce45d6d5cf3620bfd88472ec839a75b5a14a54fda12d09e890670244873b8ab |
|
|
|
|
|
|
|
|
PKG_LICENSE:=GPL-2.0+ |
|
|
PKG_LICENSE:=GPL-2.0+ |
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
PKG_LICENSE_FILES:=COPYING |
|
@ -36,7 +36,9 @@ define Package/keepalived |
|
|
+libip4tc \
|
|
|
+libip4tc \
|
|
|
+IPV6:libip6tc \
|
|
|
+IPV6:libip6tc \
|
|
|
+libxtables \
|
|
|
+libxtables \
|
|
|
+kmod-macvlan |
|
|
|
|
|
|
|
|
+kmod-macvlan \
|
|
|
|
|
|
+libmagic \
|
|
|
|
|
|
+libnl-route |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/keepalived/description |
|
|
define Package/keepalived/description |
|
|