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
515b511d41
kumquat-buildroot
/
target
/
device
/
Atmel
/
atngw100
/
target_skeleton
/
etc
/
init.d
/
rcS
12 lines
110 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add atngw100 target
2007-07-29 09:17:01 +02:00
#!/bin/sh
for s in /etc/init.d/S*; do
Use correct board name for ngw100
2007-09-20 18:43:16 +02:00
if [ -x $s ]; then
$s start
fi
Add atngw100 target
2007-07-29 09:17:01 +02:00
done
echo
Use correct board name for ngw100
2007-09-20 18:43:16 +02:00
echo "NGW100 ready"
Add atngw100 target
2007-07-29 09:17:01 +02:00
echo
Reference in New Issue
Copy Permalink