From 0f061af98ed74a9170c70eab2e5e359b188dff62 Mon Sep 17 00:00:00 2001
From: Yunhui Fu <yhfudev@gmail.com>
Date: Fri, 13 Oct 2017 14:32:40 -0400
Subject: [PATCH] wpan-tools: add the wpan-ping to test the 6LoWPAN network

This patch adds the help tool wpan-ping to test the 6LoWPAN
network to help the user debug network problem.

Signed-off-by: Yunhui Fu <yhfudev@gmail.com>
---
 package/network/utils/wpan-tools/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/network/utils/wpan-tools/Makefile b/package/network/utils/wpan-tools/Makefile
index ff65375724..e57223dee4 100644
--- a/package/network/utils/wpan-tools/Makefile
+++ b/package/network/utils/wpan-tools/Makefile
@@ -31,6 +31,7 @@ endef
 define Package/wpan-tools/install
 	$(INSTALL_DIR) $(1)/usr/sbin
 	$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/iwpan $(1)/usr/sbin/
+	$(INSTALL_BIN) $(PKG_BUILD_DIR)/wpan-ping/wpan-ping $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,wpan-tools))
-- 
2.30.2