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>
This commit is contained in:
Yunhui Fu 2017-10-13 14:32:40 -04:00 committed by Hauke Mehrtens
parent d67979b9d6
commit 0f061af98e

View File

@ -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))