From c54e245b3f38beddae6564f1f182f21986dbf7b8 Mon Sep 17 00:00:00 2001
From: Zoltan Herpai <wigyori@uid0.hu>
Date: Sun, 21 Sep 2014 12:24:42 +0000
Subject: [PATCH] packages: enable AP mode on r8188eu

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>

SVN-Revision: 42627
---
 package/kernel/linux/modules/wireless.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/wireless.mk b/package/kernel/linux/modules/wireless.mk
index 2531dfff9f..9019bdeb2f 100644
--- a/package/kernel/linux/modules/wireless.mk
+++ b/package/kernel/linux/modules/wireless.mk
@@ -114,7 +114,7 @@ define KernelPackage/net-rtl8188eu
   KCONFIG:=\
 	CONFIG_STAGING=y \
 	CONFIG_R8188EU \
-	CONFIG_88EU_AP_MODE=n \
+	CONFIG_88EU_AP_MODE=y \
 	CONFIG_88EU_P2P=n
   FILES:=$(LINUX_DIR)/drivers/staging/rtl8188eu/r8188eu.ko
   AUTOLOAD:=$(call AutoProbe,r8188eu)
-- 
2.30.2