X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=batctl%2FMakefile;h=819d42b1929395c193d82df3fe0fd83cae867bbf;hb=62f4fa6ee43b5905d72905630299aef79c908b58;hp=818e34593f7607453996c34fbb37d1c994bfda84;hpb=fbc84445f76adb9efd7bab3d602be528071d53c6;p=feed%2Frouting.git diff --git a/batctl/Makefile b/batctl/Makefile index 818e345..819d42b 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.0 +PKG_RELEASE:=0 +PKG_MD5SUM:=17c0ac0746f1994ddacc88ebf48e5aec +PKG_HASH:=c0bb1127d6070b46abeb8d6a63d1150d71fa85f87f9a846873b649a21934c686 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)" \