This process is easy to follow, you have to complete these steps:
- Create a directory in
config/with the name of your device, e.g.config/example - Create a file with env variables regarding the build:
config/example/variables. It must at least point to the openwrt version that should be used
OPENWRT_VERSION="v23.05.2"
- Obtain the
config.buildinfofor your device and place it as fileconfig/example/config.orig. You can find theconfig.buildinfoon OpenWRT releases webpage by navigating to the correct target.
And that's all, you can now run builds as usual.