~ubuntu-branches/ubuntu/gutsy/wpasupplicant/gutsy

« back to all changes in this revision

Viewing changes to debian/patches/01_config.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler, Alexander Sack
  • Date: 2007-08-26 16:06:57 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070826160657-2m8pxoweuxe8f93t
Tags: 0.6.0+0.5.8-0ubuntu1
* New upstream release
* remove patch 11_erroneous_manpage_ref, applied upstream
* remove patch 25_wpas_dbus_unregister_iface_fix, applied upstream

[ Alexander Sack ]
* bumping upstream version to replace development version 0.6.0 with
  this package from stable release branch.
* attempt to fix wierd timeout and high latency issues by going
  back to stable upstream version (0.5.9) (LP: #140763,
  LP: #141233).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh -e
 
2
## 01_config.dpatch by  <kyle@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: No description.
 
6
 
 
7
if [ $# -lt 1 ]; then
 
8
    echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
 
9
    exit 1
 
10
fi
 
11
 
 
12
[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
 
13
patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
 
14
 
 
15
case "$1" in
 
16
    -patch) patch -p1 ${patch_opts} < $0;;
 
17
    -unpatch) patch -R -p1 ${patch_opts} < $0;;
 
18
    *)
 
19
        echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
 
20
        exit 1;;
 
21
esac
 
22
 
 
23
exit 0
 
24
 
 
25
@DPATCH@
 
26
diff -Nru wpa_supplicant.orig/.config wpa_supplicant/.config
 
27
--- wpa_supplicant.orig/.config 1970-01-01 10:00:00.000000000 +1000
 
28
+++ wpa_supplicant/.config      2006-03-14 21:53:16.364723608 +1000
 
29
@@ -0,0 +1,41 @@
 
30
+CONFIG_DRIVER_ATMEL=y
 
31
+CONFIG_DRIVER_HOSTAP=y
 
32
+CONFIG_DRIVER_IPW=y
 
33
+#CONFIG_DRIVER_MADWIFI=y
 
34
+#CFLAGS+=-I./driver_madwifi
 
35
+CONFIG_DRIVER_NDISWRAPPER=y
 
36
+CONFIG_DRIVER_WEXT=y
 
37
+CONFIG_DRIVER_WIRED=y
 
38
+CONFIG_WIRELESS_EXTENSION=y
 
39
+CONFIG_DRIVER_TEST=y
 
40
+
 
41
+#CONFIG_DRIVER_PRISM54=y       # Prism54 support broken upstream
 
42
+#CONFIG_DRIVER_NDIS=y          # Windows only
 
43
+#CONFIG_DRIVER_HERMES=y                # Non-GPL header required
 
44
+#CONFIG_DRIVER_BROADCOM=y      # Non-GPL header required
 
45
+
 
46
+CONFIG_IEEE8021X_EAPOL=y
 
47
+
 
48
+CONFIG_EAP_MD5=y
 
49
+CONFIG_EAP_MSCHAPV2=y
 
50
+#CONFIG_EAP_FAST=y             # Requires OpenSSL rebuild
 
51
+CONFIG_EAP_TLS=y
 
52
+CONFIG_EAP_PEAP=y
 
53
+CONFIG_EAP_TTLS=y
 
54
+CONFIG_EAP_GTC=y
 
55
+CONFIG_EAP_OTP=y
 
56
+#CONFIG_EAP_SIM=y
 
57
+CONFIG_EAP_PSK=y
 
58
+CONFIG_EAP_PAX=y
 
59
+CONFIG_EAP_LEAP=y
 
60
+#CONFIG_EAP_AKA=y
 
61
+#CONFIG_EAP_SAKE=y
 
62
+
 
63
+CONFIG_PKCS12=y
 
64
+CONFIG_SMARTCARD=y
 
65
+#CONFIG_PCSC=y
 
66
+
 
67
+CONFIG_CTRL_IFACE=y
 
68
+CONFIG_CTRL_IFACE_DBUS=y
 
69
+CONFIG_READLINE=y
 
70
+