projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4fb887
)
packages: enable AP mode on r8188eu
author
Zoltan Herpai
<wigyori@uid0.hu>
Sun, 21 Sep 2014 12:24:42 +0000
(12:24 +0000)
committer
Zoltan Herpai
<wigyori@uid0.hu>
Sun, 21 Sep 2014 12:24:42 +0000
(12:24 +0000)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42627
package/kernel/linux/modules/wireless.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/wireless.mk
b/package/kernel/linux/modules/wireless.mk
index 2531dfff9fd2aa3c29b8a0315893bbb071044119..9019bdeb2f8894b0aac7ca67dfef90313a043bdd 100644
(file)
--- 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)