From 24e640078a1155870cd98b7d7bd44b016f21669e Mon Sep 17 00:00:00 2001 From: kimocoder Date: Mon, 8 Apr 2019 00:45:24 +0200 Subject: [PATCH] Added LED control --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8a33a80..1c4e3b3 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