diff options
author | Sungbo Eo <mans0n@gorani.run> | 2021-01-04 22:27:28 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-01-15 18:20:55 +0100 |
commit | 22061b28802a1aefa0cc4e1a1cdea69b4e432e5d (patch) | |
tree | 14696a8ff2f61ba17494b9aa1afe0c4f1177a8ae /target/linux/lantiq | |
parent | d5bbd4975cbb6fbbfb57d183d1e03453d88f923d (diff) | |
download | upstream-22061b28802a1aefa0cc4e1a1cdea69b4e432e5d.tar.gz upstream-22061b28802a1aefa0cc4e1a1cdea69b4e432e5d.tar.bz2 upstream-22061b28802a1aefa0cc4e1a1cdea69b4e432e5d.zip |
kernel: enable CONFIG_LEDS_TRIGGER_HEARTBEAT
The heartbeat trigger is used by luci-mod-system, which is installed
as a part of the standard luci package set. It seems the LED trigger
will be required quite often, so let's enable it by default.
This increases uncompressed kernel size by about 100 bytes on ath79/generic.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/ase/config-5.4 | 1 | ||||
-rw-r--r-- | target/linux/lantiq/xrx200/config-5.4 | 1 | ||||
-rw-r--r-- | target/linux/lantiq/xway_legacy/config-5.4 | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/lantiq/ase/config-5.4 b/target/linux/lantiq/ase/config-5.4 index 01f6799b32..9e4d047059 100644 --- a/target/linux/lantiq/ase/config-5.4 +++ b/target/linux/lantiq/ase/config-5.4 @@ -12,7 +12,6 @@ CONFIG_GPIO_GENERIC=y CONFIG_GPIO_GENERIC_PLATFORM=y # CONFIG_ISDN is not set CONFIG_LANTIQ_ETOP=y -CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_NLS=y CONFIG_SGL_ALLOC=y CONFIG_SOC_AMAZON_SE=y diff --git a/target/linux/lantiq/xrx200/config-5.4 b/target/linux/lantiq/xrx200/config-5.4 index 45406cf9de..fc857fe72a 100644 --- a/target/linux/lantiq/xrx200/config-5.4 +++ b/target/linux/lantiq/xrx200/config-5.4 @@ -26,7 +26,6 @@ CONFIG_INPUT_POLLDEV=y CONFIG_INTEL_XWAY_PHY=y # CONFIG_ISDN is not set CONFIG_LANTIQ_XRX200_LEGACY=y -CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LZO_COMPRESS=y CONFIG_LZO_DECOMPRESS=y CONFIG_MIPS_MT=y diff --git a/target/linux/lantiq/xway_legacy/config-5.4 b/target/linux/lantiq/xway_legacy/config-5.4 index 91dbebbe9d..f5a47011ab 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_HEARTBEAT=y # CONFIG_LEDS_TRIGGER_TIMER is not set CONFIG_LZO_COMPRESS=y CONFIG_LZO_DECOMPRESS=y |