--- etc/init.d/rc.net.orig	2008-02-22 20:05:11.000000000 +0100
+++ etc/init.d/rc.net	2008-02-22 20:05:11.000000000 +0100
@@ -68,6 +68,8 @@
 #   a) it has the parameter at all AND
 #   b) igdd binary does *not* exist
 [ "$_dsld_upnp" ] && [ ! "$_igdd" ] && DSLDDPARAM="-g"
+# Do we have a Samba server (smbd) or was ist stripped from the firmware?
+_smbd=$(basename $(which smbd) 2> /dev/null)
 
 
 igddstart()
@@ -297,6 +299,7 @@
 #we have the samba cfg in /var, so crate them there
 sambastart()
 {
+   [ "$_smbd" ] || return;
    cd /
    tar xf /var.tar
    /bin/smbd
