X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=package%2Fnetwork%2Futils%2Fwpan-tools%2FMakefile;h=e57223dee40894a5279d9da71322215db49d7a7a;hb=0f061af98ed74a9170c70eab2e5e359b188dff62;hp=ff65375724eee9de40f3072732976b85d8b3d81f;hpb=720b99215da295a2e7b4acdef30b58bec6acedc2;p=openwrt%2F.git 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))