Use correct board name for ngw100
This commit is contained in:
parent
9c017d76a4
commit
aaa144ca5d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user