uboot-envtools: add support for Linksys EA6350v3

This commit is contained in:
coolsnowwolf 2019-01-24 14:19:50 +08:00
parent 04b49872f2
commit 07ca47b256

View File

@ -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)