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.
This commit is contained in:
Lubomir Rintel 2019-08-15 14:46:48 +02:00
parent ca8d54d5a1
commit b171f20141

View file

@ -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
###############################################################################