Extracting a package from LEDE Build system

Hi All,

I want to take out a package and (cross)compile it and use the binaries in my embedded system. Let say i want procd, uci, opkg and other base packages to be downloaded from original repo and compiled.

There will be dependencies with every packages so i want to know the list of base packages and how to use LEDE toolchain and build system to build it.

Thanks in advance :slight_smile:

Best place to start is here:
https://lede-project.org/docs/guide-developer/start

... then setup a buildroot and begin experimenting. If you have more specific questions, ask here.