--- etc/hotplug/run_mount.orig	2009-08-02 13:15:21.000000000 +0000
+++ etc/hotplug/run_mount	2009-08-02 13:15:33.000000000 +0000
@@ -131,6 +131,10 @@
 fi
 fi
 test -x $TR069START && $TR069START $MNTNAME
+AUTORUN=$MNTPATH/autorun.sh
+if [ -x $AUTORUN ]; then
+$AUTORUN &
+fi
 if [ -p "/var/tam/mount" ]; then
 echo "m$MNTPATH" > /var/tam/mount
 fi
