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
@ -23,6 +23,9 @@ addif() {
|
|||||||
|
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
add|register)
|
add|register)
|
||||||
|
case "$PHYSDEVDRIVER" in
|
||||||
|
natsemi) sleep 1;;
|
||||||
|
esac
|
||||||
addif
|
addif
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user