--- etc/hotplug/run_mount.orig	2009-02-25 20:20:28.000000000 +0100
+++ etc/hotplug/run_mount	2009-02-25 20:20:44.000000000 +0100
@@ -128,6 +128,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
