A note for how to build a openwrt v23.05 image for RT1800 with MAK HNAT
Go to file
2024-01-07 19:53:09 +08:00
.config Add files via upload 2023-12-21 10:18:31 +08:00
LICENSE.txt Add files via upload 2023-12-21 10:08:58 +08:00
README.md Update README.md 2024-01-07 19:53:09 +08:00

belkin_rt1800_openwrt_23052

A note for how to build a openwrt 23.05.2 image for RT1800

CPU: MT7621

Wi-Fi chip: MT7615D (DBDC)

Refer:

https://openwrt.org/docs/guide-developer/toolchain/beginners-build-guide

#=====Get the code=====

git clone https://git.openwrt.org/openwrt/openwrt.git

cd openwrt

git checkout v23.05.2

git checkout -b rt1800_23052

#====update feeds=====

./scripts/feeds update -a

./scripts/feeds install -a

#====menuconfig=====

make menuconfig

#Select MediaTek Ralink MIPS => MT7621 based boards => Belkin RT1800

make defconfig

#====build the image=====

make

#====know issues====

#MTK hardware nat may not working on Linux kernel 5.15.137

#The WAN to LAN speed can reach about 890~900 Mbps, but it will cost a lot of CPU power

compile openwrt in WLS2

#you need to disable windows PATH: or it will meet build errors

~/openwrt$ cat /etc/wsl.conf

[interop]

enabled = false

appendWindowsPath = false