OpenWrt build system – IMT ASE
https://www.imt-ase.com/openwrt-build-system10.04.2016 · Make OpenWrt build system check for missing package and launch the menu to select package make defconfig make prereq make menuconfig For specific configuration need to create a folder files in openwrt directory and put inside your config (like /etc/config/firewall) Launch the build of the firmware: make V=99
[OpenWrt Wiki] Build system setup WSL
openwrt.org › docs › guide-developerOct 15, 2021 · When launching commands in the OpenWrt build system folder, you can override the path with only the folders you want (i.e. only Linux ones since nothing from Windows is needed to compile OpenWrt) this is an example where we are just calling a make: PATH = / usr / local / sbin: / usr / local / bin: / usr / sbin: / usr / bin: / sbin: / bin make