diff options
author | John Audia <therealgraysky@proton.me> | 2022-07-21 16:19:32 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-07-29 23:03:41 +0200 |
commit | 7d3c0928de191b203dd5b27ddf208698d08639e3 (patch) | |
tree | e30438f3e37630608b954e6dd02b0ad1b17fd880 /target/linux/ath79/patches-5.10 | |
parent | 57cad53f4e52be987cdd61308ff7d2704baca539 (diff) | |
download | upstream-7d3c0928de191b203dd5b27ddf208698d08639e3.tar.gz upstream-7d3c0928de191b203dd5b27ddf208698d08639e3.tar.bz2 upstream-7d3c0928de191b203dd5b27ddf208698d08639e3.zip |
kernel: bump 5.10 to 5.10.132
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/ath79/patches-5.10')
-rw-r--r-- | target/linux/ath79/patches-5.10/0003-leds-add-reset-controller-based-driver.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ath79/patches-5.10/0003-leds-add-reset-controller-based-driver.patch b/target/linux/ath79/patches-5.10/0003-leds-add-reset-controller-based-driver.patch index 68b8310365..4a721f2af2 100644 --- a/target/linux/ath79/patches-5.10/0003-leds-add-reset-controller-based-driver.patch +++ b/target/linux/ath79/patches-5.10/0003-leds-add-reset-controller-based-driver.patch @@ -13,9 +13,9 @@ Signed-off-by: John Crispin <john@phrozen.org> --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig -@@ -929,6 +929,17 @@ config LEDS_ACER_A500 - This option enables support for the Power Button LED of - Acer Iconia Tab A500. +@@ -931,6 +931,17 @@ config LEDS_ACER_A500 + + source "drivers/leds/blink/Kconfig" +config LEDS_RESET + tristate "LED support for reset-controller API" |