Skip to content

Instantly share code, notes, and snippets.

@dakatsuka
Created October 17, 2010 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dakatsuka/630736 to your computer and use it in GitHub Desktop.
Save dakatsuka/630736 to your computer and use it in GitHub Desktop.
--- config.mk.old 2010-10-17 19:35:43.000000000 +0900
+++ config.mk 2010-10-17 18:56:26.000000000 +0900
@@ -8,10 +8,10 @@
HAS_XLINK=n
# Support Wpa_Supplicant
-HAS_WPA_SUPPLICANT=n
+HAS_WPA_SUPPLICANT=y
# Support Native WpaSupplicant for Network Maganger
-HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n
+HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
#Support Net interface block while Tx-Sw queue full
HAS_BLOCK_NET_IF=n
@@ -26,7 +26,7 @@
HAS_MC_SUPPORT=n
#Support for IEEE802.11e DLS
-HAS_QOS_DLS_SUPPORT=n
+HAS_QOS_DLS_SUPPORT=y
#Support for EXT_CHANNEL
HAS_EXT_BUILD_CHANNEL_LIST=n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment