poky/scripts/poky-qemu-ifup
Richard Purdie 990788b295 scripts: Rename scripts, update README
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1146 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-16 13:49:34 +00:00

157 B
Executable File

#!/bin/sh

IFCONFIG=which ifconfig if [ "x$IFCONFIG" = "x" ]; then # better than nothing... IFCONFIG=/sbin/ifconfig fi

$IFCONFIG tap0 192.168.7.1