aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/generic/base-files/lib
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-06-06 23:13:41 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-06-16 14:26:33 +0200
commit48c1fdd046f409fd5e28932f1d53343fa214fbc4 (patch)
treedbb50ccfc798d6cdd615c138a9fccdc8d04186d5 /target/linux/ath79/generic/base-files/lib
parentb7a8a5454226f34256c5d76480dda5abb1308395 (diff)
downloadupstream-48c1fdd046f409fd5e28932f1d53343fa214fbc4.tar.gz
upstream-48c1fdd046f409fd5e28932f1d53343fa214fbc4.tar.bz2
upstream-48c1fdd046f409fd5e28932f1d53343fa214fbc4.zip
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>
Diffstat (limited to 'target/linux/ath79/generic/base-files/lib')
-rw-r--r--[-rwxr-xr-x]target/linux/ath79/generic/base-files/lib/functions/k2t.sh1
-rw-r--r--target/linux/ath79/generic/base-files/lib/preinit/10_fix_eth_mac.sh2
2 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/ath79/generic/base-files/lib/functions/k2t.sh b/target/linux/ath79/generic/base-files/lib/functions/k2t.sh
index 1158df818b..f16734fa64 100755..100644
--- a/target/linux/ath79/generic/base-files/lib/functions/k2t.sh
+++ b/target/linux/ath79/generic/base-files/lib/functions/k2t.sh
@@ -1,4 +1,3 @@
-#!/bin/sh
#
# Copyright (C) 2018 Weijie Gao <hackpascal@gmail.com>
#
diff --git a/target/linux/ath79/generic/base-files/lib/preinit/10_fix_eth_mac.sh b/target/linux/ath79/generic/base-files/lib/preinit/10_fix_eth_mac.sh
index 59fd36b2e9..61577a376b 100644
--- a/target/linux/ath79/generic/base-files/lib/preinit/10_fix_eth_mac.sh
+++ b/target/linux/ath79/generic/base-files/lib/preinit/10_fix_eth_mac.sh
@@ -1,5 +1,3 @@
-#!/bin/sh
-
. /lib/functions.sh
preinit_set_mac_address() {