From 90a58568a24420c6e0c7e8758a0eb1224a7da08d Mon Sep 17 00:00:00 2001 From: cronyx Date: Wed, 8 Nov 2023 09:10:51 +0300 Subject: [PATCH] fix rtl8812au driver build after the last code update (#1123) --- .../rtl8812au-openipc/0001-disable_8814_8821.patch | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/general/package/rtl8812au-openipc/0001-disable_8814_8821.patch b/general/package/rtl8812au-openipc/0001-disable_8814_8821.patch index 18fe19e6..3941b002 100644 --- a/general/package/rtl8812au-openipc/0001-disable_8814_8821.patch +++ b/general/package/rtl8812au-openipc/0001-disable_8814_8821.patch @@ -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\"