add dependency to libpthread
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@706 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
1b131b86dd
commit
78279fe8b0
|
@ -1,5 +1,6 @@
|
||||||
config BR2_PACKAGE_AICCU
|
config BR2_PACKAGE_AICCU
|
||||||
select BR2_PACKAGE_KMOD_IPV6
|
select BR2_PACKAGE_KMOD_IPV6
|
||||||
|
select BR2_PACKAGE_LIBPTHREAD
|
||||||
tristate "aiccu"
|
tristate "aiccu"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
help
|
help
|
||||||
|
|
|
@ -3,5 +3,5 @@ Priority: optional
|
||||||
Section: net
|
Section: net
|
||||||
Maintainer: Sebastien NOEL <me@twolife.org>
|
Maintainer: Sebastien NOEL <me@twolife.org>
|
||||||
Source: buildroot internal
|
Source: buildroot internal
|
||||||
Depends: kmod-ipv6, ip
|
Depends: kmod-ipv6, ip, libpthread
|
||||||
Description: SixXS Automatic IPv6 Connectivity Client Utility
|
Description: SixXS Automatic IPv6 Connectivity Client Utility
|
||||||
|
|
Loading…
Reference in New Issue