[arch-commits] Commit in wpa_supplicant/trunk (PKGBUILD config)

Thomas Bächler thomas at archlinux.org
Sat Oct 13 20:55:47 UTC 2012


    Date: Saturday, October 13, 2012 @ 16:55:46
  Author: thomas
Revision: 168657

upgpkg: wpa_supplicant 1.0-2: add some options, see FS#31464

Modified:
  wpa_supplicant/trunk/PKGBUILD
  wpa_supplicant/trunk/config

----------+
 PKGBUILD |    4 ++--
 config   |   14 ++++++++++++++
 2 files changed, 16 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-13 20:46:01 UTC (rev 168656)
+++ PKGBUILD	2012-10-13 20:55:46 UTC (rev 168657)
@@ -3,7 +3,7 @@
 
 pkgname=wpa_supplicant
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A utility providing key negotiation for WPA wireless networks"
 url="http://hostap.epitest.fi/wpa_supplicant"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 source=("http://w1.fi/releases/${pkgname}-${pkgver}.tar.gz"
 	config hostap_allow-linking-with-libnl-3.2.patch)
 md5sums=('8650f6aa23646ef634402552d0669640'
-         '380d8d1fe24bccb2a2636cb2a6038c39'
+         'c035e45e8e240239eecd7402f235fb3b'
          '473fb6b77909ec5a50b6f4d91370e86b')
 
 build() {

Modified: config
===================================================================
--- config	2012-10-13 20:46:01 UTC (rev 168656)
+++ config	2012-10-13 20:55:46 UTC (rev 168657)
@@ -466,3 +466,17 @@
 #CONFIG_INTERWORKING=y
 
 CONFIG_LIBNL32=y
+
+# More options that are not in defconfig:
+
+# Lightweight AP mode
+CONFIG_AP=y
+
+# P2P (WiFi Direct)
+CONFIG_P2P=y
+
+# RSN IBSS/AdHoc support
+CONFIG_IBSS_RSN=y
+
+# Simple background scan
+CONFIG_BGSCAN_SIMPLE=y




More information about the arch-commits mailing list