Loading target/device/Atmel/atngw100/target_skeleton/etc/init.d/rcS +4 −2 Original line number Diff line number Diff line #!/bin/sh for s in /etc/init.d/S*; do if [ -x $s ]; then $s start fi done echo echo "STK1000 ready" echo "NGW100 ready" echo Loading
target/device/Atmel/atngw100/target_skeleton/etc/init.d/rcS +4 −2 Original line number Diff line number Diff line #!/bin/sh for s in /etc/init.d/S*; do if [ -x $s ]; then $s start fi done echo echo "STK1000 ready" echo "NGW100 ready" echo