--- etc/hotplug/run_mount.orig	2009-01-08 18:05:52.000000000 +0100
+++ etc/hotplug/run_mount	2009-01-08 18:05:52.000000000 +0100
@@ -133,6 +133,12 @@
 		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
