From 7cbea385bdbcf3d44506bc984fe9a275d1472f1a Mon Sep 17 00:00:00 2001 From: "Eric J. Anderson" Date: Mon, 4 Dec 2023 22:41:47 +0100 Subject: [PATCH] ath79: make boot-leds service executable This service was unfunctional due to not having its executable bit set. Fixes #13500. Signed-off-by: Eric J. Anderson (cherry picked from commit 807acbce66c34596ac80cad8ea2a3f170f58429c) --- target/linux/ath79/nand/base-files/etc/init.d/boot-leds | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 target/linux/ath79/nand/base-files/etc/init.d/boot-leds diff --git a/target/linux/ath79/nand/base-files/etc/init.d/boot-leds b/target/linux/ath79/nand/base-files/etc/init.d/boot-leds old mode 100644 new mode 100755 -- 2.25.1