Repository : ssh://git@open-mesh.org/openwrt-feed-alfred
On branch : master
commit 8208496d5ec95f6b8d535b0d0d87f23d672dfb30 Author: Simon Wunderlich simon@open-mesh.com Date: Wed May 22 13:59:15 2013 +0200
alfred: Minor update to support datasets of length 0
Signed-off-by: Simon Wunderlich simon@open-mesh.com
8208496d5ec95f6b8d535b0d0d87f23d672dfb30 alfred/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/alfred/Makefile b/alfred/Makefile index ec6aa40..4a51216 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -12,8 +12,8 @@ include $(TOPDIR)/rules.mk # PKG_NAME:=alfred PKG_VERSION:=2012.0.0 -PKG_RELEASE:=4 -PKG_REV:=c693d67778eca8a04c5611c9d43fac093c07badd +PKG_RELEASE:=5 +PKG_REV:=2b35039c8c1ba115b07be28dddfe38538e53d427
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=git://git.open-mesh.org/alfred.git