From 972ebfe9e4f938c30f2a79b680ac60f35590db44 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Apr 2011 23:35:00 +0100 Subject: POKY_QEMU_IFUP -> RUNQEMU_IFUP (From OE-Core rev: 747fcc030d2bdd7c0551e366ceb8f2a38c063b26) Signed-off-by: Richard Purdie --- scripts/runqemu-gen-tapdevs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/runqemu-gen-tapdevs') diff --git a/scripts/runqemu-gen-tapdevs b/scripts/runqemu-gen-tapdevs index 527c01e7b4..f52cf0b9b9 100644 --- a/scripts/runqemu-gen-tapdevs +++ b/scripts/runqemu-gen-tapdevs @@ -51,8 +51,8 @@ if [[ ! -x "$TUNCTL" || -d "$TUNCTL" ]]; then fi SCRIPT_DIR=`dirname $0` -POKY_QEMU_IFUP="$SCRIPT_DIR/runqemu-ifup" -if [ ! -x "$POKY_QEMU_IFUP" ]; then +RUNQEMU_IFUP="$SCRIPT_DIR/runqemu-ifup" +if [ ! -x "$RUNQEMU_IFUP" ]; then echo "Error: Unable to find the runqemu-ifup script in $SCRIPT_DIR" exit 1 fi @@ -72,7 +72,7 @@ done echo "Creating $COUNT tap devices for GID $GID..." for ((index=0; index < $COUNT; index++)); do echo "Creating tap$index" - ifup=`$POKY_QEMU_IFUP $GID $SYSROOT 2>&1` + ifup=`$RUNQEMU_IFUP $GID $SYSROOT 2>&1` if [ $? -ne 0 ]; then echo "Error running tunctl: $ifup" exit 1 -- cgit v1.2.3-54-g00ecf