diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-09 18:15:30 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-09 18:15:30 +0000 |
commit | 3a3c8e4aa467da45e9ef1e04df91c717ae31fffa (patch) | |
tree | 7aade2c0262a654868d1d2331ef29e183338e90d /package | |
parent | a98b1cf59724e9d86e141754e04eb0a165fd4e3d (diff) | |
download | upstream-3a3c8e4aa467da45e9ef1e04df91c717ae31fffa.tar.gz upstream-3a3c8e4aa467da45e9ef1e04df91c717ae31fffa.tar.bz2 upstream-3a3c8e4aa467da45e9ef1e04df91c717ae31fffa.zip |
kernel: add missing symbol to realtek wifi
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44366 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/linux/modules/wireless.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/wireless.mk b/package/kernel/linux/modules/wireless.mk index f02e8b9b4e..21b212ed8a 100644 --- a/package/kernel/linux/modules/wireless.mk +++ b/package/kernel/linux/modules/wireless.mk @@ -114,6 +114,7 @@ define KernelPackage/net-rtl8188eu KCONFIG:=\ CONFIG_STAGING=y \ CONFIG_R8188EU \ + CONFIG_R8723AU \ CONFIG_88EU_AP_MODE=y \ CONFIG_88EU_P2P=n FILES:=$(LINUX_DIR)/drivers/staging/rtl8188eu/r8188eu.ko |