Skip to content

Commit

Permalink
fix rtl8812au driver build after the last code update (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
cronyx authored Nov 8, 2023
1 parent aec51eb commit 90a5856
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions general/package/rtl8812au-openipc/0001-disable_8814_8821.patch
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
--- a/Makefile 2022-09-01 20:50:34.085515706 +0300
+++ b/Makefile 2022-09-01 21:37:32.114576023 +0300
@@ -39,8 +39,8 @@
--- a/Makefile 2023-11-08 03:23:56.619884059 +0300
+++ b/Makefile 2023-11-08 03:51:10.864807292 +0300
@@ -39,7 +39,7 @@

########################## WIFI IC ############################
CONFIG_RTL8812A = y
-CONFIG_RTL8821A = y
-CONFIG_RTL8814A = y
+CONFIG_RTL8821A = n
+CONFIG_RTL8814A = n
CONFIG_RTL8814A = n
######################### Interface ###########################
CONFIG_USB_HCI = y
########################## Features ###########################
@@ -206,9 +206,9 @@
EXTRA_CFLAGS += -DDBG=0
endif

-ifeq ($(CONFIG_RTL8812A)_$(CONFIG_RTL8821A)_$(CONFIG_RTL8814A), y_y_y)
-ifeq ($(CONFIG_RTL8812A)_$(CONFIG_RTL8821A), y_y)
+ifeq ($(CONFIG_RTL8812A)_$(CONFIG_RTL8821A)_$(CONFIG_RTL8814A), y_n_n)

-EXTRA_CFLAGS += -DDRV_NAME=\"rtl88xxau_wfb\"
Expand Down

0 comments on commit 90a5856

Please sign in to comment.