summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman/connman.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/connman/connman.inc')
-rw-r--r--meta/recipes-connectivity/connman/connman.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index 9a518cdb2b..d7af94f792 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -29,9 +29,9 @@ EXTRA_OECONF += "\
29 --disable-polkit \ 29 --disable-polkit \
30" 30"
31# For smooth operation it would be best to start only one wireless daemon at a time. 31# For smooth operation it would be best to start only one wireless daemon at a time.
32# If wpa_supplicant is running, connman will use it preferentially. 32# If wpa-supplicant is running, connman will use it preferentially.
33# Select either wpa_supplicant or iwd 33# Select either wpa-supplicant or iwd
34WIRELESS_DAEMON ??= "wpa_supplicant" 34WIRELESS_DAEMON ??= "wpa-supplicant"
35 35
36PACKAGECONFIG ??= "wispr iptables client\ 36PACKAGECONFIG ??= "wispr iptables client\
37 ${@bb.utils.filter('DISTRO_FEATURES', '3g systemd', d)} \ 37 ${@bb.utils.filter('DISTRO_FEATURES', '3g systemd', d)} \
@@ -47,7 +47,7 @@ PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_system_unitdir}/ --wit
47PACKAGECONFIG[wifi] = "--enable-wifi, --disable-wifi" 47PACKAGECONFIG[wifi] = "--enable-wifi, --disable-wifi"
48PACKAGECONFIG[bluez] = "--enable-bluetooth, --disable-bluetooth, bluez5, bluez5" 48PACKAGECONFIG[bluez] = "--enable-bluetooth, --disable-bluetooth, bluez5, bluez5"
49PACKAGECONFIG[3g] = "--enable-ofono, --disable-ofono, ofono, ofono" 49PACKAGECONFIG[3g] = "--enable-ofono, --disable-ofono, ofono, ofono"
50PACKAGECONFIG[wpa_supplicant] = ",,wpa-supplicant,wpa-supplicant" 50PACKAGECONFIG[wpa-supplicant] = ",,wpa-supplicant,wpa-supplicant"
51PACKAGECONFIG[iwd] = "--enable-iwd,--disable-iwd,,iwd" 51PACKAGECONFIG[iwd] = "--enable-iwd,--disable-iwd,,iwd"
52PACKAGECONFIG[tist] = "--enable-tist,--disable-tist," 52PACKAGECONFIG[tist] = "--enable-tist,--disable-tist,"
53PACKAGECONFIG[openvpn] = "--enable-openvpn --with-openvpn=${sbindir}/openvpn,--disable-openvpn,,openvpn" 53PACKAGECONFIG[openvpn] = "--enable-openvpn --with-openvpn=${sbindir}/openvpn,--disable-openvpn,,openvpn"