• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/connman/Config.in
Romain NaourRomain Naour committed 9ebcc74da6818 Aug 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_CONNMAN
2
    bool "connman"
3
    select BR2_PACKAGE_DBUS
4
    select BR2_PACKAGE_LIBGLIB2
5
    select BR2_PACKAGE_IPTABLES
6
    depends on BR2_USE_WCHAR # libglib2
7
    depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
8
    depends on BR2_USE_MMU # dbus, libglib2
9
    depends on !BR2_STATIC_LIBS # needs dlopen()
10
    depends on BR2_TOOLCHAIN_HAS_SYNC_4
11
    depends on !BR2_TOOLCHAIN_USES_MUSL # mixes userspace and kernel headers
12
    help
13
      The Connection Manager (ConnMan) project provides a daemon
14
      for managing internet connections within embedded devices
15
      running the Linux operating system.
16
​
17
      For more information, see https://01.org/connman
18
​
19
if BR2_PACKAGE_CONNMAN
20
​
21
config BR2_PACKAGE_CONNMAN_ETHERNET
22
    bool "enable Ethernet support"
23
    default y
24
​
25
config BR2_PACKAGE_CONNMAN_WIFI
26
    bool "enable WiFi support"
27
    select BR2_PACKAGE_WPA_SUPPLICANT # runtime
28
    select BR2_PACKAGE_WPA_SUPPLICANT_DBUS_NEW # runtime
29
    help
30
      Enable WiFi support (scan and static/dhcp interface
31
      setup). ConnMan detects the start of wpa_supplicant
32
      automatically.
33
​
34
config BR2_PACKAGE_CONNMAN_WISPR
35
    bool "enable WISPr support"
36
    select BR2_PACKAGE_GNUTLS
37
    help
38
      Enable support for Wireless Internet Service Provider
39
      roaming (WISPr). A RADIUS server is used to authenticate the
40
      subscriber's credentials.
41
​
42
config BR2_PACKAGE_CONNMAN_BLUETOOTH
43
    bool "enable Bluetooth support"
44
    help
45
      Enable Bluetooth support. The start of bluetoothd is
46
      automatically detected and only a runtime dependency.
47
​
48
config BR2_PACKAGE_CONNMAN_LOOPBACK
49
    bool "enable loopback support"
50
​
51
config BR2_PACKAGE_CONNMAN_NEARD
52
    bool "enable neard support"
53
    select BR2_PACKAGE_NEARD
54
    depends on BR2_TOOLCHAIN_HAS_SYNC_4 # neard
55
​
56
config BR2_PACKAGE_CONNMAN_OFONO
57
    bool "enable ofono support"
58
    depends on BR2_TOOLCHAIN_HAS_SYNC_4 # ofono
59
    select BR2_PACKAGE_OFONO
60
​
61
config BR2_PACKAGE_CONNMAN_DEBUG
62
    bool "enable compiling with debugging information"
63
​
64
config BR2_PACKAGE_CONNMAN_CLIENT
65
    bool "enable command line client"
66
    select BR2_PACKAGE_READLINE
67
​
68
endif # BR2_PACKAGE_CONNMAN
69
​
70
comment "connman needs a glibc or uClibc toolchain w/ wchar, threads, resolver, dynamic library"
71
    depends on BR2_USE_MMU
72
    depends on BR2_TOOLCHAIN_HAS_SYNC_4
73
    depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
74
        || BR2_TOOLCHAIN_USES_MUSL
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.