OK.
-Original Message-
From: Yi Zhao [mailto:yi.z...@windriver.com]
Sent: Wednesday, July 17, 2013 12:07 PM
To: openembedded-core@lists.openembedded.org
Cc: Iorga, Cristian
Subject: [PATCH 1/1] iproute2: Fix alternative link for ip command
In busybox the default location of symbolic link
In busybox the default location of symbolic link for command ip is
/sbin/ip. But in iproute2, the alternatvie link for ip is /bin/ip.
It will cause an error when running update-alternatives:
Cannot register alternative ip to /bin/ip since it is already registered
to /sbin/ip.
[YOCTO #4855]
Signed