diff options
author | Langhua Ye <y1248289414@outlook.com> | 2022-03-04 23:14:40 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-03-05 21:06:35 +0100 |
commit | d15f9b9043eac41ecfa1aaf1d65dca460b3c7fb4 (patch) | |
tree | 71ece56db2ccc4ce59f137572c3dde0be01dbf8b /package/boot/uboot-envtools/files/mediatek_mt7622 | |
parent | ce8a33b021a703b1933f627835f6cdc88c0ecdd3 (diff) | |
download | upstream-d15f9b9043eac41ecfa1aaf1d65dca460b3c7fb4.tar.gz upstream-d15f9b9043eac41ecfa1aaf1d65dca460b3c7fb4.tar.bz2 upstream-d15f9b9043eac41ecfa1aaf1d65dca460b3c7fb4.zip |
uboot-envtools: mt7622: add support for Ruijie RG-EW3200GX PRO
Add U-Boot environment settings for Ruijie RG-EW3200GX PRO to allow
users to access the bootloader environment using fw_printenv/fw_setenv
while running OpenWrt.
Signed-off-by: Langhua Ye <y1248289414@outlook.com>
Diffstat (limited to 'package/boot/uboot-envtools/files/mediatek_mt7622')
-rw-r--r-- | package/boot/uboot-envtools/files/mediatek_mt7622 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/mediatek_mt7622 b/package/boot/uboot-envtools/files/mediatek_mt7622 index 65ced284c3..6e8e3b1eff 100644 --- a/package/boot/uboot-envtools/files/mediatek_mt7622 +++ b/package/boot/uboot-envtools/files/mediatek_mt7622 @@ -35,6 +35,9 @@ bananapi,bpi-r64) buffalo,wsr-2533dhp2) ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x1000" "0x20000" ;; +ruijie,rg-ew3200gx-pro) + ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x20000" "0x20000" + ;; ubnt,unifi-6-lr-ubootmod) ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x4000" "0x10000" ;; |