mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
uboot-envtools: add support for Linksys EA6350v3
This commit is contained in:
parent
04b49872f2
commit
07ca47b256
@ -31,6 +31,10 @@ ubootenv_mtdinfo () {
|
||||
}
|
||||
|
||||
case "$board" in
|
||||
linksys,ea6350v3)
|
||||
# this device has 2 partitions. We are using "u_env"
|
||||
ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x20000" "0x20000"
|
||||
;;
|
||||
glinet,gl-b1300 |\
|
||||
openmesh,a42 |\
|
||||
openmesh,a62)
|
||||
|
Loading…
Reference in New Issue
Block a user