[openwrt/openwrt] treewide: do not disable LED triggers in target config

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 15 13:46:23 EST 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8451f47b1e18c66ac4ceda898833096bf1b41c14

commit 8451f47b1e18c66ac4ceda898833096bf1b41c14
Author: Sungbo Eo <mans0n at gorani.run>
AuthorDate: Mon Jan 4 22:33:34 2021 +0900

    treewide: do not disable LED triggers in target config
    
    Those targets have already enabled some other LED triggers, so enabling
    a few more won't be a big problem.
    
    Signed-off-by: Sungbo Eo <mans0n at gorani.run>
---
 target/linux/at91/sama5/config-default     | 1 -
 target/linux/lantiq/xway_legacy/config-5.4 | 1 -
 target/linux/oxnas/config-5.4              | 1 -
 target/linux/zynq/config-5.4               | 1 -
 4 files changed, 4 deletions(-)

diff --git a/target/linux/at91/sama5/config-default b/target/linux/at91/sama5/config-default
index 384d021efe..e9d9bf7f3f 100644
--- a/target/linux/at91/sama5/config-default
+++ b/target/linux/at91/sama5/config-default
@@ -313,7 +313,6 @@ CONFIG_KEYBOARD_QT1070=y
 CONFIG_LEDS_GPIO=y
 CONFIG_LEDS_PWM=y
 CONFIG_LEDS_TRIGGER_CPU=y
-# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
 CONFIG_LEDS_TRIGGER_GPIO=y
 CONFIG_LIBFDT=y
 CONFIG_LOCALVERSION_AUTO=y
diff --git a/target/linux/lantiq/xway_legacy/config-5.4 b/target/linux/lantiq/xway_legacy/config-5.4
index f5a47011ab..4930762160 100644
--- a/target/linux/lantiq/xway_legacy/config-5.4
+++ b/target/linux/lantiq/xway_legacy/config-5.4
@@ -13,7 +13,6 @@ CONFIG_INPUT_EVDEV=y
 CONFIG_INPUT_POLLDEV=y
 # CONFIG_ISDN is not set
 CONFIG_LANTIQ_ETOP=y
-# CONFIG_LEDS_TRIGGER_TIMER is not set
 CONFIG_LZO_COMPRESS=y
 CONFIG_LZO_DECOMPRESS=y
 CONFIG_NLS=y
diff --git a/target/linux/oxnas/config-5.4 b/target/linux/oxnas/config-5.4
index eccc0dc11d..d8c87acabf 100644
--- a/target/linux/oxnas/config-5.4
+++ b/target/linux/oxnas/config-5.4
@@ -227,7 +227,6 @@ CONFIG_KEXEC_CORE=y
 CONFIG_LEDS_GPIO=y
 CONFIG_LEDS_TRIGGER_CPU=y
 CONFIG_LEDS_TRIGGER_GPIO=y
-# CONFIG_LEDS_TRIGGER_NETDEV is not set
 CONFIG_LEDS_TRIGGER_ONESHOT=y
 CONFIG_LIBFDT=y
 CONFIG_LOCALVERSION_AUTO=y
diff --git a/target/linux/zynq/config-5.4 b/target/linux/zynq/config-5.4
index 5fc622c1c6..258c3e14b4 100644
--- a/target/linux/zynq/config-5.4
+++ b/target/linux/zynq/config-5.4
@@ -379,7 +379,6 @@ CONFIG_LEDS_TRIGGER_BACKLIGHT=y
 CONFIG_LEDS_TRIGGER_CAMERA=y
 CONFIG_LEDS_TRIGGER_CPU=y
 CONFIG_LEDS_TRIGGER_GPIO=y
-# CONFIG_LEDS_TRIGGER_NETDEV is not set
 CONFIG_LEDS_TRIGGER_ONESHOT=y
 CONFIG_LEDS_TRIGGER_TRANSIENT=y
 CONFIG_LIBFDT=y



More information about the lede-commits mailing list