| 1234567891011121314 | # 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_REPO:=		git://git.musl-libc.org/muslelsePKG_VERSION:=		$(ADK_LIBC_VERSION)PKG_SITES:=		http://www.musl-libc.org/releases/endifPKG_RELEASE:=		1PKG_MD5SUM:=		f18f3bdbe088438cd64a5313c19a7312DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz
 |