aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/wpan-tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/utils/wpan-tools/Makefile')
-rw-r--r--package/network/utils/wpan-tools/Makefile1
1 files changed, 1 insertions, 0 deletions
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))