How to compile firmware for AXT1800

hello, thanks,

how do i compile a custom firmware for my axt1800.

for my ar750s-ext, i used https://github.com/gl-inet/openwrt
but the axt1800 is not listed
however, the ax1800 is mentioned but all the columns as blank

and there is this warning
https://github.com/gl-inet/gl-infra-builder#under-development-please-do-not-use

please advise,

  1. Install the necessary dependency packages for compilation
sudo apt install build-essential libncurses5-dev gawk git libssl-dev gettext zlib1g-dev swig unzip time rsync python3 python3-setuptools python3-yaml
  1. Clone the code and execute the compilation (Note the command make -j17, in principle, the number of cores on the computer plus 1 will allow the most efficient compilation)
git clone https://github.com/gl-inet/gl-infra-builder.git
cd gl-infra-builder
python3 setup.py -c configs/config-wlan-ap.yml
cd wlan-ap/openwrt
./scripts/gen_config.py target_wlan_ap-gl-axt1800 luci
make -j17
  1. Generate path
bin/targets/ipq807x/ipq60xx/openwrt-ipq807x-glinet_axt1800-squashfs-sysupgrade.tar
bin/targets/ipq807x/ipq60xx/openwrt-ipq807x-glinet_axt1800-squashfs-nand-factory.img
2 Likes

Im a newbie and dont know how to compile a firmware, Im having difficulty installing passwall on my slate ax, is there anyone or any source i can get a customized firmware for my slate ax? i need passwall and other vpn protocols like openvpn and wireguard also.