diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2023-07-28 12:21:49 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2023-09-11 13:49:07 +0200 |
commit | 0165daf569f166501b53e0b34ca64d1ad817252a (patch) | |
tree | dbfb58efad85013932e8365a4213937578599312 /package/boot/uboot-envtools | |
parent | 3cc223243b848b87a4c82b219f24cdb17ee9a771 (diff) | |
download | upstream-0165daf569f166501b53e0b34ca64d1ad817252a.tar.gz upstream-0165daf569f166501b53e0b34ca64d1ad817252a.tar.bz2 upstream-0165daf569f166501b53e0b34ca64d1ad817252a.zip |
uboot-envtools: ramips: add support for ALFA Network AX1800RM
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
(backported from commit 69f12c2f23c6d32a5fdda2385b4156c9b8bfae22)
Diffstat (limited to 'package/boot/uboot-envtools')
-rw-r--r-- | package/boot/uboot-envtools/files/ramips | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips index 0abb5f6549..8c7ce71c49 100644 --- a/package/boot/uboot-envtools/files/ramips +++ b/package/boot/uboot-envtools/files/ramips @@ -24,15 +24,16 @@ sitecom,wlr-4100-v1-002|\ zyxel,keenetic-lite-iii-a) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x1000" ;; -arcadyan,we420223-99) - ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x1000" "0x1000" - ;; +alfa-network,ax1800rm|\ allnet,all0256n-4m|\ allnet,all0256n-8m|\ allnet,all5002|\ yuncore,ax820) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" ;; +arcadyan,we420223-99) + ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x1000" "0x1000" + ;; ampedwireless,ally-00x19k|\ ampedwireless,ally-r1900k) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x20000" "4" |