mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-24 03:17:22 +00:00
add 1 second delay for natsemi ifup (sometimes won't come up otherwise)
SVN-Revision: 4980
This commit is contained in:
@@ -23,6 +23,9 @@ addif() {
|
||||
|
||||
case "$ACTION" in
|
||||
add|register)
|
||||
case "$PHYSDEVDRIVER" in
|
||||
natsemi) sleep 1;;
|
||||
esac
|
||||
addif
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user