X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=babeld%2FMakefile;h=45d8ba761e72d15518d547854791a5615f64e154;hb=4868ec008ee516e0c7b83782bf2743aa65398418;hp=e9393100e6d5571fbe35aa71f743eb0e0b11237e;hpb=cda939baea3116e2e411fa056f6804cf62f5ded4;p=feed%2Frouting.git diff --git a/babeld/Makefile b/babeld/Makefile index e939310..45d8ba7 100644 --- a/babeld/Makefile +++ b/babeld/Makefile @@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=babeld -PKG_VERSION:=1.5.1 -PKG_RELEASE:=1 +PKG_VERSION:=1.8.0 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/files/ -PKG_MD5SUM:=20e3284d5ad291d7ba2ad91d5b47de10 +PKG_SOURCE_URL:=https://www.irif.fr/~jch/software/files/ +PKG_MD5SUM:=eb1c66c382e9181c418ebd84e52b5af2 +PKG_LICENSE:=MIT include $(INCLUDE_DIR)/package.mk @@ -22,9 +23,9 @@ define Package/babeld CATEGORY:=Network SUBMENU:=Routing and Redirection TITLE:=A loop-free distance-vector routing protocol - URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/babel/ + URL:=https://www.irif.fr/~jch/software/babel/ MAINTAINER:=Gabriel Kerneis - DEPENDS:=+kmod-ipv6 +librt + DEPENDS:=@IPV6 endef define Package/babeld/description @@ -44,6 +45,7 @@ endef MAKE_FLAGS+= \ CFLAGS="$(TARGET_CFLAGS)" \ + LDLIBS="" \ define Package/babeld/install $(INSTALL_DIR) $(1)/usr/sbin