This website requires JavaScript.
Explore
Help
Sign In
NetCube-Systems-Austria
/
kumquat-buildroot
Watch
1
Star
0
Fork
0
You've already forked kumquat-buildroot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
e49a025f4b
kumquat-buildroot
/
target
/
device
/
Atmel
/
atstk100x
/
target_skeleton
/
etc
/
init.d
/
rcS
12 lines
111 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add stk1002 target
2007-07-29 09:15:35 +02:00
#!/bin/sh
for s in /etc/init.d/S*; do
Check if STK1002 init scripts are executable before running
2007-09-20 18:46:31 +02:00
if [ -x $s ]; then
$s start
fi
Add stk1002 target
2007-07-29 09:15:35 +02:00
done
echo
echo "STK1000 ready"
echo
Reference in New Issue
Copy Permalink