From 990788b29580f8689933b5af21dc9cb62c726b0e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 16 Jan 2007 13:49:34 +0000 Subject: scripts: Rename scripts, update README git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1146 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- scripts/poky-qemu-ifup | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 scripts/poky-qemu-ifup (limited to 'scripts/poky-qemu-ifup') diff --git a/scripts/poky-qemu-ifup b/scripts/poky-qemu-ifup new file mode 100755 index 000000000..af081fb4d --- /dev/null +++ b/scripts/poky-qemu-ifup @@ -0,0 +1,9 @@ +#!/bin/sh + +IFCONFIG=`which ifconfig` +if [ "x$IFCONFIG" = "x" ]; then + # better than nothing... + IFCONFIG=/sbin/ifconfig +fi + +$IFCONFIG tap0 192.168.7.1 -- cgit v1.2.3