| 1234567891011121314151617 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.PKG_NAME:=		muslifeq ($(ADK_LIBC_VERSION),git)PKG_VERSION:=		gitPKG_RELEASE:=		1PKG_SITES:=		git://git.musl-libc.org/muslDISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.xzendififeq ($(ADK_TARGET_LIB_MUSL_1_1_16),y)PKG_VERSION:=		1.1.16PKG_RELEASE:=		1PKG_HASH:=		937185a5e5d721050306cf106507a006c3f1f86d86cd550024ea7be909071011PKG_SITES:=		http://www.musl-libc.org/releases/DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gzendif
 |