Repository : ssh://git@open-mesh.org/openwrt-feed-alfred
On branch : master
commit 5884b2550e9fbdbfdd21691a8c524bab1a205bad Author: Simon Wunderlich siwu@hrz.tu-chemnitz.de Date: Fri Sep 20 11:08:51 2013 +0200
alfred: bump to latest master
This adds a few bugfixes/cleanups and a new feature to switch between slave and master mode while alfred is running.
Signed-off-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de
5884b2550e9fbdbfdd21691a8c524bab1a205bad alfred/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/alfred/Makefile b/alfred/Makefile index bd26ce7..a21059d 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -12,8 +12,8 @@ include $(TOPDIR)/rules.mk # PKG_NAME:=alfred PKG_VERSION:=2013.3.0 -PKG_RELEASE:=0 -PKG_REV:=fac591b6d8a8a9eaca33a0d7614433cbca23f55f +PKG_RELEASE:=1 +PKG_REV:=06ce1ccfd08c200f65cddac45e83b3d357c0b4ac
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=git://git.open-mesh.org/alfred.git