Use correct board name for ngw100

This commit is contained in:
Ulf Samuelsson 2007-09-20 16:43:16 +00:00
parent 9c017d76a4
commit aaa144ca5d

View File

@ -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