summaryrefslogtreecommitdiff
path: root/contrib/fedora
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-08-15 14:46:48 +0200
committerLubomir Rintel <lkundrak@v3.sk>2019-08-15 23:07:02 +0200
commitb171f201418ddf3ab5fad734340f109576ab05be (patch)
treeda8688fff7082692b7fdf7939103bc2f86634f60 /contrib/fedora
parentca8d54d5a12b5af118f88c41023ba5ad8112750e (diff)
downloadNetworkManager-b171f201418ddf3ab5fad734340f109576ab05be.tar.gz
contrib/rpm: enable IWD (outside RHEL)
Let's enable the option to use IWD as an alternative to wpa_supplicant for Wi-Fi support. People have been asking for this, it works, and is well maintained.
Diffstat (limited to 'contrib/fedora')
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec
index a1a3cfa8a1..0a719af169 100644
--- a/contrib/fedora/rpm/NetworkManager.spec
+++ b/contrib/fedora/rpm/NetworkManager.spec
@@ -52,7 +52,6 @@
%bcond_without wwan
%bcond_without team
%bcond_without wifi
-%bcond_with iwd
%bcond_without ovs
%bcond_without ppp
%bcond_without nmtui
@@ -76,6 +75,11 @@
%else
%bcond_with crypto_gnutls
%endif
+%if 0%{?rhel}
+%bcond_with iwd
+%else
+%bcond_without iwd
+%endif
###############################################################################