brcm2708: rename all patches from raspberrypi git tree to use 950 prefix
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.9 / 950-0124-ARM64-Enable-RTL8187-RTL8192CU-wifi-in-build-config.patch
1 From 564df2de35a212639eb7e357442f35fa89bcbde4 Mon Sep 17 00:00:00 2001
2 From: Michael Zoran <mzoran@crowfest.net>
3 Date: Sun, 15 Jan 2017 07:31:59 -0800
4 Subject: [PATCH] ARM64: Enable RTL8187/RTL8192CU wifi in build config
5
6 These drivers build now, so they can be enabled back
7 in the build configuration just like they are for
8 32 bit.
9
10 Signed-off-by: Michael Zoran <mzoran@crowfest.net>
11 ---
12 arch/arm64/configs/bcmrpi3_defconfig | 2 ++
13 1 file changed, 2 insertions(+)
14
15 --- a/arch/arm64/configs/bcmrpi3_defconfig
16 +++ b/arch/arm64/configs/bcmrpi3_defconfig
17 @@ -531,6 +531,8 @@ CONFIG_RT2800USB_RT3573=y
18 CONFIG_RT2800USB_RT53XX=y
19 CONFIG_RT2800USB_RT55XX=y
20 CONFIG_RT2800USB_UNKNOWN=y
21 +CONFIG_RTL8187=m
22 +CONFIG_RTL8192CU=m
23 CONFIG_USB_ZD1201=m
24 CONFIG_ZD1211RW=m
25 CONFIG_MAC80211_HWSIM=m