From ee47ea6dd65927255190a95202edf2a9e6108c7b Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Tue, 24 Jan 2012 22:08:31 -0500 Subject: [PATCH] network: Also copy arping from iputils. Signed-off-by: Konrad Rzeszutek Wilk --- root_image/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/root_image/Makefile b/root_image/Makefile index 66a918a..d4f6e31 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -505,6 +505,8 @@ endif $(call RPM_TO_USERSPACE,./sbin/ip,$(RPM_DIR)/iproute) $(call RPM_TO_USERSPACE,./bin/ping,$(RPM_DIR)/iputils) $(call RPM_TO_USERSPACE,./bin/ping6,$(RPM_DIR)/iputils) + $(call RPM_TO_USERSPACE,./sbin/arping,$(RPM_DIR)/iputils) + $(call RPM_TO_USERSPACE,./usr/sbin/arping,$(RPM_DIR)/iputils) $(call RPM_TO_USERSPACE,./sbin/mingetty,$(RPM_DIR)/mingetty) $(call RPM_TO_USERSPACE,./bin/mktemp,$(RPM_DIR)/coreutils) $(call RPM_TO_USERSPACE,./usr/bin/killall,$(RPM_DIR)/psmisc) -- 2.39.5