diff options
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_6.1.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_6.1.0.bb b/meta/recipes-connectivity/iproute2/iproute2_6.1.0.bb index 4c6dd1f7f4..7272e8f147 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_6.1.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_6.1.0.bb | |||
@@ -64,6 +64,7 @@ IPROUTE2_PACKAGES =+ "\ | |||
64 | ${PN}-ip \ | 64 | ${PN}-ip \ |
65 | ${PN}-lnstat \ | 65 | ${PN}-lnstat \ |
66 | ${PN}-nstat \ | 66 | ${PN}-nstat \ |
67 | ${PN}-routel \ | ||
67 | ${PN}-rtacct \ | 68 | ${PN}-rtacct \ |
68 | ${PN}-ss \ | 69 | ${PN}-ss \ |
69 | ${PN}-tc \ | 70 | ${PN}-tc \ |
@@ -88,6 +89,9 @@ FILES:${PN}-ss = "${base_sbindir}/ss" | |||
88 | FILES:${PN}-tipc = "${base_sbindir}/tipc" | 89 | FILES:${PN}-tipc = "${base_sbindir}/tipc" |
89 | FILES:${PN}-devlink = "${base_sbindir}/devlink" | 90 | FILES:${PN}-devlink = "${base_sbindir}/devlink" |
90 | FILES:${PN}-rdma = "${base_sbindir}/rdma" | 91 | FILES:${PN}-rdma = "${base_sbindir}/rdma" |
92 | FILES:${PN}-routel = "${base_sbindir}/routel" | ||
93 | |||
94 | RDEPENDS:${PN}-routel = "python3-core" | ||
91 | 95 | ||
92 | ALTERNATIVE:${PN}-ip = "ip" | 96 | ALTERNATIVE:${PN}-ip = "ip" |
93 | ALTERNATIVE_TARGET[ip] = "${base_sbindir}/ip.${BPN}" | 97 | ALTERNATIVE_TARGET[ip] = "${base_sbindir}/ip.${BPN}" |