diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-11 17:18:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-11 17:18:57 +0200 |
commit | caf7cf1a9ceb76481bea92282e886cce420b07ff (patch) | |
tree | 452028468d49e94d20b5c7cdffad1065a98f52ce /package/aiccu/Makefile | |
parent | 0bdeb3a8e7a5bf05dee49a8cf42701a51927ec15 (diff) |
remove already disabled uClibc support, fix wrong PKG_LIBC_DEPENDS
Diffstat (limited to 'package/aiccu/Makefile')
-rw-r--r-- | package/aiccu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/aiccu/Makefile b/package/aiccu/Makefile index 2796f885c..cc69dc834 100644 --- a/package/aiccu/Makefile +++ b/package/aiccu/Makefile @@ -14,7 +14,7 @@ PKG_URL:= http://www.sixxs.net/ PKG_SITES:= http://www.sixxs.net/archive/sixxs/aiccu/unix/ PKG_CFLINE_AICCU:= select ADK_KERNEL_TUN m -PKG_LIBC_DEPENDS:= uclibc-ng uclibc glibc +PKG_LIBC_DEPENDS:= uclibc-ng glibc DISTFILES:= $(PKG_NAME)_$(PKG_VERSION).tar.gz WRKDIST= ${WRKDIR}/$(PKG_NAME) |