diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-21 08:36:21 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-21 08:36:21 +0200 |
commit | 6bc94b62f423e91dd7f3ead4b61bb7ee9608c1f1 (patch) | |
tree | 2e26d6e402cc7033d27f7647604d180e55f3eef2 /recipes/ralink/files/config.patch | |
parent | b4926ef1add65f61626ccffe715f535dc97bff4f (diff) |
rt3070: add driver for the ralink 3070 sb wifi module, original recipe from omap3-touchbook overlay
* includes changes from http://bugzilla.alwaysinnovating.com/show_bug.cgi?id=8
Diffstat (limited to 'recipes/ralink/files/config.patch')
-rw-r--r-- | recipes/ralink/files/config.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/ralink/files/config.patch b/recipes/ralink/files/config.patch new file mode 100644 index 0000000000..89a26caea0 --- /dev/null +++ b/recipes/ralink/files/config.patch @@ -0,0 +1,20 @@ +--- 2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/config.mk 2009-05-20 20:33:56.000000000 -0700 ++++ 2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/config.mk 2009-08-22 19:42:55.000000000 -0700 +@@ -4,15 +4,11 @@ + # Support 28xx QA ATE function + HAS_28xx_QA=n + +-#ifdef WPA_SUPPLICANT_SUPPORT + # Support Wpa_Supplicant +-HAS_WPA_SUPPLICANT=n +-#endif // WPA_SUPPLICANT_SUPPORT // ++HAS_WPA_SUPPLICANT=y + +-#ifdef NATIVE_WPA_SUPPLICANT_SUPPORT + # Support Native WpaSupplicant for Network Maganger +-HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n +-#endif // NATIVE_WPA_SUPPLICANT_SUPPORT // ++HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y + + #Support Net interface block while Tx-Sw queue full + HAS_BLOCK_NET_IF=n |