diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2014-09-21 12:24:42 +0000 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2014-09-21 12:24:42 +0000 |
commit | ac57ee3293eb3fa5b641c76c1e3155b31c6ca6ae (patch) | |
tree | 31776011720a0b5514c4f9b976adbc605d20df32 /package/kernel/linux/modules | |
parent | b28b4fb0afc2c1354c597b43d4992b7d72c67aa0 (diff) | |
download | upstream-ac57ee3293eb3fa5b641c76c1e3155b31c6ca6ae.tar.gz upstream-ac57ee3293eb3fa5b641c76c1e3155b31c6ca6ae.tar.bz2 upstream-ac57ee3293eb3fa5b641c76c1e3155b31c6ca6ae.zip |
packages: enable AP mode on r8188eu
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42627 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/linux/modules')
-rw-r--r-- | package/kernel/linux/modules/wireless.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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) |