From 23e19ba521ce18622b2fc7ac33a043b00621b6de Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 30 Jan 2022 13:57:26 +0800 Subject: [PATCH] treewide: fix exec permission for board specific files Fixes: #586 Signed-off-by: Tianling Shen --- target/linux/mvebu/cortexa72/base-files/etc/board.d/01_leds | 0 target/linux/mvebu/cortexa72/base-files/etc/board.d/02_network | 0 target/linux/sunxi/base-files/etc/board.d/02_network | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 target/linux/mvebu/cortexa72/base-files/etc/board.d/01_leds mode change 100644 => 100755 target/linux/mvebu/cortexa72/base-files/etc/board.d/02_network mode change 100644 => 100755 target/linux/sunxi/base-files/etc/board.d/02_network diff --git a/target/linux/mvebu/cortexa72/base-files/etc/board.d/01_leds b/target/linux/mvebu/cortexa72/base-files/etc/board.d/01_leds old mode 100644 new mode 100755 diff --git a/target/linux/mvebu/cortexa72/base-files/etc/board.d/02_network b/target/linux/mvebu/cortexa72/base-files/etc/board.d/02_network old mode 100644 new mode 100755 diff --git a/target/linux/sunxi/base-files/etc/board.d/02_network b/target/linux/sunxi/base-files/etc/board.d/02_network old mode 100644 new mode 100755