mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-12 14:58:20 +01:00
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>
7 lines
102 B
Text
7 lines
102 B
Text
do_sysinfo_imx6() {
|
|
. /lib/imx6.sh
|
|
|
|
imx6_board_detect
|
|
}
|
|
|
|
boot_hook_add preinit_main do_sysinfo_imx6
|