diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2019-01-29 18:12:51 +0100 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2019-02-26 00:16:22 +0100 |
commit | 9bf63d03399c1982db997397d3486c4864fb80e1 (patch) | |
tree | 40a92e9b0405c392848bed5073e10b6e83d5c33b /package/boot | |
parent | c568c6dc09f0a847097fb9697369114a251f096d (diff) | |
download | upstream-9bf63d03399c1982db997397d3486c4864fb80e1.tar.gz upstream-9bf63d03399c1982db997397d3486c4864fb80e1.tar.bz2 upstream-9bf63d03399c1982db997397d3486c4864fb80e1.zip |
uboot-envtools: add support for ALFA Network AP120C-AC
While at it, fix alphabetical order.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/uboot-envtools/files/ipq40xx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/boot/uboot-envtools/files/ipq40xx b/package/boot/uboot-envtools/files/ipq40xx index 171290e5d4..c16e60bac5 100644 --- a/package/boot/uboot-envtools/files/ipq40xx +++ b/package/boot/uboot-envtools/files/ipq40xx @@ -31,14 +31,15 @@ ubootenv_mtdinfo () { } case "$board" in -linksys,ea6350v3) - ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x20000" "0x20000" - ;; +alfa-network,ap120c-ac |\ glinet,gl-b1300 |\ openmesh,a42 |\ openmesh,a62) ubootenv_add_uci_config "/dev/mtd5" "0x0" "0x10000" "0x10000" ;; +linksys,ea6350v3) + ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x20000" "0x20000" + ;; zyxel,nbg6617) ubootenv_add_uci_config "/dev/mtd6" "0x0" "0x10000" "0x10000" ;; |