[source] ramips: fix default LED configuration

LEDE Commits lede-commits at lists.infradead.org
Wed Sep 6 00:03:01 PDT 2017


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/f3b4e50ceec0a709e09621da518329c0111a225b

commit f3b4e50ceec0a709e09621da518329c0111a225b
Author: Kristian Evensen <kristian.evensen at gmail.com>
AuthorDate: Wed Sep 6 08:14:23 2017 +0200

    ramips: fix default LED configuration
    
    Commit 77645ffcd9ad ("ramips: add support for the GnuBee Personal Cloud
    One") dropped the execution permission from 01_leds with the result
    that the file isn't started during first boot and no default LED
    configuration is added.
    
    Revert the introduced file permission change.
    
    Fixes: FS#979
    
    Signed-off-by: Kristian Evensen <kristian.evensen at gmail.com>
    [cherry picked the fix from a board support patch]
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 target/linux/ramips/base-files/etc/board.d/01_leds | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds
old mode 100644
new mode 100755



More information about the lede-commits mailing list