mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:15:00 +02:00
add 1 second delay for natsemi ifup (sometimes won't come up otherwise)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4980 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cf9e23e52f
commit
c9ab557bc5
@ -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