[pkg-wpa-devel] r1924 - in /wpa/trunk/debian: changelog patches/networkd-driver-fallback.patch patches/series
slh-guest at users.alioth.debian.org
slh-guest at users.alioth.debian.org
Tue Jan 13 02:30:22 UTC 2015
Author: slh-guest
Date: Tue Jan 13 02:30:22 2015
New Revision: 1924
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1924
Log:
wpasupplicant: configure driver fallback for networkd.
Added:
wpa/trunk/debian/patches/networkd-driver-fallback.patch
Modified:
wpa/trunk/debian/changelog
wpa/trunk/debian/patches/series
Modified: wpa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1924&op=diff
==============================================================================
--- wpa/trunk/debian/changelog (original)
+++ wpa/trunk/debian/changelog Tue Jan 13 02:30:22 2015
@@ -5,6 +5,7 @@
e9b783d58c23a7bb50b2f25bce7157f1f3b5d58b "Fix hostapd operation without
hw_mode driver data."
* wpasupplicant: install systemd unit (Closes: #766746).
+ * wpasupplicant: configure driver fallback for networkd.
-- Stefan Lippers-Hollmann <s.l-h at gmx.de> Thu, 16 Oct 2014 02:32:17 +0200
Added: wpa/trunk/debian/patches/networkd-driver-fallback.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/patches/networkd-driver-fallback.patch?rev=1924&op=file
==============================================================================
--- wpa/trunk/debian/patches/networkd-driver-fallback.patch (added)
+++ wpa/trunk/debian/patches/networkd-driver-fallback.patch Tue Jan 13 02:30:22 2015
@@ -0,0 +1,15 @@
+wpasupplicant: configure driver fallback for networkd
+
+Signed-off-by: Stefan Lippers-Hollmann <s.l-h at gmx.de>
+
+--- a/wpa_supplicant/systemd/wpa_supplicant.service.arg.in
++++ b/wpa_supplicant/systemd/wpa_supplicant.service.arg.in
+@@ -7,7 +7,7 @@ After=sys-subsystem-net-devices-%i.devic
+
+ [Service]
+ Type=simple
+-ExecStart=@BINDIR@/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-%I.conf -i%I
++ExecStart=@BINDIR@/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-%I.conf -Dnl80211,wext -i%I
+
+ [Install]
+ Alias=multi-user.target.wants/wpa_supplicant@%i.service
Modified: wpa/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/patches/series?rev=1924&op=diff
==============================================================================
--- wpa/trunk/debian/patches/series (original)
+++ wpa/trunk/debian/patches/series Tue Jan 13 02:30:22 2015
@@ -7,3 +7,4 @@
wpa_supplicant-MACsec-fix-build-failure-for-IEEE8021.patch
include-ieee802_11_common.c-in-wpa_supplicant-build-.patch
hostapd_fix-hostapd-operation-without-hw_mode-driver-data.patch
+networkd-driver-fallback.patch
More information about the Pkg-wpa-devel
mailing list