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