From 29d0588c8aab07e95048fee7e901071882ce671b Mon Sep 17 00:00:00 2001 From: kimocoder Date: Wed, 22 May 2019 00:15:56 +0200 Subject: [PATCH] Added LED control --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index df16efc..731a35e 100755 --- a/Makefile +++ b/Makefile @@ -44,6 +44,9 @@ CONFIG_RTL8821A = y CONFIG_RTL8814A = y ######################### Interface ########################### CONFIG_USB_HCI = y +######################### LED ########################### +CONFIG_LED_CONTROL = y +CONFIG_LED_ENABLE = y ########################## Features ########################### CONFIG_NET_NS = n CONFIG_IPV6_DISABLE = n