mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-22 19:32:22 +00:00
10 lines
113 B
Bash
Executable File
10 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
|
|
do_netlogic() {
|
|
. /lib/netlogic.sh
|
|
|
|
netlogic_board_detect
|
|
}
|
|
|
|
boot_hook_add preinit_main do_netlogic
|