diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-16 22:13:29 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-16 22:13:29 +0100 |
commit | 1133719749afb61faf8974c87e41c14384b03444 (patch) | |
tree | 4b849ed5c670e4475fd15968c9cb539f9598025d /package/atftp/Makefile | |
parent | 36bd3b9bf6e9b23365f8206a71e96ff93c005637 (diff) |
disable for musl (aiccu, atftp), fix pcc typo
Diffstat (limited to 'package/atftp/Makefile')
-rw-r--r-- | package/atftp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/atftp/Makefile b/package/atftp/Makefile index 598f58a06..7d5eefa66 100644 --- a/package/atftp/Makefile +++ b/package/atftp/Makefile @@ -14,6 +14,8 @@ PKG_BUILDDEP:= readline ncurses PKG_URL:= http://freshmeat.net/projects/atftp/ PKG_SITES:= ftp://ftp.mamalinux.com/pub/atftp/ +PKG_LIBC_DEPENDS:= uclibc glibc + PKG_SUBPKGS:= ATFTP ATFTPD PKGSD_ATFTPD:= TFTP server PKGSS_ATFTPD:= libreadline libncurses |