olsrd: change START from 65 to 80 in init scripts
On slower devices, the wireless network device might not yet be set up completely when then olsrd(6) init script runs. This may cause the generated olsrd config file to be missing the expected interface. By putting olsrd(6) later in the init sequence fixes this issue. Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
This commit is contained in:
parent
e35255710b
commit
9321e1856c
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
. $IPKG_INSTROOT/lib/functions/olsrd.sh
|
||||
|
||||
START=65
|
||||
START=80
|
||||
USE_PROCD=1
|
||||
BIN=/usr/sbin/olsrd
|
||||
OLSRD=olsrd
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
. $IPKG_INSTROOT/lib/functions/olsrd.sh
|
||||
|
||||
START=65
|
||||
START=80
|
||||
USE_PROCD=1
|
||||
BIN=/usr/sbin/olsrd
|
||||
OLSRD=olsrd6
|
||||
|
|
Loading…
Reference in a new issue