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
e44836f14b
commit
a59820a86f
19
README.md
19
README.md
@ -1,4 +1,5 @@
|
||||
- (C) 2024 Sean.Hung <https://github.com/seanhungtw/belkin_rt1800_openwrt_23052>
|
||||
- Extraordinary is you improve yourself do every day
|
||||
|
||||
# belkin_rt1800_openwrt
|
||||
A note for how to build a openwrt image for RT1800
|
||||
@ -67,3 +68,21 @@ enabled = false
|
||||
|
||||
appendWindowsPath = false
|
||||
```
|
||||
|
||||
## Notes of MTK board customization
|
||||
|
||||
### default /etc/config/network & eth nterface name (both openwrt 22 & 23)
|
||||
|
||||
you can configure interface name, mac here:
|
||||
```
|
||||
#file :target/linux/ramips/mt7621/base-files/etc/board.d/02_network
|
||||
|
||||
#for example
|
||||
ucidef_set_interfaces_lan_wan "lan1, lan2, ..." "wan"
|
||||
lan_mac="00:11:22:33:44:55"
|
||||
wan_mac="00:11:22:33:44:56"
|
||||
```
|
||||
then it goes to the original Openwrt code to generate default /etc/config/network file:
|
||||
```
|
||||
package/base-files/files/bin/config_generate
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user