diff options
author | John Klug <john.klug@multitech.com> | 2019-03-27 10:04:04 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 11:22:01 -0500 |
commit | 004ea2e6714bd13d2c5c658375220815215c493a (patch) | |
tree | 54a66489e57636f543b1cd7021c4329d4d967ff2 | |
parent | 832f7600053da9ce181b6241dee8ccf69a692ae0 (diff) | |
download | meta-multitech-004ea2e6714bd13d2c5c658375220815215c493a.tar.gz meta-multitech-004ea2e6714bd13d2c5c658375220815215c493a.tar.bz2 meta-multitech-004ea2e6714bd13d2c5c658375220815215c493a.zip |
Blink LEDs when kernel loads, not when modules load
-rw-r--r-- | recipes-kernel/linux/linux-at91-4.9.87/defconfig | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-at91_4.9.87.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-at91-4.9.87/defconfig b/recipes-kernel/linux/linux-at91-4.9.87/defconfig index c717c86..d988a80 100644 --- a/recipes-kernel/linux/linux-at91-4.9.87/defconfig +++ b/recipes-kernel/linux/linux-at91-4.9.87/defconfig @@ -2954,7 +2954,7 @@ CONFIG_LEDS_TRIGGER_HEARTBEAT=m # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set CONFIG_LEDS_TRIGGER_CPU=y CONFIG_LEDS_TRIGGER_GPIO=m -CONFIG_LEDS_TRIGGER_DEFAULT_ON=m +CONFIG_LEDS_TRIGGER_DEFAULT_ON=y # # iptables trigger is under Netfilter config (LED target) diff --git a/recipes-kernel/linux/linux-at91_4.9.87.bb b/recipes-kernel/linux/linux-at91_4.9.87.bb index 416ced0..f2d601a 100644 --- a/recipes-kernel/linux/linux-at91_4.9.87.bb +++ b/recipes-kernel/linux/linux-at91_4.9.87.bb @@ -18,7 +18,7 @@ RDEPENDS_kernel-base="" FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" KERNEL_EXTRA_ARGS ="LOADADDR=0x20008000" -PR = "r4" +PR = "r5" KERNEL_VERSION = "${PV}" EXTRAVERSION = "" |