mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 03:56:49 +00:00
48c1fdd046
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>
8 lines
102 B
Plaintext
8 lines
102 B
Plaintext
do_sysinfo_imx6() {
|
|
. /lib/imx6.sh
|
|
|
|
imx6_board_detect
|
|
}
|
|
|
|
boot_hook_add preinit_main do_sysinfo_imx6
|