From fbe1bac79e8f4adb451cfe7c159ecb42f5657091 Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Thu, 13 Sep 2012 00:40:35 +0300 Subject: Add realtek target files Signed-off-by: Roman Yeryomin --- .../patches-2.6.30/009-hostapd-support.patch | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 target/linux/realtek/patches-2.6.30/009-hostapd-support.patch (limited to 'target/linux/realtek/patches-2.6.30/009-hostapd-support.patch') diff --git a/target/linux/realtek/patches-2.6.30/009-hostapd-support.patch b/target/linux/realtek/patches-2.6.30/009-hostapd-support.patch new file mode 100644 index 000000000..aaa89c9cd --- /dev/null +++ b/target/linux/realtek/patches-2.6.30/009-hostapd-support.patch @@ -0,0 +1,34 @@ +Index: linux-2.6.30.9/drivers/net/wireless/rtl8192cd/8192cd_cfg.h +=================================================================== +--- linux-2.6.30.9.orig/drivers/net/wireless/rtl8192cd/8192cd_cfg.h ++++ linux-2.6.30.9/drivers/net/wireless/rtl8192cd/8192cd_cfg.h +@@ -360,7 +360,7 @@ + // WPA Supplicant + //------------------------------------------------------------- + +-//#define WIFI_WPAS ++#define WIFI_WPAS + + #ifdef WIFI_WPAS + +@@ -515,9 +515,9 @@ + //------------------------------------------------------------- + // Hostapd + //------------------------------------------------------------- +-//#ifdef CONFIG_RTL_HOSTAPD_SUPPORT +-//#define WIFI_HAPD +-//#endif ++#ifdef CONFIG_RTL_HOSTAPD_SUPPORT ++#define WIFI_HAPD ++#endif + + #ifdef WIFI_HAPD + +@@ -1719,3 +1719,7 @@ + + #endif // _8192CD_CFG_H_ + ++#ifndef WIFI_HAPD ++#error hapd not-set ++#endif ++ -- cgit v1.2.3