--- etc/hotplug/run_mount.orig	2010-08-10 11:03:02.059740258 +0200
+++ etc/hotplug/run_mount	2010-08-10 11:03:02.479742241 +0200
@@ -136,6 +136,10 @@
 /etc/ftpd_control reconfig
 fi
 test -x $TR069START && $TR069START "$MNTNAME"
+AUTORUN=$MNTPATH/autorun.sh
+[ -x $AUTORUN ] && $AUTORUN & 
+
+[ -r /etc/external.pkg ] && /etc/init.d/rc.external start $MNTPATH &
 if test -x /etc/samba_control ; then
 /etc/samba_control reconfig
 fi
