Un-ship iprutils
Petitboot has pulled in iprutils for the iprconfig tool but there is no
code in Petitboot that uses it. Furthermore, openpower systems do not
have this hardware so there is no need for it to be included.
Add it to the FSP based zz and firenze configurations as it may be used
there.
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/openpower/configs/zz_defconfig b/openpower/configs/zz_defconfig
index f4a8b91..f517f1e 100644
--- a/openpower/configs/zz_defconfig
+++ b/openpower/configs/zz_defconfig
@@ -38,6 +38,7 @@
BR2_PACKAGE_NETCAT=y
BR2_PACKAGE_RSYNC=y
BR2_PACKAGE_SUDO=y
+BR2_PACKAGE_IPRUTILS=y
BR2_PACKAGE_UTIL_LINUX_AGETTY=y
BR2_TARGET_ROOTFS_CPIO=y
BR2_TARGET_ROOTFS_CPIO_XZ=y