mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
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…
x
Reference in New Issue
Block a user