Author: wigyori Date: 2014-09-21 14:24:42 +0200 (Sun, 21 Sep 2014) New Revision: 42627
Modified: trunk/package/kernel/linux/modules/wireless.mk Log: packages: enable AP mode on r8188eu Signed-off-by: Zoltan HERPAI <[email protected]> Modified: trunk/package/kernel/linux/modules/wireless.mk =================================================================== --- trunk/package/kernel/linux/modules/wireless.mk 2014-09-21 12:18:42 UTC (rev 42626) +++ trunk/package/kernel/linux/modules/wireless.mk 2014-09-21 12:24:42 UTC (rev 42627) @@ -114,7 +114,7 @@ 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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
