Use correct board name for ngw100
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Thu, 20 Sep 2007 16:43:16 +0000 (16:43 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Thu, 20 Sep 2007 16:43:16 +0000 (16:43 -0000)
target/device/Atmel/atngw100/target_skeleton/etc/init.d/rcS

index 0d574e67b0a4986b5fc8da81be9c9d379d4f6027..4d80c251b7a32de3ae430b02c414d6c7965f6487 100755 (executable)
@@ -1,9 +1,11 @@
 #!/bin/sh
 
 for s in /etc/init.d/S*; do
-       $s start
+       if [ -x $s ]; then
+               $s start
+       fi
 done
 
 echo
-echo "STK1000 ready"
+echo "NGW100 ready"
 echo