From f3b4e50ceec0a709e09621da518329c0111a225b Mon Sep 17 00:00:00 2001 From: Kristian Evensen Date: Wed, 6 Sep 2017 08:14:23 +0200 Subject: [PATCH] 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 [cherry picked the fix from a board support patch] Signed-off-by: Mathias Kresin --- target/linux/ramips/base-files/etc/board.d/01_leds | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 target/linux/ramips/base-files/etc/board.d/01_leds 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 -- 2.30.2