From: Waldemar Brodkorb Date: Sat, 23 Apr 2005 22:16:21 +0000 (+0000) Subject: add dependency to libpthread X-Git-Tag: reboot~33006 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3ca457cccf1eb55e7b2ba28ff37a096f04dea68d;p=oweals%2Fopenwrt.git add dependency to libpthread SVN-Revision: 706 --- diff --git a/openwrt/package/aiccu/Config.in b/openwrt/package/aiccu/Config.in index fd7955d375..5eb1c918a0 100644 --- a/openwrt/package/aiccu/Config.in +++ b/openwrt/package/aiccu/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_AICCU select BR2_PACKAGE_KMOD_IPV6 + select BR2_PACKAGE_LIBPTHREAD tristate "aiccu" default m if CONFIG_DEVEL help diff --git a/openwrt/package/aiccu/aiccu.control b/openwrt/package/aiccu/aiccu.control index 158679eb66..464e8d843f 100644 --- a/openwrt/package/aiccu/aiccu.control +++ b/openwrt/package/aiccu/aiccu.control @@ -3,5 +3,5 @@ Priority: optional Section: net Maintainer: Sebastien NOEL Source: buildroot internal -Depends: kmod-ipv6, ip +Depends: kmod-ipv6, ip, libpthread Description: SixXS Automatic IPv6 Connectivity Client Utility