diff options
author | Oever González <notengobattery@gmail.com> | 2019-01-23 21:20:55 -0600 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-01-26 21:43:04 +0100 |
commit | ad3e66753947672fd3ac06bbbb152bc5e700ee28 (patch) | |
tree | aab2b635aacd75fb17ea471f4e658d75360a9efe /package | |
parent | fb7b8d5ad3bc69122fa2d7360b25b58d100e798d (diff) | |
download | upstream-ad3e66753947672fd3ac06bbbb152bc5e700ee28.tar.gz upstream-ad3e66753947672fd3ac06bbbb152bc5e700ee28.tar.bz2 upstream-ad3e66753947672fd3ac06bbbb152bc5e700ee28.zip |
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>
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/uboot-envtools/files/ipq40xx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/ipq40xx b/package/boot/uboot-envtools/files/ipq40xx index 2c81661737..171290e5d4 100644 --- a/package/boot/uboot-envtools/files/ipq40xx +++ b/package/boot/uboot-envtools/files/ipq40xx @@ -31,6 +31,9 @@ ubootenv_mtdinfo () { } case "$board" in +linksys,ea6350v3) + ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x20000" "0x20000" + ;; glinet,gl-b1300 |\ openmesh,a42 |\ openmesh,a62) |