add 1 second delay for natsemi ifup (sometimes won't come up otherwise)
SVN-Revision: 4980
This commit is contained in:
parent
e129fce2b1
commit
0bb19484e2
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ addif() {
|
|||
|
||||
case "$ACTION" in
|
||||
add|register)
|
||||
case "$PHYSDEVDRIVER" in
|
||||
natsemi) sleep 1;;
|
||||
esac
|
||||
addif
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue