forked from pool/hostapd
Accepting request 87488 from home:lnussel:branches:Base:System
- update to version 0.7.3 - don't use /tmp for dump file in default config - verbose build - fix build for older distros - enable driver 'none' for radius only mode - add init script OBS-URL: https://build.opensuse.org/request/show/87488 OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=12
This commit is contained in:
36
hostapd.dif
36
hostapd.dif
@@ -1,6 +1,8 @@
|
||||
--- defconfig.orig 2010-06-09 01:28:31.000000000 +0200
|
||||
+++ defconfig 2010-06-09 01:34:34.000000000 +0200
|
||||
@@ -13,17 +13,17 @@
|
||||
Index: hostapd-0.7.3/hostapd/defconfig
|
||||
===================================================================
|
||||
--- hostapd-0.7.3.orig/hostapd/defconfig
|
||||
+++ hostapd-0.7.3/hostapd/defconfig
|
||||
@@ -13,14 +13,14 @@
|
||||
CONFIG_DRIVER_HOSTAP=y
|
||||
|
||||
# Driver interface for wired authenticator
|
||||
@@ -11,17 +13,22 @@
|
||||
#CONFIG_DRIVER_MADWIFI=y
|
||||
#CFLAGS += -I../../madwifi # change to the madwifi source directory
|
||||
|
||||
# Driver interface for Prism54 driver
|
||||
-#CONFIG_DRIVER_PRISM54=y
|
||||
+CONFIG_DRIVER_PRISM54=y
|
||||
|
||||
# Driver interface for drivers using the nl80211 kernel interface
|
||||
-#CONFIG_DRIVER_NL80211=y
|
||||
+CONFIG_DRIVER_NL80211=y
|
||||
# driver_nl80211.c requires a rather new libnl (version 1.1) which may not be
|
||||
# shipped with your distribution yet. If that is the case, you need to build
|
||||
# newer libnl version and point the hostapd build to use it.
|
||||
@@ -76,7 +76,7 @@
|
||||
@@ -36,7 +36,7 @@ CONFIG_DRIVER_HOSTAP=y
|
||||
#LIBS_c += -L/usr/local/lib
|
||||
|
||||
# Driver interface for no driver (e.g., RADIUS server only)
|
||||
-#CONFIG_DRIVER_NONE=y
|
||||
+CONFIG_DRIVER_NONE=y
|
||||
|
||||
# IEEE 802.11F/IAPP
|
||||
CONFIG_IAPP=y
|
||||
@@ -75,7 +75,7 @@ CONFIG_EAP_GTC=y
|
||||
CONFIG_EAP_TTLS=y
|
||||
|
||||
# EAP-SIM for the integrated EAP server
|
||||
@@ -30,7 +37,7 @@
|
||||
|
||||
# EAP-AKA for the integrated EAP server
|
||||
#CONFIG_EAP_AKA=y
|
||||
@@ -86,10 +86,10 @@
|
||||
@@ -85,10 +85,10 @@ CONFIG_EAP_TTLS=y
|
||||
#CONFIG_EAP_AKA_PRIME=y
|
||||
|
||||
# EAP-PAX for the integrated EAP server
|
||||
@@ -43,7 +50,7 @@
|
||||
|
||||
# EAP-SAKE for the integrated EAP server
|
||||
#CONFIG_EAP_SAKE=y
|
||||
@@ -123,7 +123,7 @@
|
||||
@@ -122,7 +122,7 @@ CONFIG_PKCS12=y
|
||||
|
||||
# RADIUS authentication server. This provides access to the integrated EAP
|
||||
# server from external hosts using RADIUS.
|
||||
@@ -52,3 +59,12 @@
|
||||
|
||||
# Build IPv6 support for RADIUS operations
|
||||
CONFIG_IPV6=y
|
||||
@@ -135,7 +135,7 @@ CONFIG_IPV6=y
|
||||
#CONFIG_DRIVER_RADIUS_ACL=y
|
||||
|
||||
# IEEE 802.11n (High Throughput) support
|
||||
-#CONFIG_IEEE80211N=y
|
||||
+CONFIG_IEEE80211N=y
|
||||
|
||||
# Remove debugging code that is printing out debug messages to stdout.
|
||||
# This can be used to reduce the size of the hostapd considerably if debugging
|
||||
|
Reference in New Issue
Block a user