diff --git a/Makefile b/Makefile index 5bd9074..acebfa6 100755 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ CONFIG_AUTOCFG_CP = n CONFIG_MULTIDRV = n CONFIG_RTL8188E = n CONFIG_RTL8812A = y -CONFIG_RTL8821A = y +CONFIG_RTL8821A = n CONFIG_RTL8192E = n CONFIG_RTL8723B = n CONFIG_RTL8814A = n @@ -201,6 +201,12 @@ CONFIG_RTL8821A = n CONFIG_RTL8814A = y endif +ifeq ($(RTL8821), 1) +CONFIG_RTL8812A = y +CONFIG_RTL8821A = y +CONFIG_RTL8814A = n +endif + ifeq ($(CONFIG_USB2_EXTERNAL_POWER), y) EXTRA_CFLAGS += -DCONFIG_USE_EXTERNAL_POWER endif