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>
diff --git a/meta-google/recipes-core/busybox/files/ip.cfg b/meta-google/recipes-core/busybox/files/ip.cfg
index f935771..e8acf56 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
diff --git a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
index 520aeeb..acccde5 100644
--- a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -4,6 +4,7 @@
 OBMC_IMAGE_EXTRA_INSTALL_append = " phosphor-ipmi-ethstats"
 OBMC_IMAGE_EXTRA_INSTALL_append = " phosphor-ipmi-flash"
 
+OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = " iproute2 iproute2-ss"
 OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = " gbmc-systemd-config"
 OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = " gbmc-iperf3"
 OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = \