diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-01 20:03:04 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-07-10 16:15:59 +0200 |
| commit | 1eda5f06f1fc3540660aaf7e34e6b6cc42f3659d (patch) | |
| tree | bb77ba4c23dd550b667f01735446ab21b57166f7 /package/connman | |
| parent | 506b964df95e578aa682ddd2e98993a91355930a (diff) | |
package: remove references to uClibc 0.9.32
This commit removes all remaining references to uClibc 0.9.32.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/connman')
| -rw-r--r-- | package/connman/Config.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/connman/Config.in b/package/connman/Config.in index 7160905a9..a42de1719 100644 --- a/package/connman/Config.in +++ b/package/connman/Config.in @@ -4,7 +4,6 @@ config BR2_PACKAGE_CONNMAN select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_IPTABLES depends on !BR2_avr32 # no inotify_init1 - depends on !BR2_UCLIBC_VERSION_0_9_32 depends on BR2_USE_WCHAR # libglib2 depends on BR2_INET_IPV6 depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2 @@ -67,5 +66,4 @@ endif # BR2_PACKAGE_CONNMAN comment "connman needs a toolchain w/ IPv6, wchar, threads, resolver" depends on BR2_USE_MMU && !BR2_avr32 - depends on BR2_UCLIBC_VERSION_0_9_32 || \ - !BR2_USE_WCHAR || !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS + depends on !BR2_USE_WCHAR || !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS |
