Re: [OpenWrt-Devel] Copy file to target filesystem

2015-10-29 Thread Nikita Nazarenko
Hello. First of all - *staging* directory root - isn't that root which you need. Root directory for openwrt image lay in build_dir/target_xxx/root-. Second - root directory populates from ipk packages so you don't need to install file to root directory directly. Best regards Nikita Nazarenko

Re: [OpenWrt-Devel] Copy file to target filesystem

2015-10-29 Thread Pratik Prajapati
that helps! > Joseph > > - Original Message - > From: "Pratik Prajapati" > To: "OpenWrt Development List" > Sent: Thursday, October 29, 2015 9:41:28 AM > Subject: [OpenWrt-Devel] Copy file to target filesystem > > Hi, > > How to copy binary to targ

Re: [OpenWrt-Devel] Copy file to target filesystem

2015-10-29 Thread Joseph Marlin
ber 29, 2015 9:41:28 AM Subject: [OpenWrt-Devel] Copy file to target filesystem Hi, How to copy binary to target filesystem (openwrt/staging_dir/target-xxx/root-xxx/usr/bin)? I have tried following code but it copies that file into 'openwrt/build_dir/target-xxx/my_package/ipkg-install

[OpenWrt-Devel] Copy file to target filesystem

2015-10-29 Thread Pratik Prajapati
Hi, How to copy binary to target filesystem (openwrt/staging_dir/target-xxx/root-xxx/usr/bin)? I have tried following code but it copies that file into 'openwrt/build_dir/target-xxx/my_package/ipkg-install/usr/bin/' snippet from my_package Makefile: define Package/my_package/install $(INSTA