From ca5eb18e19d20e0d7bed361681434ce08d753ad9 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Sat, 6 Mar 2021 19:46:15 -0800 Subject: meta-google: Use iproute2 instead of busybox iproute2 provides a more complete set of utilies that are better behaved than the busybox variants with more complex network configurations. Change-Id: Ic638fac3deda68e2e509d733994b7b24cd2d38f1 Signed-off-by: William A. Kennington III --- meta-google/recipes-core/busybox/files/ip.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-google/recipes-core/busybox/files') diff --git a/meta-google/recipes-core/busybox/files/ip.cfg b/meta-google/recipes-core/busybox/files/ip.cfg index f9357715e..e8acf56b5 100644 --- a/meta-google/recipes-core/busybox/files/ip.cfg +++ b/meta-google/recipes-core/busybox/files/ip.cfg @@ -1 +1,2 @@ -CONFIG_IPNEIGH=y +CONFIG_IP=n +CONFIG_NETSTAT=n -- cgit v1.2.3