poky-qemu-internal: Fix ifdown script to use the correct variable

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-09-10 10:27:46 +01:00
parent 3d4089ca5e
commit 3dd36ababd
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ fi
release_lock() {
if [ "$LOCKFILE" = "" ]; then
$QEMUIFDOWN $TAP $NATIVE_SYSROOT_DIR
$QEMUIFDOWN $TAP $POKY_NATIVE_SYSROOT
else
echo "Releasing lockfile of preconfigured tap device '$TAP'"
rm -f $LOCKFILE