package/iputils: move binaries to the location also used by Busybox
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 17 Jun 2019 17:17:46 +0000 (19:17 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 17 Jun 2019 21:20:59 +0000 (23:20 +0200)
commit6e188927335a04d036766adb4c939b4b5140a810
tree7acd8aa5f9b3e9172165b51fe6330e8a6ac4a220
parent2dbce34b3a2c8fc1a854395f6c33df658371eae4
package/iputils: move binaries to the location also used by Busybox

iputils installs several programs that are also implemented as applets
in Busybox. Two of these (arping and tftpd) are installed by iputils
in /bin, while Busybox installs them in /usr/sbin, causing both to be
present if both iputils and busybox are enabled.

This commit moves the binaries installed by iputils to /usr/sbin, so
that only these are installed (Busybox will be installed later thanks
to its optional dependency on iputils, but it will not override the
tools installed by iputils).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/iputils/iputils.mk