mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-20 18:32:17 +00:00
8 lines
111 B
Bash
8 lines
111 B
Bash
#!/bin/sh
|
|
|
|
define_default_set_state() {
|
|
. /etc/diag.sh
|
|
}
|
|
|
|
boot_hook_add preinit_main define_default_set_state
|