]> git.pld-linux.org Git - packages/wpa_supplicant.git/commitdiff
- enable dscape device
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 20 Dec 2005 21:08:45 +0000 (21:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wpa_supplicant.config -> 1.5
    wpa_supplicant.spec -> 1.20

wpa_supplicant.config
wpa_supplicant.spec

index 80072de3c06efac45689cffcb82ea2dcc38b78e8..c81314e2218cdb639c5789080007b92cd436a966 100644 (file)
@@ -1,6 +1,9 @@
 # Driver interface for Host AP driver
 CONFIG_DRIVER_HOSTAP=y
 
+# Driver interface for Devicescape stack
+CONFIG_DRIVER_DSCAPE=y
+
 # Driver interface for Agere driver
 #CONFIG_DRIVER_HERMES=y
 # Change include directories to match with the local setup
index 74f7f68e8617770f0934045948eabb035cf4d916..bffbc3b6dd307e3ccc02aa6a4007e132883aff4b 100644 (file)
@@ -16,7 +16,7 @@ Summary:      Linux WPA/WPA2/RSN/IEEE 802.1X supplicant
 Summary(pl):   Suplikant WPA/WPA2/RSN/IEEE 802.1X dla Linuksa
 Name:          wpa_supplicant
 Version:       0.4.7
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Networking 
 Source0:       http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
@@ -24,6 +24,7 @@ Source0:      http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
 Source1:       %{name}.config
 Source2:       %{name}-wpa_gui.desktop
 Patch0:                %{name}-makefile.patch
+Patch1:                %{name}-0.4.7_dscape-02.patch
 URL:           http://hostap.epitest.fi/wpa_supplicant/
 %{?with_madwifi:BuildRequires: madwifi-devel}
 BuildRequires: ncurses-devel
@@ -90,6 +91,7 @@ Graficzny interfejs suplikanta WPA/WPA2/RSN/IEEE 802.1X dla Linuksa.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 sed -i -e 's#-O2#$(OPT)#g' Makefile
 
 install %{SOURCE1} .config
This page took 0.067325 seconds and 4 git commands to generate.