Busybox upstream fixed the issue where an incorrect comparison of addresses led to bogus renegotiation of a new ll ip in 1.24. Backport this change to the -git recipe.
Signed-off-by: Brad Mouring <[email protected]> --- meta/recipes-core/busybox/busybox_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/busybox/busybox_git.bb b/meta/recipes-core/busybox/busybox_git.bb index 22ceb64..e915e4d 100644 --- a/meta/recipes-core/busybox/busybox_git.bb +++ b/meta/recipes-core/busybox/busybox_git.bb @@ -38,6 +38,7 @@ SRC_URI = "git://busybox.net/busybox.git;branch=1_23_stable \ file://busybox-cross-menuconfig.patch \ file://0001-ifconfig-fix-double-free-fatal-error-in-INET_sprint.patch \ file://0001-chown-fix-help-text.patch \ + file://0001-zcip-fix-wrong-comparison-of-source-IP-with-our-IP.patch \ file://mount-via-label.cfg \ file://sha1sum.cfg \ file://sha256sum.cfg \ -- 2.7.3 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
