]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Replace use of ifconfig with ip
authorKhem Raj <raj.khem@gmail.com>
Mon, 13 May 2013 05:42:22 +0000 (22:42 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 May 2013 21:05:07 +0000 (00:05 +0300)
commitc19e5d19ae8e6e6eb9b37549d80765b8315f79a4
tree9e1b49d31bb4f9bf3e0f87d783405ea2ff99a896
parent681bcd2783e100dd2882273f28f16ef118161e89
runqemu: Replace use of ifconfig with ip

ifconfig and its ilk (net-tools package) is deprecated in favour of iproute2 package
and is now removed by many distro's e.g. Archlinux. So we replace ifconfig with ip utility

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/runqemu-gen-tapdevs
scripts/runqemu-ifup
scripts/runqemu-internal