- import buildroot
[buildroot.git] / target / device / Atmel / atstk1002 / target_skeleton / etc / init.d / S20network
blob06cf8cb0002e8c9f9beec3bcefdaab3eb70554db
1 #! /bin/sh
3 IFUP=/sbin/ifup
5 echo -n "Network interfaces: "
6 if ${IFUP} -a; then
7 echo "done"
8 else
9 echo "failed"
10 exit 1