From c440a448fa67aca7d73015a759118be07ff7264c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 18 Oct 2018 16:55:58 +0200 Subject: [PATCH] console-net-image: add iputils MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit busybox tools lack important features Signed-off-by: Andreas Müller --- recipes-image/console/console-net-image.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-image/console/console-net-image.bb b/recipes-image/console/console-net-image.bb index 1311f26..f8953d0 100644 --- a/recipes-image/console/console-net-image.bb +++ b/recipes-image/console/console-net-image.bb @@ -5,6 +5,7 @@ IMAGE_INSTALL += " \ networkmanager \ openssh-sftp-server \ openssh-sshd \ + iputils \ " export IMAGE_BASENAME = "console-net-image"