ubi-utils: fix git tree path, a regex went mad

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40382 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
John Crispin 2014-04-05 16:34:30 +00:00
parent f53bc819fe
commit 68bca634cc
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ PKG_VERSION:=1.5.0
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=git://git.infradead.org/ubi-utils.git
PKG_SOURCE_URL:=git://git.infradead.org/mtd-utils.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=$(PKG_REV)