add 1 second delay for natsemi ifup (sometimes won't come up otherwise)

SVN-Revision: 4980
This commit is contained in:
Felix Fietkau 2006-10-09 04:01:36 +00:00
parent e129fce2b1
commit 0bb19484e2

View file

@ -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