X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=babeld%2FMakefile;h=2d781ef73b9efd55c867cb196f44add03289e5da;hb=4c963b1b85267aa3a004a97a5781ad6f28cb95fa;hp=e9393100e6d5571fbe35aa71f743eb0e0b11237e;hpb=e291dcb7c382306e2d38378fbcce5b7f12c0f648;p=feed%2Frouting.git diff --git a/babeld/Makefile b/babeld/Makefile index e939310..2d781ef 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.univ-paris-diderot.fr/~jch/software/files/ +PKG_MD5SUM:=eb1c66c382e9181c418ebd84e52b5af2 +PKG_LICENSE:=MIT include $(INCLUDE_DIR)/package.mk @@ -24,7 +25,7 @@ define Package/babeld TITLE:=A loop-free distance-vector routing protocol URL:=http://www.pps.univ-paris-diderot.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