2
0
forked from Ivasoft/openwrt

treewide: drop shebang from non-executable target files

This drops the shebang from all target files for /lib and
/etc/uci-defaults folders, as these are sourced and the shebang
is useless.

While at it, fix the executable flag on a few of these files.

This does not touch ar71xx, as this target is just used for
backporting now and applying cosmetic changes would just complicate
things.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler
2020-06-06 23:13:41 +02:00
parent b7a8a54542
commit 48c1fdd046
61 changed files with 4 additions and 99 deletions

View File

@@ -1,9 +1,7 @@
#!/bin/sh
do_arc() {
. /lib/arc.sh
. /lib/arc.sh
arc_board_detect
arc_board_detect
}
boot_hook_add preinit_main do_arc