From: Kristian Evensen Date: Wed, 6 Sep 2017 06:14:23 +0000 (+0200) Subject: ramips: fix default LED configuration X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f3b4e50ceec0a709e09621da518329c0111a225b;p=openwrt%2Fstaging%2Fdedeckeh.git 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 --- 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