--- etc/hotplug/run_mount.orig	2010-06-27 14:48:02.599599188 +0200
+++ etc/hotplug/run_mount	2010-06-27 14:48:03.462099935 +0200
@@ -129,6 +129,10 @@
 fi
 fi
 test -x $TR069START && $TR069START $MNTNAME
+AUTORUN=$MNTPATH/autorun.sh
+if [ -x $AUTORUN ]; then
+$AUTORUN &
+fi
 if test -x /etc/samba_control ; then
 /etc/samba_control reconfig
 fi
