1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:54:32 +03: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:
nbd 2006-10-09 04:01:36 +00:00
parent cf9e23e52f
commit c9ab557bc5

View File

@ -23,6 +23,9 @@ addif() {
case "$ACTION" in
add|register)
case "$PHYSDEVDRIVER" in
natsemi) sleep 1;;
esac
addif
;;
esac