Update README.md

This commit is contained in:
seanhungtw 2023-12-21 10:13:44 +08:00 committed by GitHub
parent 9dfb756602
commit ee58dc1094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,18 @@
# belkin_rt1800_openwrt_23052
A note for how to build a openwrt 23.05.2 image for RT1800
#Get the code
git clone https://git.openwrt.org/openwrt/openwrt.git
git checkout v23.05.2
git checkout -b rt1800_23052
#update feeds
./scripts/feeds update -a
./scripts/feeds install -a
#menuconfig
make menuconfig
#build the image
make defconfig
make