mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-20 10:22:28 +00:00
12 lines
251 B
Bash
12 lines
251 B
Bash
#!/bin/sh
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
# Copyright (C) 2010 Vertical Communications
|
|
|
|
indicate_regular_preinit() {
|
|
preinit_net_echo "Continuing with Regular Preinit\n"
|
|
pi_indicate_led
|
|
}
|
|
|
|
boot_hook_add preinit_main indicate_regular_preinit
|
|
|