diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-10-12 22:34:45 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-10-12 22:34:45 +0000 |
commit | db92f9c5ce187fdf4ee8321ee08021dc9a163f5b (patch) | |
tree | fe10d66885d257cd42dce7a27233c6d335560ffa | |
parent | fad1f4d6ec77b1f1f94e7630681794f350fb4dcc (diff) | |
download | master-187ad058-db92f9c5ce187fdf4ee8321ee08021dc9a163f5b.tar.gz master-187ad058-db92f9c5ce187fdf4ee8321ee08021dc9a163f5b.tar.bz2 master-187ad058-db92f9c5ce187fdf4ee8321ee08021dc9a163f5b.zip |
yaffs2: the yaffs2 git moved
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38377 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | tools/yaffs2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/yaffs2/Makefile b/tools/yaffs2/Makefile index afa9ab9985..22c4ecaeb6 100644 --- a/tools/yaffs2/Makefile +++ b/tools/yaffs2/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=yaffs2_android PKG_VERSION:=2008-12-18 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=git://android.git.kernel.org/platform/external/yaffs2.git +PKG_SOURCE_URL:=https://android.googlesource.com/platform/external/yaffs2 PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME) PKG_SOURCE_VERSION:=d333fc232d7e5ae3370080d5d6f7d88ea9c6b3a1 |