projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f464b7d
)
ubi-utils: fix git tree path, a regex went mad
author
John Crispin
<john@openwrt.org>
Sat, 5 Apr 2014 16:34:30 +0000
(16:34 +0000)
committer
John Crispin
<john@openwrt.org>
Sat, 5 Apr 2014 16:34:30 +0000
(16:34 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40382
package/utils/ubi-utils/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/ubi-utils/Makefile
b/package/utils/ubi-utils/Makefile
index 680e1250e1b7f685b59729898bc9115da6a2c6bb..7f69b76281ae8b1bc4ef1e49f291ce516d58dcda 100644
(file)
--- a/
package/utils/ubi-utils/Makefile
+++ b/
package/utils/ubi-utils/Makefile
@@
-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)