diff options
Diffstat (limited to 'packages/linux-hotplug/files/mmc.agent')
-rwxr-xr-x | packages/linux-hotplug/files/mmc.agent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-hotplug/files/mmc.agent b/packages/linux-hotplug/files/mmc.agent index 3b2050d7eb..a80daa4603 100755 --- a/packages/linux-hotplug/files/mmc.agent +++ b/packages/linux-hotplug/files/mmc.agent @@ -30,7 +30,7 @@ case `uname -r` in esac if [ "$ACTION" = "add" ] ; then - sleep 1 + sleep 4 echo -n add > /dev/console for n in 1 2 3 4 ; do device=/dev/$devpath$n |