diff options
| author | Nicolas Jeker <n.jeker@gmx.net> | 2021-01-26 09:25:35 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-27 10:20:43 -0800 |
| commit | 62ab2ad252372508d4e18acaf4194033b0c38b19 (patch) | |
| tree | d72e80110f74b74cc8f66f949ffc5a75002a76e6 /meta-networking | |
| parent | c1ac3cd7d9aa7a00aa82e3caa0124aa0489baafc (diff) | |
| download | meta-openembedded-62ab2ad252372508d4e18acaf4194033b0c38b19.tar.gz | |
networkmanager: Add Wireless Extensions to PACKAGECONFIG[wifi]
Linux Wireless Extensions (Wext) support is enabled per default in
NetworkManager. Having Wext enabled without enabling WiFi support, too,
doesn't make much sense. Therefore, instead of creating a separate
PACKAGECONFIG flag, 'wext' was added to the already existing 'wifi'
flag.
Signed-off-by: Nicolas Jeker <n.jeker@gmx.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-connectivity/networkmanager/networkmanager_1.28.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.28.0.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.28.0.bb index 1053bdd427..3e7a068acb 100644 --- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.28.0.bb +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.28.0.bb | |||
| @@ -81,7 +81,7 @@ PACKAGECONFIG[dnsmasq] = "--with-dnsmasq=${bindir}/dnsmasq" | |||
| 81 | PACKAGECONFIG[nss] = "--with-crypto=nss,,nss" | 81 | PACKAGECONFIG[nss] = "--with-crypto=nss,,nss" |
| 82 | PACKAGECONFIG[resolvconf] = "--with-resolvconf=${base_sbindir}/resolvconf,,,resolvconf" | 82 | PACKAGECONFIG[resolvconf] = "--with-resolvconf=${base_sbindir}/resolvconf,,,resolvconf" |
| 83 | PACKAGECONFIG[gnutls] = "--with-crypto=gnutls,,gnutls" | 83 | PACKAGECONFIG[gnutls] = "--with-crypto=gnutls,,gnutls" |
| 84 | PACKAGECONFIG[wifi] = "--enable-wifi=yes,--enable-wifi=no,,wpa-supplicant" | 84 | PACKAGECONFIG[wifi] = "--with-wext=yes --enable-wifi=yes,--with-wext=no --enable-wifi=no,,wpa-supplicant" |
| 85 | PACKAGECONFIG[ifupdown] = "--enable-ifupdown,--disable-ifupdown" | 85 | PACKAGECONFIG[ifupdown] = "--enable-ifupdown,--disable-ifupdown" |
| 86 | PACKAGECONFIG[qt4-x11-free] = "--enable-qt,--disable-qt,qt4-x11-free" | 86 | PACKAGECONFIG[qt4-x11-free] = "--enable-qt,--disable-qt,qt4-x11-free" |
| 87 | PACKAGECONFIG[cloud-setup] = "--with-nm-cloud-setup=yes,--with-nm-cloud-setup=no" | 87 | PACKAGECONFIG[cloud-setup] = "--with-nm-cloud-setup=yes,--with-nm-cloud-setup=no" |
