From d1361923962678898bedfe9ec871e7e6a02acb6d Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Fri, 6 Apr 2018 06:53:01 +0200 Subject: [PATCH] ath79: make board.d files executable Add the executable permission to the files to ensure they run on firstboot. Signed-off-by: Mathias Kresin --- target/linux/ath79/base-files/etc/board.d/01_leds | 0 target/linux/ath79/base-files/etc/board.d/02_network | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 target/linux/ath79/base-files/etc/board.d/01_leds mode change 100644 => 100755 target/linux/ath79/base-files/etc/board.d/02_network diff --git a/target/linux/ath79/base-files/etc/board.d/01_leds b/target/linux/ath79/base-files/etc/board.d/01_leds old mode 100644 new mode 100755 diff --git a/target/linux/ath79/base-files/etc/board.d/02_network b/target/linux/ath79/base-files/etc/board.d/02_network old mode 100644 new mode 100755 -- 2.30.2