generic-poky/scripts/poky-qemu-ifup

10 lines
157 B
Bash
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