can-utils: RRECOMMENDS only ip from iproute2

There is no need for RRECOMMENDS on the full iproute2 package.

Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Sean Nyekjaer 2025-01-30 08:14:29 +01:00 committed by Khem Raj
parent 9abd95e0e4
commit a34466e8a4
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -46,5 +46,5 @@ ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence"
# busybox ip fails to configure can interfaces, so we need iproute2 to do so.
# See details in http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver.
RRECOMMENDS:${PN} += "iproute2"
RRECOMMENDS:${PN} += "iproute2-ip"