summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox-1.24.1
Commit message (Collapse)AuthorAgeFilesLines
* busybox: ifupdown:pass interface device name for ipv6 route commandHaiqing Bai2017-03-101-0/+52
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: 96ed437d57316153453bb5e170a4fd4f3a95883d) Signed-off-by: Haiqing Bai <Haiqing.Bai@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>