GitHub - xyz0101/openwrt-compile
github.com › xyz0101 › openwrt-compilePush .config file to the GitHub repository. Select Build OpenWrt on the Actions page. Click the Run workflow button. When the build is complete, click the Artifacts button in the upper right corner of the Actions page to download the binaries. Tips It may take a long time to create a .config file and build the OpenWrt firmware.
[OpenWrt Wiki] Cross compiling
openwrt.org › toolchain › crosscompileOct 15, 2021 · Pass the host and build to the build system of the package to trigger cross-compile For GNU configure, use --build= architecture -unknown-linux-gnu --host= architecture -openwrt-linux-uclibc (for example: ./configure --build=x86_64-unknown-linux-gnu –host=mips-openwrt-linux-uclibc) Run ./config.guess to get the --build= option.