[openwrt/openwrt] ath79: make board.d files executable
LEDE Commits
lede-commits at lists.infradead.org
Wed May 16 22:47:07 PDT 2018
mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/d1361923962678898bedfe9ec871e7e6a02acb6d
commit d1361923962678898bedfe9ec871e7e6a02acb6d
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Fri Apr 6 06:53:01 2018 +0200
ath79: make board.d files executable
Add the executable permission to the files to ensure they run on
firstboot.
Signed-off-by: Mathias Kresin <dev at kresin.me>
---
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(-)
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
More information about the lede-commits
mailing list