[openwrt/openwrt] ath79: make boot-leds service executable

LEDE Commits lede-commits at lists.infradead.org
Fri Dec 15 09:07:48 PST 2023


chunkeey pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/ad363f691078c0825334d3dc9a2a75354fa51891

commit ad363f691078c0825334d3dc9a2a75354fa51891
Author: Eric J. Anderson <eric.j.ason256 at gmail.com>
AuthorDate: Mon Dec 4 22:41:47 2023 +0100

    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 <eric.j.ason256 at gmail.com>
    (cherry picked from commit 807acbce66c34596ac80cad8ea2a3f170f58429c)
---
 target/linux/ath79/nand/base-files/etc/init.d/boot-leds | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

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




More information about the lede-commits mailing list