X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=tools%2Fyaffs2%2FMakefile;h=22c4ecaeb67feecb743420d24c6dc58340ab14ca;hb=51ddd6d8415804cb76e16b217c8c00d99d4c3bb7;hp=344b61a2c86f1582017f890400b638b3e147a0c7;hpb=800e84cc0ff36cfbc254ec9681d8731a4fd480f1;p=openwrt.git diff --git a/tools/yaffs2/Makefile b/tools/yaffs2/Makefile index 344b61a2c8..22c4ecaeb6 100644 --- a/tools/yaffs2/Makefile +++ b/tools/yaffs2/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,16 +11,18 @@ 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 +PKG_MIRROR_MD5SUM:=8145d4dd9b46face26121f27ad60cc1c HOST_BUILD_DIR=$(BUILD_DIR_HOST)/$(PKG_NAME) include $(INCLUDE_DIR)/host-build.mk define Host/Compile $(MAKE) -C $(HOST_BUILD_DIR)/yaffs2/utils \ + CC="$(HOSTCC) $(HOST_STATIC_LINKING)" \ CFLAGS="$(HOST_CFLAGS) -include endian.h" \ mkyaffs2image endef