mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-07 01:53:34 +08:00
switch: set startup prio to 25
This commit is contained in:
parent
6e286bcb0e
commit
7d2f558f74
@ -1,6 +1,6 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=99
|
||||
START=25
|
||||
USE_PROCD=1
|
||||
|
||||
service_triggers() {
|
||||
@ -11,6 +11,6 @@ start_service() {
|
||||
logger -t "switch_ctl" "restart mt753x all ports"
|
||||
source "/usr/sbin/switch_ctl.sh"
|
||||
sw_poweroff_ports "0 1 2 3 4"
|
||||
sleep 3
|
||||
sleep 2
|
||||
sw_poweron_ports "0 1 2 3 4"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user