Update README.md

This commit is contained in:
seanhungtw 2023-12-21 10:47:06 +08:00 committed by GitHub
parent 35246cf321
commit 5c2c503718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,10 @@ 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
@ -25,6 +29,8 @@ git checkout -b rt1800_23052
make menuconfig
#Select MediaTek Ralink MIPS => MT7621 based boards => Belkin RT1800
make defconfig
#====build the image=====