summaryrefslogtreecommitdiff
path: root/meta-google/recipes-core/busybox
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-03-07 06:46:15 +0300
committerWilliam A. Kennington III <wak@google.com>2021-03-09 03:16:23 +0300
commitca5eb18e19d20e0d7bed361681434ce08d753ad9 (patch)
tree97e71ba784d8fef5b1c170fb5eba54019fdcbec0 /meta-google/recipes-core/busybox
parent3b3c40fd23ce19ed5b15edd36cf11b18cbdf94e9 (diff)
downloadopenbmc-ca5eb18e19d20e0d7bed361681434ce08d753ad9.tar.xz
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 <wak@google.com>
Diffstat (limited to 'meta-google/recipes-core/busybox')
-rw-r--r--meta-google/recipes-core/busybox/files/ip.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-google/recipes-core/busybox/files/ip.cfg b/meta-google/recipes-core/busybox/files/ip.cfg
index f9357715e5..e8acf56b50 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