mirror of
https://github.com/seanhungtw/belkin_rt1800_openwrt.git
synced 2025-12-16 15:01:45 +00:00
Update README.md
This commit is contained in:
parent
ee58dc1094
commit
60b6befcda
18
README.md
18
README.md
@ -1,18 +1,28 @@
|
||||
# belkin_rt1800_openwrt_23052
|
||||
A note for how to build a openwrt 23.05.2 image for RT1800
|
||||
|
||||
#Get the code
|
||||
#=====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
|
||||
#====update feeds=====
|
||||
|
||||
./scripts/feeds update -a
|
||||
|
||||
./scripts/feeds install -a
|
||||
|
||||
#menuconfig
|
||||
#====menuconfig=====
|
||||
|
||||
make menuconfig
|
||||
|
||||
#build the image
|
||||
#====build the image=====
|
||||
|
||||
make defconfig
|
||||
|
||||
make
|
||||
|
||||
Loading…
Reference in New Issue
Block a user