In OpenWrt, a “feed” is a collection of packages which share a common location.
E.g. for target "armvirt32"
The parameter V=x specifies level of messages in the process of the build.
Completion can take time. If successful, the images are in directory ./bin/targets/armvirt/32
For a rebuild
deletes contents of the directories /bin
and /build_dir
.
deletes contents of the directories /bin
and /build_dir
and additionally /staging_dir
and /toolchain
(=the cross-compile tools), /tmp (e.g data about packages) and /logs
.
nukes everything you have compiled or configured and also deletes all downloaded feeds contents and package sources.
In addition to all else, this will erase your build configuration (<buildroot_dir>/.config
).
Clean linux objects.
Clean package base-files objects.