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
|
||||
add|register)
|
||||
case "$PHYSDEVDRIVER" in
|
||||
natsemi) sleep 1;;
|
||||
esac
|
||||
addif
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user