diff options
author | John Klug <john.klug@multitech.com> | 2019-03-27 10:04:04 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-03-27 10:04:04 -0500 |
commit | 145731c92b1779caf042b45ec8a1a6cceec3fcef (patch) | |
tree | 54a66489e57636f543b1cd7021c4329d4d967ff2 | |
parent | e144459f25c72cd2db4f789d7d5adcc5fb5ccdea (diff) | |
download | meta-multitech-145731c92b1779caf042b45ec8a1a6cceec3fcef.tar.gz meta-multitech-145731c92b1779caf042b45ec8a1a6cceec3fcef.tar.bz2 meta-multitech-145731c92b1779caf042b45ec8a1a6cceec3fcef.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 = "" |