ramips: add support for SNR-CPE-ME2-SFP
[openwrt/staging/noltari.git] / package / boot / uboot-envtools / files / ramips
index 372b8a49e2a0a1eead378b6ca0b404555c812440..6a0256c568d586582036c50ad6ac0655b6f8f313 100644 (file)
@@ -17,10 +17,14 @@ alfa-network,awusfree1|\
 alfa-network,quad-e4g|\
 alfa-network,r36m-e4g|\
 alfa-network,tube-e4g|\
+engenius,epg600|\
 engenius,esr600h|\
 sitecom,wlr-4100-v1-002)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x1000"
        ;;
+arcadyan,we420223-99)
+       ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x1000" "0x1000"
+       ;;
 allnet,all0256n-4m|\
 allnet,all0256n-8m|\
 allnet,all5002|\
@@ -50,6 +54,7 @@ zte,mf283plus)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x10000"
        ;;
 asus,rt-ax53u|\
+asus,rt-ax54|\
 belkin,rt1800|\
 h3c,tx1800-plus|\
 h3c,tx1801-plus|\
@@ -80,11 +85,17 @@ linksys,ea8100-v2|\
 mts,wg430223)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x20000"
        ;;
+snr,snr-cpe-me2-sfp|\
 snr,cpe-w4n-mt)
        idx="$(find_mtd_index uboot-env)"
        [ -n "$idx" ] && \
                ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x1000" "0x1000"
        ;;
+tplink,ec330-g5u-v1)
+       idx="$(find_mtd_index u-boot-env)"
+       [ -n "$idx" ] && \
+               ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x1000" "0x20000"
+       ;;
 xiaomi,mi-router-3g-v2|\
 xiaomi,mi-router-4a-gigabit|\
 xiaomi,miwifi-3c)