summaryrefslogtreecommitdiff
path: root/scripts/qemu-ifup
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-01-16 13:49:34 +0000
committerRichard Purdie <richard@openedhand.com>2007-01-16 13:49:34 +0000
commit990788b29580f8689933b5af21dc9cb62c726b0e (patch)
tree58b7cb274830e8f615b78dbd7ab7452276a1ae9a /scripts/qemu-ifup
parent6531611d9a02ebee72229ee475601a5717222e56 (diff)
downloadopenembedded-core-990788b29580f8689933b5af21dc9cb62c726b0e.tar.gz
openembedded-core-990788b29580f8689933b5af21dc9cb62c726b0e.tar.bz2
openembedded-core-990788b29580f8689933b5af21dc9cb62c726b0e.tar.xz
openembedded-core-990788b29580f8689933b5af21dc9cb62c726b0e.zip
scripts: Rename scripts, update README
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1146 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts/qemu-ifup')
-rwxr-xr-xscripts/qemu-ifup9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/qemu-ifup b/scripts/qemu-ifup
deleted file mode 100755
index af081fb4d..000000000
--- a/scripts/qemu-ifup
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-IFCONFIG=`which ifconfig`
-if [ "x$IFCONFIG" = "x" ]; then
- # better than nothing...
- IFCONFIG=/sbin/ifconfig
-fi
-
-$IFCONFIG tap0 192.168.7.1