CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
orangepi-xunlong

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: orangepi-xunlong/orangepi-build
Path: blob/next/external/patch/misc/wireless-rtl8723du.patch
Views: 3959
1
diff --git a/drivers/net/wireless/rtl8723du/Kconfig b/drivers/net/wireless/rtl8723du/Kconfig
2
new file mode 100644
3
index 000000000..63bbe8e63
4
--- /dev/null
5
+++ b/drivers/net/wireless/rtl8723du/Kconfig
6
@@ -0,0 +1,4 @@
7
+config RTL8723DU
8
+ tristate "Realtek 8723D USB WiFi"
9
+ ---help---
10
+ Help message of RTL8723DU
11
diff --git a/drivers/net/wireless/rtl8723du/Makefile b/drivers/net/wireless/rtl8723du/Makefile
12
index 9de45eddd..172f597e1 100644
13
--- a/drivers/net/wireless/rtl8723du/Makefile
14
+++ b/drivers/net/wireless/rtl8723du/Makefile
15
@@ -25,7 +25,7 @@ CONFIG_WAKEUP_TYPE = 0x7 #bit2: deauth, bit1: unicast, bit0: magic pkt.
16
17
CONFIG_DRVEXT_MODULE = n
18
19
-export TopDIR ?= $(shell pwd)
20
+export TopDIR ?= $(src)
21
22
########### COMMON #################################
23
HCI_NAME = usb
24
25