From 25dd66317f68d4445a6eae0347200e60daf3139d Mon Sep 17 00:00:00 2001 From: morrownr Date: Sat, 30 Oct 2021 20:38:20 -0500 Subject: [PATCH] fix LED control --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 791d349..6cbbc00 100644 --- a/Makefile +++ b/Makefile @@ -1299,7 +1299,7 @@ endif ifeq ($(CONFIG_LED_CONTROL), y) EXTRA_CFLAGS += -DCONFIG_LED_CONTROL -ifeq ($(CONFIG_RTL88X2B), y) +ifeq ($(CONFIG_RTL8822B), y) EXTRA_CFLAGS += -DCONFIG_SW_LED -DCONFIG_RTW_SW_LED endif ifeq ($(CONFIG_LED_ENABLE), y)