* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100/target_skeleton/etc/init.d
@ 2007-09-20 16:43 ulf at uclibc.org
0 siblings, 0 replies; only message in thread
From: ulf at uclibc.org @ 2007-09-20 16:43 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2007-09-20 09:43:16 -0700 (Thu, 20 Sep 2007)
New Revision: 19911
Log:
Use correct board name for ngw100
Modified:
trunk/buildroot/target/device/Atmel/atngw100/target_skeleton/etc/init.d/rcS
Changeset:
Modified: trunk/buildroot/target/device/Atmel/atngw100/target_skeleton/etc/init.d/rcS
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100/target_skeleton/etc/init.d/rcS 2007-09-20 15:35:26 UTC (rev 19910)
+++ trunk/buildroot/target/device/Atmel/atngw100/target_skeleton/etc/init.d/rcS 2007-09-20 16:43:16 UTC (rev 19911)
@@ -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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-09-20 16:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-20 16:43 [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100/target_skeleton/etc/init.d ulf at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox