OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 71... Line 71...
71 # CONFIG_USE_NDISUIO=y 71 # CONFIG_USE_NDISUIO=y
Line 72... Line 72...
72   72  
73 # Driver interface for wired Ethernet drivers 73 # Driver interface for wired Ethernet drivers
Line 74... Line -...
74 CONFIG_DRIVER_WIRED=y -  
75   -  
76 # Driver interface for MACsec capable Qualcomm Atheros drivers -  
77 #CONFIG_DRIVER_MACSEC_QCA=y -  
78   -  
79 # Driver interface for Linux MACsec drivers -  
80 #CONFIG_DRIVER_MACSEC_LINUX=y 74 CONFIG_DRIVER_WIRED=y
81   75  
Line 82... Line 76...
82 # Driver interface for the Broadcom RoboSwitch family 76 # Driver interface for the Broadcom RoboSwitch family
83 #CONFIG_DRIVER_ROBOSWITCH=y 77 #CONFIG_DRIVER_ROBOSWITCH=y
Line 84... Line 78...
84   78  
85 # Driver interface for no driver (e.g., WPS ER only) 79 # Driver interface for no driver (e.g., WPS ER only)
86 #CONFIG_DRIVER_NONE=y 80 #CONFIG_DRIVER_NONE=y
Line 87... Line 81...
87   81  
88 # Solaris libraries 82 # Solaris libraries
89 #LIBS += -lsocket -ldlpi -lnsl 83 #LIBS += -lsocket -ldlpi -lnsl
Line 90... Line 84...
90 #LIBS_c += -lsocket 84 #LIBS_c += -lsocket
91   85  
Line 170... Line 164...
170 #CONFIG_EAP_IKEV2=y 164 #CONFIG_EAP_IKEV2=y
Line 171... Line 165...
171   165  
172 # EAP-EKE 166 # EAP-EKE
Line 173... Line -...
173 #CONFIG_EAP_EKE=y -  
174   -  
175 # MACsec -  
176 #CONFIG_MACSEC=y 167 #CONFIG_EAP_EKE=y
177   168  
178 # PKCS#12 (PFX) support (used to read private key and certificate file from 169 # PKCS#12 (PFX) support (used to read private key and certificate file from
Line 179... Line 170...
179 # a file that usually has extension .p12 or .pfx) 170 # a file that usually has extension .p12 or .pfx)
Line 295... Line 286...
295 # in a bridge for EAPOL frames. This should be uncommented only if the kernel 286 # in a bridge for EAPOL frames. This should be uncommented only if the kernel
296 # is known to not have the regression issue in packet socket behavior with 287 # is known to not have the regression issue in packet socket behavior with
297 # bridge interfaces (commit 'bridge: respect RFC2863 operational state')'). 288 # bridge interfaces (commit 'bridge: respect RFC2863 operational state')').
298 #CONFIG_NO_LINUX_PACKET_SOCKET_WAR=y 289 #CONFIG_NO_LINUX_PACKET_SOCKET_WAR=y
Line -... Line 290...
-   290  
-   291 # PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
-   292 CONFIG_PEERKEY=y
299   293  
300 # IEEE 802.11w (management frame protection), also known as PMF 294 # IEEE 802.11w (management frame protection), also known as PMF
301 # Driver support is also needed for IEEE 802.11w. 295 # Driver support is also needed for IEEE 802.11w.
Line 302... Line 296...
302 CONFIG_IEEE80211W=y 296 CONFIG_IEEE80211W=y
Line 382... Line 376...
382 #CONFIG_DYNAMIC_EAP_METHODS=y 376 #CONFIG_DYNAMIC_EAP_METHODS=y
Line 383... Line 377...
383   377  
384 # IEEE Std 802.11r-2008 (Fast BSS Transition) for station mode 378 # IEEE Std 802.11r-2008 (Fast BSS Transition) for station mode
Line -... Line 379...
-   379 #CONFIG_IEEE80211R=y
-   380  
-   381 # IEEE Std 802.11r-2008 (Fast BSS Transition) for AP mode (implies
-   382 # CONFIG_IEEE80211R).
385 #CONFIG_IEEE80211R=y 383 #CONFIG_IEEE80211R_AP=y
386   384  
Line 387... Line 385...
387 # Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt) 385 # Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt)
388 #CONFIG_DEBUG_FILE=y 386 #CONFIG_DEBUG_FILE=y
389   387  
390 # Send debug messages to syslog instead of stdout 388 # Send debug messages to syslog instead of stdout
Line 391... Line 389...
391 CONFIG_DEBUG_SYSLOG=y 389 #CONFIG_DEBUG_SYSLOG=y
392 # Set syslog facility for debug messages 390 # Set syslog facility for debug messages
393 CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON 391 #CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON
394   392  
Line 591... Line 589...
591 #CONFIG_BGSCAN_LEARN=y 589 #CONFIG_BGSCAN_LEARN=y
Line 592... Line 590...
592   590  
593 # Opportunistic Wireless Encryption (OWE) 591 # Opportunistic Wireless Encryption (OWE)
594 # Experimental implementation of draft-harkins-owe-07.txt 592 # Experimental implementation of draft-harkins-owe-07.txt
595 #CONFIG_OWE=y -  
596   -  
597 # uBus IPC/RPC System -  
598 # Services can connect to the bus and provide methods -  
599 # that can be called by other services or clients. -