Re: [OpenWrt-Devel] Removed target staging dir in SDK

2018-12-21 Thread Jo-Philipp Wich
Hi,

> Why did you remove this dir?

To save space on the download servers.

> If we want to build custom binaries using SDK, should we use something else?

Use the feeds mechanism within the SDK to build your required libaries
first, e.g.:

./scripts/feeds update
./scripts/feeds install libpcap

make package/libpcap/compile V=s

[then build custom software using libpcap].


Regards,
Jo



signature.asc
Description: OpenPGP digital signature
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] Removed target staging dir in SDK

2018-12-21 Thread Matej Kupljen
Hi,

in the commit 7dfbac8073e1f5fd47f85743b9ebead842ed3c70, signed of by
Felix Fietkau, you removed staging_dir/target_ directory from SDK
build.

In this folder all the libraries and header files need for compiling
custom binaries reside.

Why did you remove this dir?
If we want to build custom binaries using SDK, should we use something else?

Thanks,
Matej

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel