<div dir="ltr"><div><div>Hi,<br><br></div>How to copy binary to target filesystem (openwrt/staging_dir/target-xxx/root-xxx/usr/bin)?<br><br><br></div><div>I have tried following code but it copies that file into 'openwrt/build_dir/target-xxx/my_package/ipkg-install/usr/bin/'<br><br></div><div>snippet from my_package Makefile:<br><br></div><div>define Package/my_package/install<br></div><div>   $(INSTALL_DIR) $(1)/usr/bin<br></div><div>   $(CP) $(PKG_BUILD_DIR)/some_binary $(1)/usr/bin<br></div><div>endef<br></div></div>