diff options
| author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-23 22:16:21 +0000 | 
|---|---|---|
| committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-23 22:16:21 +0000 | 
| commit | 86bfdda21dd51f78a451c76a9a1d270499c6d95f (patch) | |
| tree | bdf35acf0142c93df8cd6b9bbf50778c044517d8 | |
| parent | 8323c2ebd7c0650c4b37e17fcb01bc57dd75e5bf (diff) | |
add dependency to libpthread
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@706 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/package/aiccu/Config.in | 1 | ||||
| -rw-r--r-- | openwrt/package/aiccu/aiccu.control | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/openwrt/package/aiccu/Config.in b/openwrt/package/aiccu/Config.in index fd7955d37..5eb1c918a 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 158679eb6..464e8d843 100644 --- a/openwrt/package/aiccu/aiccu.control +++ b/openwrt/package/aiccu/aiccu.control @@ -3,5 +3,5 @@ Priority: optional  Section: net  Maintainer: Sebastien NOEL <me@twolife.org>  Source: buildroot internal -Depends: kmod-ipv6, ip +Depends: kmod-ipv6, ip, libpthread  Description: SixXS Automatic IPv6 Connectivity Client Utility | 
