changed the init order of layer2 and port-mgmt scripts

This commit is contained in:
Reidar Cederqvist 2016-10-19 14:31:46 +02:00
parent 62c4a8c77f
commit 858b4bdf90
6 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
. /usr/share/libubox/jshn.sh
include /lib/network
START=21
START=22
USE_PROCD=1
start_service() {

View file

@ -3,7 +3,7 @@
. /lib/functions.sh
include /lib/network
START=21
START=22
USE_PROCD=1
checkpvc() {

View file

@ -3,7 +3,7 @@
. /lib/functions.sh
include /lib/network
START=21
START=22
USE_PROCD=1
get_current_status() {

View file

@ -3,7 +3,7 @@
. /lib/functions.sh
include /lib/network
START=21
START=22
USE_PROCD=1
checkptm() {

View file

@ -3,7 +3,7 @@
. /lib/functions.sh
include /lib/network
START=21
START=22
USE_PROCD=1
vlan_inf_conf() {

View file

@ -1,6 +1,6 @@
#!/bin/sh /etc/rc.common
START=15
START=21
USE_PROCD=1
. /lib/functions.sh