Repository : ssh://git@open-mesh.org/openwrt-feed-alfred
On branch : master
commit 9dd61a5de3cee0e2d3026ad8b435db5767afbe95 Author: Simon Wunderlich sw@simonwunderlich.de Date: Wed Sep 3 13:43:35 2014 +0200
alfred: bump to latest trunk
Add a few new features:
* allow running multiple alfred instances (configurable unix socket path, bind network socket to a specific device) * add support for changing interfaces * improve error/debug output
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
9dd61a5de3cee0e2d3026ad8b435db5767afbe95 alfred/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/alfred/Makefile b/alfred/Makefile index 40b39ad..20f91b8 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -12,8 +12,8 @@ include $(TOPDIR)/rules.mk # PKG_NAME:=alfred PKG_VERSION:=2014.3.0 -PKG_RELEASE:=0 -PKG_REV:=5bfda266e711dab9d634e529a664561a4760d5eb +PKG_RELEASE:=1 +PKG_REV:=babd772a36e186bf1a0d2e00239c6754ba240704
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE).tar.gz PKG_SOURCE_URL:=git://git.open-mesh.org/alfred.git