openwrt buildroot build_dir and staging_dir
The directory build_dir is used to unpack all the source archives and to compile them in. The directory staging_dir is used to “install” all the compiled programs into, ready either for use in building further packages, or for preparing the firmware image. There are three areas under build_dir: build_dir/host, for compiling all the tools that … Read more