mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-09 06:22:54 +00:00
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
|