diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-09 00:53:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-12 15:43:52 +0200 |
commit | b74cd8e3c0ea6feb5cd71502689c47833d90dbfd (patch) | |
tree | b8b55efd6d9fce4031780c52cd28978baf3be930 /package/atftp/Makefile | |
parent | 7cd1138c05b5d453d0e02aaf81f10d84a3a6d508 (diff) |
allow for uclibc-ng
Diffstat (limited to 'package/atftp/Makefile')
-rw-r--r-- | package/atftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/atftp/Makefile b/package/atftp/Makefile index b96edcb86..b8892ef8c 100644 --- a/package/atftp/Makefile +++ b/package/atftp/Makefile @@ -16,7 +16,7 @@ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=atftp/} DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz -PKG_LIBC_DEPENDS:= uclibc glibc +PKG_LIBC_DEPENDS:= uclibc uclibc-ng glibc PKG_SUBPKGS:= ATFTP ATFTPD PKGSD_ATFTPD:= tftp server |