summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.24.1.bb
diff options
context:
space:
mode:
authorHaiqing Bai <Haiqing.Bai@windriver.com>2017-03-08 17:27:30 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-18 13:07:33 +0100
commit254336d09ba20d9139bbd0ef5720b43ac52fa671 (patch)
tree41216f8ab59a84ce0563acf96c85ca42ad1e8790 /meta/recipes-core/busybox/busybox_1.24.1.bb
parent27258d249ef6c87771c47c4498ed32c1bdfe8cc6 (diff)
downloadpoky-254336d09ba20d9139bbd0ef5720b43ac52fa671.tar.gz
busybox: ifupdown:pass interface device name for ipv6 route command
IPv6 routes need the device argument for link-local routes, or they cannot be used at all. E.g. "gateway fe80::def" seems to be used in some places, but kernel refuses to insert the route unless device name is explicitly specified in the route addition. (From OE-Core rev: 4d9fcf9f2fa573218cda3a133e0da34c4185838a) Signed-off-by: Haiqing Bai <Haiqing.Bai@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 96ed437d57316153453bb5e170a4fd4f3a95883d) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.24.1.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.24.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.24.1.bb b/meta/recipes-core/busybox/busybox_1.24.1.bb
index c35cba3222..f6c759584f 100644
--- a/meta/recipes-core/busybox/busybox_1.24.1.bb
+++ b/meta/recipes-core/busybox/busybox_1.24.1.bb
@@ -54,6 +54,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
54 file://commit-applet_tables-fix-commit-0dddbc1.patch \ 54 file://commit-applet_tables-fix-commit-0dddbc1.patch \
55 file://makefile-libbb-race.patch \ 55 file://makefile-libbb-race.patch \
56 file://0001-libiproute-handle-table-ids-larger-than-255.patch \ 56 file://0001-libiproute-handle-table-ids-larger-than-255.patch \
57 file://ifupdown-pass-interface-device-name-for-ipv6-route-c.patch \
57" 58"
58SRC_URI_append_libc-musl = " file://musl.cfg " 59SRC_URI_append_libc-musl = " file://musl.cfg "
59 60