mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 02:29:01 +00:00
uboot-envtools: add support for Linksys EA6350v3
This commit adds support for the Linksys EA6350v3 device in the ipq40xx target. This is needed for uboot-envtools to access the environment. Without this patch, the Linksys EA6350v3 will not be able to access the uboot environment. As a side effect, the feature auto_recovery will make the device unstable by switching between the latest and the current firmware. Signed-off-by: Ryan Pannell <ryan@osukl.com> Signed-off-by: Oever González <notengobattery@gmail.com>
This commit is contained in:
parent
fb7b8d5ad3
commit
ad3e667539
@ -31,6 +31,9 @@ ubootenv_mtdinfo () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case "$board" in
|
case "$board" in
|
||||||
|
linksys,ea6350v3)
|
||||||
|
ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x20000" "0x20000"
|
||||||
|
;;
|
||||||
glinet,gl-b1300 |\
|
glinet,gl-b1300 |\
|
||||||
openmesh,a42 |\
|
openmesh,a42 |\
|
||||||
openmesh,a62)
|
openmesh,a62)
|
||||||
|
Loading…
Reference in New Issue
Block a user