diff options
| author | Simon Wunderlich | 2015-01-08 19:52:42 +0000 |
|---|---|---|
| committer | Simon Wunderlich | 2015-01-08 19:52:42 +0000 |
| commit | dd3e3dd88134447772f6c337f295f76993f0311c (patch) | |
| tree | 56b7159ca418b84e0e2ffaf511100f8e7a32529b | |
| parent | 3770cb203944f89c8e9a4780bd916e84b0f43893 (diff) | |
| download | routing-dd3e3dd88134447772f6c337f295f76993f0311c.tar.gz | |
alfred: bump version to 2014.4.0
From the CHANGELOG:
* add support for multiple interfaces per master
* add support for changing interfaces on the fly
* changes to support multiple alfred interfaces:
- bind alfred to a specific interface
- allow configuring the unix socket path
* enhanced debugging
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
| -rw-r--r-- | alfred/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alfred/Makefile b/alfred/Makefile index 90ee411..dade218 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -11,9 +11,9 @@ include $(TOPDIR)/rules.mk # The latest alfred git hash in PKG_REV can be obtained from http://git.open-mesh.org/alfred.git # PKG_NAME:=alfred -PKG_VERSION:=2014.3.0 +PKG_VERSION:=2014.4.0 PKG_RELEASE:=0 -PKG_MD5SUM:=b8ab5677ed73d817b02b0e4fae10357a +PKG_MD5SUM:=053cb5d9e7ca9384598e82944343dea2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION) |