X-Git-Url: http://git.openwrt.org/?p=feed%2Frouting.git;a=blobdiff_plain;f=batctl%2FMakefile;h=b3647142b79a0a748eab04d52bf167c87ca19010;hp=818e34593f7607453996c34fbb37d1c994bfda84;hb=e211376b535d78e76afa3725cee1f629000750d2;hpb=d0d9f5efc59fe7335ceaccb626387477932ff1e3 diff --git a/batctl/Makefile b/batctl/Makefile index 818e345..b364714 100644 --- a/batctl/Makefile +++ b/batctl/Makefile @@ -9,9 +9,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=batctl -PKG_VERSION:=2016.1 -PKG_RELEASE:=1 -PKG_MD5SUM:=b98a6e3b45927315cd6d4efba4c1a1ff +PKG_VERSION:=2017.4 +PKG_RELEASE:=0 +PKG_MD5SUM:=142d5b0b4a9efebfe781ed28beb7d7ce +PKG_HASH:=047d6aac4da51dbfb5721df0bbc9b1699c8431e4707157f939c6d6c4f214e464 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION) @@ -25,9 +26,9 @@ define Package/batctl URL:=https://www.open-mesh.org/ SECTION:=net CATEGORY:=Network - DEPENDS:=+kmod-batman-adv +libnl-tiny +libc + DEPENDS:=+kmod-batman-adv +libnl-tiny +libc +librt TITLE:=B.A.T.M.A.N. Advanced user space configuration tool batctl - MAINTAINER:=Marek Lindner + MAINTAINER:=Simon Wunderlich endef define Package/batctl/description @@ -55,7 +56,8 @@ MAKE_BATCTL_ENV += \ CPPFLAGS="$(TARGET_CPPFLAGS)" \ CFLAGS="$(TARGET_CFLAGS)" \ LDFLAGS="$(TARGET_LDFLAGS)" \ - LIBNL_NAME="libnl-tiny" + LIBNL_NAME="libnl-tiny" \ + LIBNL_GENL_NAME="libnl-tiny" MAKE_BATCTL_ARGS += \ REVISION="$(PKG_BATCTL_SHORTREV)" \