Where is buildroot dir?

Hello. I trying to compile lede for tp-link tl-wr841n. Its ar71xx. I need to make changes to default system configuration. Like network settings and wireless settings. For that i have to put some files in to buildroot dir. Where is it?

Maybe this:

Buildroot root dir means the directory from which you run all the commands like "make", ./scripts/feeds update" etc.

And you will likely need your custom files to a new "files" subdirectory (that you need to create yourself.)

See https://lede-project.org/docs/guide-developer/use-buildsystem#custom_files

1 Like