diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-26 02:28:58 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-26 02:29:27 -0600 |
commit | 222fca319f700e4d648a8994890a39ebc0642e7d (patch) | |
tree | 1aec696026d76e3ff2f34a84b39ffd5bdcf6b79c /package/aiccu/Makefile | |
parent | 6a2c3683c85b6388718932ea6597ea40612ab95f (diff) |
kernel config style. fixes for allmodconfig.
Diffstat (limited to 'package/aiccu/Makefile')
-rw-r--r-- | package/aiccu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/aiccu/Makefile b/package/aiccu/Makefile index 33563aa5b..f20c82635 100644 --- a/package/aiccu/Makefile +++ b/package/aiccu/Makefile @@ -12,8 +12,9 @@ PKG_SECTION:= net/ipv6 PKG_DEPENDS:= libpthread 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 glibc +PKG_LIBC_DEPENDS:= uclibc-ng uclibc glibc DISTFILES:= $(PKG_NAME)_$(PKG_VERSION).tar.gz WRKDIST= ${WRKDIR}/$(PKG_NAME) |