mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-21 19:02:23 +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
|