aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-02-26 14:43:50 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-03-06 11:30:06 +0100
commit85b1f4d8ca2d501664acce471117dc612bb69d82 (patch)
tree000eebacaa54e49940d797da8c5ee4f2d34bed22 /target/linux/ath79
parentb021642cacd1b88836e5906bb2d3397b1de16da9 (diff)
downloadupstream-85b1f4d8ca2d501664acce471117dc612bb69d82.tar.gz
upstream-85b1f4d8ca2d501664acce471117dc612bb69d82.tar.bz2
upstream-85b1f4d8ca2d501664acce471117dc612bb69d82.zip
treewide: remove execute bit and shebang from board.d files
So far, board.d files were having execute bit set and contained a shebang. However, they are just sourced in board_detect, with an apparantly unnecessary check for execute permission beforehand. Replace this check by one for existance and make the board.d files "normal" files, as would be expected in /etc anyway. Note: This removes an apparantly unused '#!/bin/sh /etc/rc.common' in target/linux/bcm47xx/base-files/etc/board.d/01_network Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r--[-rwxr-xr-x]target/linux/ath79/generic/base-files/etc/board.d/01_leds1
-rw-r--r--[-rwxr-xr-x]target/linux/ath79/generic/base-files/etc/board.d/02_network1
-rw-r--r--[-rwxr-xr-x]target/linux/ath79/generic/base-files/etc/board.d/03_gpio_switches1
-rw-r--r--[-rwxr-xr-x]target/linux/ath79/mikrotik/base-files/etc/board.d/01_leds1
-rw-r--r--[-rwxr-xr-x]target/linux/ath79/mikrotik/base-files/etc/board.d/02_network1
-rw-r--r--[-rwxr-xr-x]target/linux/ath79/nand/base-files/etc/board.d/01_leds1
-rw-r--r--[-rwxr-xr-x]target/linux/ath79/nand/base-files/etc/board.d/02_network1
-rw-r--r--[-rwxr-xr-x]target/linux/ath79/tiny/base-files/etc/board.d/01_leds1
-rw-r--r--[-rwxr-xr-x]target/linux/ath79/tiny/base-files/etc/board.d/02_network1
9 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/ath79/generic/base-files/etc/board.d/01_leds b/target/linux/ath79/generic/base-files/etc/board.d/01_leds
index f7d8ec0f85..31bc8f70df 100755..100644
--- a/target/linux/ath79/generic/base-files/etc/board.d/01_leds
+++ b/target/linux/ath79/generic/base-files/etc/board.d/01_leds
@@ -1,4 +1,3 @@
-#!/bin/sh
. /lib/functions/uci-defaults.sh
diff --git a/target/linux/ath79/generic/base-files/etc/board.d/02_network b/target/linux/ath79/generic/base-files/etc/board.d/02_network
index c816a85460..86be2b12d7 100755..100644
--- a/target/linux/ath79/generic/base-files/etc/board.d/02_network
+++ b/target/linux/ath79/generic/base-files/etc/board.d/02_network
@@ -1,4 +1,3 @@
-#!/bin/sh
. /lib/functions/system.sh
. /lib/functions/uci-defaults.sh
diff --git a/target/linux/ath79/generic/base-files/etc/board.d/03_gpio_switches b/target/linux/ath79/generic/base-files/etc/board.d/03_gpio_switches
index b3e0d0dd31..cd21932bfd 100755..100644
--- a/target/linux/ath79/generic/base-files/etc/board.d/03_gpio_switches
+++ b/target/linux/ath79/generic/base-files/etc/board.d/03_gpio_switches
@@ -1,4 +1,3 @@
-#!/bin/sh
#
# Copyright (C) 2018 OpenWrt.org
#
diff --git a/target/linux/ath79/mikrotik/base-files/etc/board.d/01_leds b/target/linux/ath79/mikrotik/base-files/etc/board.d/01_leds
index 0d3209c2e3..39e527e824 100755..100644
--- a/target/linux/ath79/mikrotik/base-files/etc/board.d/01_leds
+++ b/target/linux/ath79/mikrotik/base-files/etc/board.d/01_leds
@@ -1,4 +1,3 @@
-#!/bin/sh
. /lib/functions/uci-defaults.sh
diff --git a/target/linux/ath79/mikrotik/base-files/etc/board.d/02_network b/target/linux/ath79/mikrotik/base-files/etc/board.d/02_network
index 584acc0feb..d229523ad5 100755..100644
--- a/target/linux/ath79/mikrotik/base-files/etc/board.d/02_network
+++ b/target/linux/ath79/mikrotik/base-files/etc/board.d/02_network
@@ -1,4 +1,3 @@
-#!/bin/sh
. /lib/functions/system.sh
. /lib/functions/uci-defaults.sh
diff --git a/target/linux/ath79/nand/base-files/etc/board.d/01_leds b/target/linux/ath79/nand/base-files/etc/board.d/01_leds
index 8eda666a81..fc74554763 100755..100644
--- a/target/linux/ath79/nand/base-files/etc/board.d/01_leds
+++ b/target/linux/ath79/nand/base-files/etc/board.d/01_leds
@@ -1,4 +1,3 @@
-#!/bin/sh
. /lib/functions/uci-defaults.sh
diff --git a/target/linux/ath79/nand/base-files/etc/board.d/02_network b/target/linux/ath79/nand/base-files/etc/board.d/02_network
index 910df517aa..7402fc067a 100755..100644
--- a/target/linux/ath79/nand/base-files/etc/board.d/02_network
+++ b/target/linux/ath79/nand/base-files/etc/board.d/02_network
@@ -1,4 +1,3 @@
-#!/bin/sh
. /lib/functions/system.sh
. /lib/functions/uci-defaults.sh
diff --git a/target/linux/ath79/tiny/base-files/etc/board.d/01_leds b/target/linux/ath79/tiny/base-files/etc/board.d/01_leds
index f0b4acf066..72df8b3dea 100755..100644
--- a/target/linux/ath79/tiny/base-files/etc/board.d/01_leds
+++ b/target/linux/ath79/tiny/base-files/etc/board.d/01_leds
@@ -1,4 +1,3 @@
-#!/bin/sh
. /lib/functions/uci-defaults.sh
diff --git a/target/linux/ath79/tiny/base-files/etc/board.d/02_network b/target/linux/ath79/tiny/base-files/etc/board.d/02_network
index cca6352023..45335c7c89 100755..100644
--- a/target/linux/ath79/tiny/base-files/etc/board.d/02_network
+++ b/target/linux/ath79/tiny/base-files/etc/board.d/02_network
@@ -1,4 +1,3 @@
-#!/bin/sh
. /lib/functions/system.sh
. /lib/functions/uci-defaults.sh