mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
changed the init order of layer2 and port-mgmt scripts
This commit is contained in:
parent
62c4a8c77f
commit
858b4bdf90
6 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
|||
. /usr/share/libubox/jshn.sh
|
||||
include /lib/network
|
||||
|
||||
START=21
|
||||
START=22
|
||||
USE_PROCD=1
|
||||
|
||||
start_service() {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
. /lib/functions.sh
|
||||
include /lib/network
|
||||
|
||||
START=21
|
||||
START=22
|
||||
USE_PROCD=1
|
||||
|
||||
checkpvc() {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
. /lib/functions.sh
|
||||
include /lib/network
|
||||
|
||||
START=21
|
||||
START=22
|
||||
USE_PROCD=1
|
||||
|
||||
get_current_status() {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
. /lib/functions.sh
|
||||
include /lib/network
|
||||
|
||||
START=21
|
||||
START=22
|
||||
USE_PROCD=1
|
||||
|
||||
checkptm() {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
. /lib/functions.sh
|
||||
include /lib/network
|
||||
|
||||
START=21
|
||||
START=22
|
||||
USE_PROCD=1
|
||||
|
||||
vlan_inf_conf() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=15
|
||||
START=21
|
||||
USE_PROCD=1
|
||||
|
||||
. /lib/functions.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue