better handling of high image diversity
authorMoritz Warning <moritzwarning@web.de>
Sat, 1 Feb 2020 21:26:27 +0000 (22:26 +0100)
committerMoritz Warning <moritzwarning@web.de>
Sat, 1 Feb 2020 21:26:27 +0000 (22:26 +0100)
collect.py
www/data.json
www/i18n.js
www/index.css
www/index.html
www/index.js

index 2086c73b0e54080268092994efda10be889622c2..09e0c64c2b3833a32baedff606e29c526d867ce4 100755 (executable)
@@ -22,10 +22,14 @@ for arg in sys.argv[1:]:
     exit(1)
 
 
-def collect_names(images):
+def collect_names(prefix, images):
   names = []
   for image in images:
-    names.append(image['name'])
+    name = image['name']
+    if not name.startswith(prefix):
+      sys.stderr.write("Does not start with prefix {}: {} => skip\n".format(prefix, name))
+    else:
+      names.append(name[len(prefix):])
   return names
 
 for path in paths:
@@ -49,10 +53,14 @@ for path in paths:
         exit(1)
 
       for title in obj['titles']:
+        prefix = obj['image_prefix']
+        target = obj['target'].strip('/') # fix 'omap/' target
+        names = collect_names(prefix, obj['images'])
+        # sometime no 'model'/'vendor' is set, only 'title' instead
         if 'title' in title:
-          output[version]['models'].append(['', title['title'], '', obj['target'], collect_names(obj['images'])])
+          output[version]['models'].append(['', title['title'], '', target, prefix, names])
         else:
-          output[version]['models'].append([title.get('vendor', ''), title['model'], title.get('variant', ''), obj['target'], collect_names(obj['images'])])
+          output[version]['models'].append([title.get('vendor', ''), title['model'], title.get('variant', ''), target, prefix, names])
 
     except json.decoder.JSONDecodeError as e:
       sys.stderr.write("Skip {}\n   {}\n".format(path, e))
index 364da12018d62456015deb0217e07569ad48a2ea..f7ac3cb0aa68a6c894ecbcdfa860be4937fbcf0d 100644 (file)
@@ -1 +1 @@
-{"SNAPSHOT": {"commit": "r12145-4716c843d6", "link": "https://downloads.openwrt.org/snapshots/targets/%target/%file", "models": [["SolidRun", "MACCHIATObin", "", "mvebu/cortexa72", ["openwrt-mvebu-cortexa72-marvell_macchiatobin-squashfs-sdcard.img.gz", "openwrt-mvebu-cortexa72-marvell_macchiatobin-ext4-sdcard.img.gz"]], ["SolidRun", "Armada 8040 Community Board", "", "mvebu/cortexa72", ["openwrt-mvebu-cortexa72-marvell_macchiatobin-squashfs-sdcard.img.gz", "openwrt-mvebu-cortexa72-marvell_macchiatobin-ext4-sdcard.img.gz"]], ["Marvell", "Armada 7040 Development Board", "", "mvebu/cortexa72", ["openwrt-mvebu-cortexa72-marvell_armada7040-db-squashfs-sdcard.img.gz", "openwrt-mvebu-cortexa72-marvell_armada7040-db-ext4-sdcard.img.gz"]], ["Marvell", "Armada 8040 Development Board", "", "mvebu/cortexa72", ["openwrt-mvebu-cortexa72-marvell_armada8040-db-squashfs-sdcard.img.gz", "openwrt-mvebu-cortexa72-marvell_armada8040-db-ext4-sdcard.img.gz"]], ["Linksys", "WRT32X", "", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin", "openwrt-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"]], ["Linksys", "Venom", "", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-linksys_wrt32x-squashfs-sysupgrade.bin", "openwrt-mvebu-cortexa9-linksys_wrt32x-squashfs-factory.img"]], ["Marvell", "Armada 370 Development Board (DB-88F6710-BP-DDR3)", "", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-marvell_a370-db-squashfs-sysupgrade.bin"]], ["SolidRun", "ClearFog Base", "", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-solidrun_clearfog-base-a1-squashfs-sdcard.img.gz"]], ["Linksys", "WRT1900ACS", "v1", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin", "openwrt-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"]], ["Linksys", "WRT1900ACS", "v2", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin", "openwrt-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"]], ["Linksys", "Shelby", "", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin", "openwrt-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img"]], ["Marvell", "Armada 385 Development Board AP (DB-88F6820-AP)", "", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-marvell_a385-db-ap-squashfs-sysupgrade.bin", "openwrt-mvebu-cortexa9-marvell_a385-db-ap-squashfs-factory.img"]], ["Linksys", "WRT1200AC", "", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin", "openwrt-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"]], ["Linksys", "Caiman", "", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-linksys_wrt1200ac-squashfs-sysupgrade.bin", "openwrt-mvebu-cortexa9-linksys_wrt1200ac-squashfs-factory.img"]], ["Marvell", "Armada 370 RD (RD-88F6710-A1)", "", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-marvell_a370-rd-squashfs-sysupgrade.bin"]], ["Linksys", "WRT1900AC", "v2", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-linksys_wrt1900acv2-squashfs-sysupgrade.bin", "openwrt-mvebu-cortexa9-linksys_wrt1900acv2-squashfs-factory.img"]], ["Linksys", "Cobra", "", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-linksys_wrt1900acv2-squashfs-sysupgrade.bin", "openwrt-mvebu-cortexa9-linksys_wrt1900acv2-squashfs-factory.img"]], ["Plat'Home", "OpenBlocks AX3", "4 ports", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-sysupgrade.bin", "openwrt-mvebu-cortexa9-plathome_openblocks-ax3-4-squashfs-factory.img"]], ["CZ.NIC", "Turris Omnia", "", "mvebu/cortexa9", ["omnia-medkit-openwrt-mvebu-cortexa9-cznic_turris-omnia-initramfs.tar.gz", "openwrt-mvebu-cortexa9-cznic_turris-omnia-sysupgrade.img.gz"]], ["SolidRun", "ClearFog Pro", "", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-solidrun_clearfog-pro-a1-squashfs-sdcard.img.gz"]], ["Linksys", "WRT3200ACM", "", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin", "openwrt-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"]], ["Linksys", "Rango", "", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin", "openwrt-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory.img"]], ["Marvell", "Armada XP Development Board (DB-78460-BP)", "", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-marvell_axp-db-squashfs-sysupgrade.bin"]], ["Marvell", "Armada 388 RD (RD-88F6820-AP)", "", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-marvell_a388-rd-squashfs-firmware.bin"]], ["Linksys", "WRT1900AC", "v1", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-linksys_wrt1900ac-squashfs-sysupgrade.bin", "openwrt-mvebu-cortexa9-linksys_wrt1900ac-squashfs-factory.img"]], ["Linksys", "Mamba", "", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-linksys_wrt1900ac-squashfs-sysupgrade.bin", "openwrt-mvebu-cortexa9-linksys_wrt1900ac-squashfs-factory.img"]], ["Marvell", "Armada Armada XP GP (DB-MV784MP-GP)", "", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-marvell_axp-gp-squashfs-sysupgrade.bin"]], ["Globalscale", "Mirabox", "", "mvebu/cortexa9", ["openwrt-mvebu-cortexa9-globalscale_mirabox-squashfs-sysupgrade.bin"]], ["Marvell", "ESPRESSObin", "V7 Non-eMMC", "mvebu/cortexa53", ["openwrt-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz", "openwrt-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"]], ["Marvell", "Armada 3700 Community Board", "V7 Non-eMMC", "mvebu/cortexa53", ["openwrt-mvebu-cortexa53-globalscale_espressobin-v7-ext4-sdcard.img.gz", "openwrt-mvebu-cortexa53-globalscale_espressobin-v7-squashfs-sdcard.img.gz"]], ["Marvell", "ESPRESSObin", "Non-eMMC", "mvebu/cortexa53", ["openwrt-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz", "openwrt-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"]], ["Marvell", "Armada 3700 Community Board", "Non-eMMC", "mvebu/cortexa53", ["openwrt-mvebu-cortexa53-globalscale_espressobin-squashfs-sdcard.img.gz", "openwrt-mvebu-cortexa53-globalscale_espressobin-ext4-sdcard.img.gz"]], ["Marvell", "ESPRESSObin", "eMMC", "mvebu/cortexa53", ["openwrt-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz", "openwrt-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"]], ["Marvell", "Armada 3700 Community Board", "eMMC", "mvebu/cortexa53", ["openwrt-mvebu-cortexa53-globalscale_espressobin-emmc-squashfs-sdcard.img.gz", "openwrt-mvebu-cortexa53-globalscale_espressobin-emmc-ext4-sdcard.img.gz"]], ["Marvell", "Armada 3720 Development Board (DB-88F3720-DDR3)", "", "mvebu/cortexa53", ["openwrt-mvebu-cortexa53-marvell_armada-3720-db-ext4-sdcard.img.gz", "openwrt-mvebu-cortexa53-marvell_armada-3720-db-squashfs-sdcard.img.gz"]], ["Methode", "micro-DPU (uDPU)", "", "mvebu/cortexa53", ["openwrt-mvebu-cortexa53-methode_udpu-firmware.tgz"]], ["Marvell", "ESPRESSObin", "V7 eMMC", "mvebu/cortexa53", ["openwrt-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz", "openwrt-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"]], ["Marvell", "Armada 3700 Community Board", "V7 eMMC", "mvebu/cortexa53", ["openwrt-mvebu-cortexa53-globalscale_espressobin-v7-emmc-ext4-sdcard.img.gz", "openwrt-mvebu-cortexa53-globalscale_espressobin-v7-emmc-squashfs-sdcard.img.gz"]], ["Buffalo", "WBMR-HP-G300H", "B", "lantiq/xway", ["openwrt-lantiq-xway-buffalo_wbmr-hp-g300h-b-squashfs-sysupgrade.bin"]], ["Arcadyan", "ARV7518PW", "", "lantiq/xway", ["openwrt-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"]], ["Astoria Networks", "ARV7518PW", "", "lantiq/xway", ["openwrt-lantiq-xway-arcadyan_arv7518pw-squashfs-sysupgrade.bin"]], ["ZTE", "H201L", "", "lantiq/xway", ["openwrt-lantiq-xway-zte_h201l-squashfs-sysupgrade.bin"]], ["British Telecom", "Home Hub 3", "Type A", "lantiq/xway", ["openwrt-lantiq-xway-bt_homehub-v3a-squashfs-sysupgrade.bin"]], ["Arcadyan", "ARV752DPW", "", "lantiq/xway", ["openwrt-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"]], ["Vodafone", "Easybox 802", "", "lantiq/xway", ["openwrt-lantiq-xway-arcadyan_arv752dpw-squashfs-sysupgrade.bin"]], ["NETGEAR", "DGN3500B", "", "lantiq/xway", ["openwrt-lantiq-xway-netgear_dgn3500b-squashfs-sysupgrade.bin", "openwrt-lantiq-xway-netgear_dgn3500b-squashfs-factory.img"]], ["AVM", "FRITZ!Box 7320", "", "lantiq/xway", ["openwrt-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"]], ["1&1", "HomeServer", "", "lantiq/xway", ["openwrt-lantiq-xway-avm_fritz7320-squashfs-sysupgrade.bin"]], ["Arcadyan", "ARV7506PW11", "", "lantiq/xway", ["openwrt-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"]], ["Alice/O2", "IAD 4421", "", "lantiq/xway", ["openwrt-lantiq-xway-arcadyan_arv7506pw11-squashfs-sysupgrade.bin"]], ["Arcadyan", "ARV752DPW22", "", "lantiq/xway", ["openwrt-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"]], ["Vodafone", "Easybox 803", "", "lantiq/xway", ["openwrt-lantiq-xway-arcadyan_arv752dpw22-squashfs-sysupgrade.bin"]], ["Arcadyan", "ARV7519PW", "", "lantiq/xway", ["openwrt-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"]], ["Astoria Networks", "ARV7519PW", "", "lantiq/xway", ["openwrt-lantiq-xway-arcadyan_arv7519pw-squashfs-sysupgrade.bin"]], ["Siemens", "Gigaset sx76x", "", "lantiq/xway", ["openwrt-lantiq-xway-siemens_gigaset-sx76x-squashfs-sysupgrade.bin"]], ["NETGEAR", "DGN3500", "", "lantiq/xway", ["openwrt-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade-na.bin", "openwrt-lantiq-xway-netgear_dgn3500-squashfs-sysupgrade.bin", "openwrt-lantiq-xway-netgear_dgn3500-squashfs-factory-na.img", "openwrt-lantiq-xway-netgear_dgn3500-squashfs-factory.img"]], ["ZyXEL", "P-2601HN", "F1/F3", "lantiq/xway", ["openwrt-lantiq-xway-zyxel_p-2601hn-squashfs-sysupgrade.bin"]], ["British Telecom", "Home Hub 2", "Type B", "lantiq/xway", ["openwrt-lantiq-xway-bt_homehub-v2b-squashfs-sysupgrade.bin"]], ["Lantiq", "Danube (EASY50712)", "", "lantiq/xway", ["openwrt-lantiq-xway-lantiq_easy50712-squashfs-sysupgrade.bin"]], ["AudioCodes", "MediaPack MP-252", "", "lantiq/xway", ["openwrt-lantiq-xway-audiocodes_mp-252-squashfs-sysupgrade.bin"]], ["Arcadyan", "ARV8539PW22", "", "lantiq/xway", ["openwrt-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"]], ["Telekom", "Speedport W504V Typ A", "", "lantiq/xway", ["openwrt-lantiq-xway-arcadyan_arv8539pw22-squashfs-sysupgrade.bin"]], ["Arcadyan", "ARV4510PW", "", "lantiq/xway", ["openwrt-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"]], ["Wippies", "BeWan iBox v1.0", "", "lantiq/xway", ["openwrt-lantiq-xway-arcadyan_arv4510pw-squashfs-sysupgrade.bin"]], ["AVM", "FRITZ!Box 7312", "", "lantiq/xway", ["openwrt-lantiq-xway-avm_fritz7312-squashfs-sysupgrade.bin"]], ["Arcadyan", "ARV7510PW22", "", "lantiq/xway", ["openwrt-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"]], ["Astoria Networks", "ARV7510PW22", "", "lantiq/xway", ["openwrt-lantiq-xway-arcadyan_arv7510pw22-squashfs-sysupgrade.bin"]], ["Buffalo", "WBMR-HP-G300H", "A", "lantiq/xway", ["openwrt-lantiq-xway-buffalo_wbmr-hp-g300h-a-squashfs-sysupgrade.bin"]], ["Lantiq", "Falcon SFP Stick", "", "lantiq/falcon", ["openwrt-lantiq-falcon-lantiq_falcon-sfp-squashfs-sysupgrade.bin"]], ["Lantiq", "Falcon HGU Reference Board (EASY98021)", "", "lantiq/falcon", ["openwrt-lantiq-falcon-lantiq_easy98021-squashfs-sysupgrade.bin"]], ["Lantiq", "EASY98000 Falcon Eval Board", "NAND", "lantiq/falcon", ["openwrt-lantiq-falcon-lantiq_easy98000-nand-squashfs-sysupgrade.bin"]], ["Lantiq", "EASY98000 Falcon Eval Board", "NOR", "lantiq/falcon", ["openwrt-lantiq-falcon-lantiq_easy98000-nor-squashfs-sysupgrade.bin"]], ["Lantiq", "Falcon SFU Reference Board (EASY98020)", "v1.8", "lantiq/falcon", ["openwrt-lantiq-falcon-lantiq_easy98020-v18-squashfs-sysupgrade.bin"]], ["Lantiq", "Falcon / VINAXdp MDU Board", "", "lantiq/falcon", ["openwrt-lantiq-falcon-lantiq_falcon-mdu-squashfs-sysupgrade.bin"]], ["Lantiq", "EASY88444 Falcon FTTdp G.FAST Reference Board", "", "lantiq/falcon", ["openwrt-lantiq-falcon-lantiq_easy88444-squashfs-sysupgrade.bin"]], ["Lantiq", "Falcon SFU Reference Board (EASY98020)", "v1.0-v1.7", "lantiq/falcon", ["openwrt-lantiq-falcon-lantiq_easy98020-squashfs-sysupgrade.bin"]], ["Lantiq", "EASY88388 Falcon FTTDP8 Reference Board", "", "lantiq/falcon", ["openwrt-lantiq-falcon-lantiq_easy88388-squashfs-sysupgrade.bin"]], ["Lantiq", "Falcon SFP Stick (EASY98035SYNCE1588)", "with SyncE and IEEE1588", "lantiq/falcon", ["openwrt-lantiq-falcon-lantiq_easy98035synce1588-squashfs-sysupgrade.bin"]], ["Lantiq", "EASY98000 Falcon Eval Board", "SFLASH", "lantiq/falcon", ["openwrt-lantiq-falcon-lantiq_easy98000-sflash-squashfs-sysupgrade.bin"]], ["Lantiq", "Falcon SFP Stick (EASY98035SYNCE)", "with Synchronous Ethernet", "lantiq/falcon", ["openwrt-lantiq-falcon-lantiq_easy98035synce-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer VR200", "v1", "lantiq/xrx200", ["openwrt-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin"]], ["ZyXEL", "P-2812HNU", "F1", "lantiq/xrx200", ["openwrt-lantiq-xrx200-zyxel_p-2812hnu-f1-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer VR200v", "v1", "lantiq/xrx200", ["openwrt-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin"]], ["Arcadyan", "VGV7519", "NOR", "lantiq/xrx200", ["openwrt-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"]], ["KPN", "Experiabox 8", "NOR", "lantiq/xrx200", ["openwrt-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin"]], ["TP-Link", "TD-W8980", "v1", "lantiq/xrx200", ["openwrt-lantiq-xrx200-tplink_tdw8980-squashfs-sysupgrade.bin"]], ["Arcadyan", "ARV7519RW22", "", "lantiq/xrx200", ["openwrt-lantiq-xrx200-arcadyan_arv7519rw22-squashfs-sysupgrade.bin"]], ["Orange", "Livebox", "2.1", "lantiq/xrx200", ["openwrt-lantiq-xrx200-arcadyan_arv7519rw22-squashfs-sysupgrade.bin"]], ["Astoria Networks", "ARV7519RW22", "", "lantiq/xrx200", ["openwrt-lantiq-xrx200-arcadyan_arv7519rw22-squashfs-sysupgrade.bin"]], ["BT Openreach", "ECI VDSL Modem V-2FUb/R", "", "lantiq/xrx200", ["openwrt-lantiq-xrx200-arcadyan_vg3503j-squashfs-sysupgrade.bin"]], ["Arcadyan", "VGV7510KW22", "BRN", "lantiq/xrx200", ["openwrt-lantiq-xrx200-arcadyan_vgv7510kw22-brn-squashfs-factory.bin"]], ["o2", "Box 6431", "BRN", "lantiq/xrx200", ["openwrt-lantiq-xrx200-arcadyan_vgv7510kw22-brn-squashfs-factory.bin"]], ["Lantiq", "VR9 EASY80920", "NAND", "lantiq/xrx200", ["openwrt-lantiq-xrx200-lantiq_easy80920-nand-squashfs-sysupgrade.bin", "openwrt-lantiq-xrx200-lantiq_easy80920-nand-squashfs-fullimage.bin"]], ["Arcadyan", "VGV7519", "BRN", "lantiq/xrx200", ["openwrt-lantiq-xrx200-arcadyan_vgv7519-brn-squashfs-factory.bin"]], ["KPN", "Experiabox 8", "BRN", "lantiq/xrx200", ["openwrt-lantiq-xrx200-arcadyan_vgv7519-brn-squashfs-factory.bin"]], ["Arcadyan", "VGV7510KW22", "NOR", "lantiq/xrx200", ["openwrt-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"]], ["o2", "Box 6431", "NOR", "lantiq/xrx200", ["openwrt-lantiq-xrx200-arcadyan_vgv7510kw22-nor-squashfs-sysupgrade.bin"]], ["AVM", "FRITZ!Box 7360 SL", "", "lantiq/xrx200", ["openwrt-lantiq-xrx200-avm_fritz7360sl-squashfs-sysupgrade.bin"]], ["AVM", "FRITZ!Box 3370", "Rev. 2 (Hynix NAND)", "lantiq/xrx200", ["openwrt-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-kernel.bin", "openwrt-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-eva-filesystem.bin", "openwrt-lantiq-xrx200-avm_fritz3370-rev2-hynix-squashfs-sysupgrade.bin"]], ["Buffalo", "WBMR-300HPD", "", "lantiq/xrx200", ["openwrt-lantiq-xrx200-buffalo_wbmr-300hpd-squashfs-sysupgrade.bin"]], ["AVM", "FRITZ!Box 7362 SL", "", "lantiq/xrx200", ["openwrt-lantiq-xrx200-avm_fritz7362sl-squashfs-sysupgrade.bin"]], ["ZyXEL", "P-2812HNU", "F3", "lantiq/xrx200", ["openwrt-lantiq-xrx200-zyxel_p-2812hnu-f3-squashfs-sysupgrade.bin"]], ["AVM", "FRITZ!Box 7412", "", "lantiq/xrx200", ["openwrt-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin"]], ["British Telecom", "Home Hub 5", "Type A", "lantiq/xrx200", ["openwrt-lantiq-xrx200-bt_homehub-v5a-squashfs-sysupgrade.bin"]], ["Lantiq", "VR9 EASY80920", "NOR", "lantiq/xrx200", ["openwrt-lantiq-xrx200-lantiq_easy80920-nor-squashfs-sysupgrade.bin"]], ["Alpha", "ASL56026", "", "lantiq/xrx200", ["openwrt-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"]], ["BT Openreach", "ECI VDSL Modem V-2FUb/I", "", "lantiq/xrx200", ["openwrt-lantiq-xrx200-alphanetworks_asl56026-squashfs-sysupgrade.bin"]], ["AVM", "FRITZ!Box 3370", "Rev. 2 (Micron NAND)", "lantiq/xrx200", ["openwrt-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-sysupgrade.bin", "openwrt-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-kernel.bin", "openwrt-lantiq-xrx200-avm_fritz3370-rev2-micron-squashfs-eva-filesystem.bin"]], ["TP-Link", "TD-W8970", "v1", "lantiq/xrx200", ["openwrt-lantiq-xrx200-tplink_tdw8970-squashfs-sysupgrade.bin"]], ["NETGEAR", "DM200", "", "lantiq/xrx200", ["openwrt-lantiq-xrx200-netgear_dm200-squashfs-sysupgrade.bin", "openwrt-lantiq-xrx200-netgear_dm200-squashfs-factory.img"]], ["Allnet", "ALL0333CJ", "", "lantiq/ase", ["openwrt-lantiq-ase-allnet_all0333cj-squashfs-sysupgrade.bin"]], ["NETGEAR", "DGN1000B", "", "lantiq/ase", ["openwrt-lantiq-ase-netgear_dgn1000b-squashfs-sysupgrade.bin"]], ["NETGEAR", "WNR2200", "16M", "ath79/generic", ["openwrt-ath79-generic-netgear_wnr2200-16m-squashfs-factory.img", "openwrt-ath79-generic-netgear_wnr2200-16m-squashfs-sysupgrade.bin"]], ["NETGEAR", "WNR2200", "CN/RU", "ath79/generic", ["openwrt-ath79-generic-netgear_wnr2200-16m-squashfs-factory.img", "openwrt-ath79-generic-netgear_wnr2200-16m-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer C7", "v5", "ath79/generic", ["openwrt-ath79-generic-tplink_archer-c7-v5-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_archer-c7-v5-squashfs-factory.bin"]], ["D-Link", "DIR-835", "A1", "ath79/generic", ["openwrt-ath79-generic-dlink_dir-835-a1-squashfs-sysupgrade.bin", "openwrt-ath79-generic-dlink_dir-835-a1-squashfs-factory.bin"]], ["AVM", "FRITZ!WLAN Repeater 300E", "", "ath79/generic", ["openwrt-ath79-generic-avm_fritz300e-squashfs-sysupgrade.bin"]], ["TP-Link", "CPE220", "v3", "ath79/generic", ["openwrt-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin", "openwrt-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin"]], ["Buffalo", "WZR-HP-G302H", "A1A0", "ath79/generic", ["openwrt-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-sysupgrade.bin", "openwrt-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-factory.bin", "openwrt-ath79-generic-buffalo_wzr-hp-g302h-a1a0-squashfs-tftp.bin"]], ["TP-Link", "TL-WR1043N/ND", "v3", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_tl-wr1043nd-v3-squashfs-factory.bin"]], ["ELECOM", "WRC-1750GHBK2-I/C", "", "ath79/generic", ["openwrt-ath79-generic-elecom_wrc-1750ghbk2-i-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR842N/ND", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wr842n-v1-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_tl-wr842n-v1-squashfs-factory.bin"]], ["Ubiquiti", "Nanostation AC", "", "ath79/generic", ["openwrt-ath79-generic-ubnt_nanostation-ac-squashfs-sysupgrade.bin", "openwrt-ath79-generic-ubnt_nanostation-ac-squashfs-factory.bin"]], ["Western Digital", "My Net Wi-Fi Range Extender", "", "ath79/generic", ["openwrt-ath79-generic-wd_mynet-wifi-rangeextender-squashfs-sysupgrade.bin"]], ["jjPlus", "JA76PF2", "", "ath79/generic", ["openwrt-ath79-generic-jjplus_ja76pf2-squashfs-kernel.bin", "openwrt-ath79-generic-jjplus_ja76pf2-squashfs-rootfs.bin"]], ["PowerCloud Systems", "CR5000", "", "ath79/generic", ["openwrt-ath79-generic-pcs_cr5000-squashfs-sysupgrade.bin"]], ["TP-Link", "RE350K", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_re350k-v1-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_re350k-v1-squashfs-factory.bin"]], ["TP-Link", "TL-WR1043N/ND", "v2", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_tl-wr1043nd-v2-squashfs-factory.bin"]], ["COMFAST", "CF-E110N", "v2", "ath79/generic", ["openwrt-ath79-generic-comfast_cf-e110n-v2-squashfs-sysupgrade.bin"]], ["I-O DATA", "WN-AC1600DGR", "", "ath79/generic", ["openwrt-ath79-generic-iodata_wn-ac1600dgr-squashfs-factory.bin"]], ["Ubiquiti", "UniFi", "", "ath79/generic", ["openwrt-ath79-generic-ubnt_unifi-squashfs-sysupgrade.bin", "openwrt-ath79-generic-ubnt_unifi-squashfs-factory.bin"]], ["Ubiquiti", "EdgeSwitch 5XP", "", "ath79/generic", ["openwrt-ath79-generic-ubnt_edgeswitch-5xp-squashfs-sysupgrade.bin", "openwrt-ath79-generic-ubnt_edgeswitch-5xp-squashfs-factory.bin"]], ["OpenMesh", "OM5P-AC", "v2", "ath79/generic", ["openwrt-ath79-generic-openmesh_om5p-ac-v2-squashfs-sysupgrade.bin"]], ["ZBT", "WD323", "", "ath79/generic", ["openwrt-ath79-generic-zbtlink_zbt-wd323-squashfs-sysupgrade.bin"]], ["NETGEAR", "WNDR3700", "v2", "ath79/generic", ["openwrt-ath79-generic-netgear_wndr3700v2-squashfs-sysupgrade.bin", "openwrt-ath79-generic-netgear_wndr3700v2-squashfs-factory.img"]], ["TP-Link", "TL-WR902AC", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wr902ac-v1-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_tl-wr902ac-v1-squashfs-factory.bin"]], ["NETGEAR", "EX7300", "", "ath79/generic", ["openwrt-ath79-generic-netgear_ex7300-squashfs-factory.img", "openwrt-ath79-generic-netgear_ex7300-squashfs-sysupgrade.bin"]], ["Ubiquiti", "UniFi AC-Pro", "", "ath79/generic", ["openwrt-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin"]], ["Ubiquiti", "Nanostation M", "XW", "ath79/generic", ["openwrt-ath79-generic-ubnt_nanostation-m-xw-squashfs-sysupgrade.bin", "openwrt-ath79-generic-ubnt_nanostation-m-xw-squashfs-factory.bin"]], ["Ubiquiti", "Bullet-M", "XW", "ath79/generic", ["openwrt-ath79-generic-ubnt_bullet-m-xw-squashfs-sysupgrade.bin", "openwrt-ath79-generic-ubnt_bullet-m-xw-squashfs-factory.bin"]], ["TP-Link", "Archer C6", "v2 (US)", "ath79/generic", ["openwrt-ath79-generic-tplink_archer-c6-v2-us-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_archer-c6-v2-us-squashfs-factory.bin"]], ["TP-Link", "Archer A6", "v2 (US/TW)", "ath79/generic", ["openwrt-ath79-generic-tplink_archer-c6-v2-us-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_archer-c6-v2-us-squashfs-factory.bin"]], ["eTactica", "EG200", "", "ath79/generic", ["openwrt-ath79-generic-etactica_eg200-squashfs-sysupgrade.bin"]], ["Ubiquiti", "NanoBeam AC", "", "ath79/generic", ["openwrt-ath79-generic-ubnt_nanobeam-ac-squashfs-factory.bin", "openwrt-ath79-generic-ubnt_nanobeam-ac-squashfs-sysupgrade.bin"]], ["GL.iNet", "GL-X750", "", "ath79/generic", ["openwrt-ath79-generic-glinet_gl-x750-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WDR4300", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wdr4300-v1-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_tl-wdr4300-v1-squashfs-factory.bin"]], ["GL.iNet", "GL-AR300M", "Lite", "ath79/generic", ["openwrt-ath79-generic-glinet_gl-ar300m-lite-squashfs-sysupgrade.bin"]], ["YunCore", "XD4200", "", "ath79/generic", ["openwrt-ath79-generic-yuncore_xd4200-squashfs-sysupgrade.bin", "openwrt-ath79-generic-yuncore_xd4200-squashfs-tftp.bin"]], ["Aruba", "AP-105", "", "ath79/generic", ["openwrt-ath79-generic-aruba_ap-105-squashfs-sysupgrade.bin"]], ["Qihoo", "C301", "", "ath79/generic", ["openwrt-ath79-generic-qihoo_c301-squashfs-sysupgrade.bin", "openwrt-ath79-generic-qihoo_c301-squashfs-factory.bin"]], ["COMFAST", "CF-E314N", "v2", "ath79/generic", ["openwrt-ath79-generic-comfast_cf-e314n-v2-squashfs-sysupgrade.bin"]], ["Western Digital", "My Net N750", "", "ath79/generic", ["openwrt-ath79-generic-wd_mynet-n750-squashfs-sysupgrade.bin", "openwrt-ath79-generic-wd_mynet-n750-squashfs-factory.bin"]], ["TP-Link", "Archer C58", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_archer-c58-v1-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_archer-c58-v1-squashfs-factory.bin"]], ["NETGEAR", "WNDR3800", "", "ath79/generic", ["openwrt-ath79-generic-netgear_wndr3800-squashfs-factory.img", "openwrt-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin"]], ["COMFAST", "CF-WR650AC", "v2", "ath79/generic", ["openwrt-ath79-generic-comfast_cf-wr650ac-v2-squashfs-sysupgrade.bin"]], ["Ubiquiti", "LiteBeam AC", "Gen2", "ath79/generic", ["openwrt-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-factory.bin", "openwrt-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer C6", "v2 (EU/RU/JP)", "ath79/generic", ["openwrt-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_archer-c6-v2-squashfs-factory.bin"]], ["TP-Link", "TL-WDR3500", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wdr3500-v1-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_tl-wdr3500-v1-squashfs-factory.bin"]], ["GL.iNet", "GL-AR300M16", "", "ath79/generic", ["openwrt-ath79-generic-glinet_gl-ar300m16-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-859", "A1", "ath79/generic", ["openwrt-ath79-generic-dlink_dir-859-a1-squashfs-factory.bin", "openwrt-ath79-generic-dlink_dir-859-a1-squashfs-sysupgrade.bin"]], ["Ubiquiti", "UniFi AC-LR", "", "ath79/generic", ["openwrt-ath79-generic-ubnt_unifiac-lr-squashfs-sysupgrade.bin"]], ["devolo", "WiFi pro 1200e", "", "ath79/generic", ["openwrt-ath79-generic-devolo_dvl1200e-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR842N", "v3", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wr842n-v3-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_tl-wr842n-v3-squashfs-factory.bin"]], ["I-O DATA", "WN-AC1600DGR2/DGR3", "", "ath79/generic", ["openwrt-ath79-generic-iodata_wn-ac1600dgr2-squashfs-dgr2-dgr3-factory.bin"]], ["devolo", "WiFi pro 1750x", "", "ath79/generic", ["openwrt-ath79-generic-devolo_dvl1750x-squashfs-sysupgrade.bin"]], ["Ubiquiti", "Bullet-M", "XM", "ath79/generic", ["openwrt-ath79-generic-ubnt_bullet-m-squashfs-factory.bin", "openwrt-ath79-generic-ubnt_bullet-m-squashfs-sysupgrade.bin"]], ["NETGEAR", "WNDR3700", "v1", "ath79/generic", ["openwrt-ath79-generic-netgear_wndr3700-squashfs-factory.img", "openwrt-ath79-generic-netgear_wndr3700-squashfs-factory-NA.img", "openwrt-ath79-generic-netgear_wndr3700-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer A7", "v5", "ath79/generic", ["openwrt-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_archer-a7-v5-squashfs-factory.bin"]], ["TP-Link", "Archer C7", "v2", "ath79/generic", ["openwrt-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_archer-c7-v2-squashfs-factory.bin", "openwrt-ath79-generic-tplink_archer-c7-v2-squashfs-factory-us.bin", "openwrt-ath79-generic-tplink_archer-c7-v2-squashfs-factory-eu.bin"]], ["Ubiquiti", "LiteAP ac", "LAP-120", "ath79/generic", ["openwrt-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin", "openwrt-ath79-generic-ubnt_lap-120-squashfs-factory.bin"]], ["Librerouter", "LibreRouter", "v1", "ath79/generic", ["openwrt-ath79-generic-librerouter_librerouter-v1-squashfs-sysupgrade.bin"]], ["NETGEAR", "EX6400", "", "ath79/generic", ["openwrt-ath79-generic-netgear_ex6400-squashfs-sysupgrade.bin", "openwrt-ath79-generic-netgear_ex6400-squashfs-factory.img"]], ["NETGEAR", "WNR2200", "8M", "ath79/generic", ["openwrt-ath79-generic-netgear_wnr2200-8m-squashfs-sysupgrade.bin", "openwrt-ath79-generic-netgear_wnr2200-8m-squashfs-factory.img", "openwrt-ath79-generic-netgear_wnr2200-8m-squashfs-factory-NA.img"]], ["Buffalo", "WZR-HP-G450H/WZR-450HP", "", "ath79/generic", ["openwrt-ath79-generic-buffalo_wzr-hp-g450h-squashfs-sysupgrade.bin", "openwrt-ath79-generic-buffalo_wzr-hp-g450h-squashfs-factory.bin", "openwrt-ath79-generic-buffalo_wzr-hp-g450h-squashfs-tftp.bin"]], ["TP-Link", "Archer C2", "v3", "ath79/generic", ["openwrt-ath79-generic-tplink_archer-c2-v3-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_archer-c2-v3-squashfs-factory.bin"]], ["I-O DATA", "ETG3-R", "", "ath79/generic", ["openwrt-ath79-generic-iodata_etg3-r-squashfs-sysupgrade.bin"]], ["TP-Link", "WBS510", "v2", "ath79/generic", ["openwrt-ath79-generic-tplink_wbs510-v2-squashfs-factory.bin", "openwrt-ath79-generic-tplink_wbs510-v2-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-MR6400", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-mr6400-v1-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_tl-mr6400-v1-squashfs-factory.bin"]], ["TP-Link", "Archer D50", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_archer-d50-v1-squashfs-sysupgrade.bin"]], ["TP-Link", "RE355", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_re355-v1-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_re355-v1-squashfs-factory.bin"]], ["PowerCloud Systems", "CR3000", "", "ath79/generic", ["openwrt-ath79-generic-pcs_cr3000-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-842", "C2", "ath79/generic", ["openwrt-ath79-generic-dlink_dir-842-c2-squashfs-sysupgrade.bin", "openwrt-ath79-generic-dlink_dir-842-c2-squashfs-factory.bin"]], ["TP-Link", "CPE210", "v3", "ath79/generic", ["openwrt-ath79-generic-tplink_cpe210-v3-squashfs-factory.bin", "openwrt-ath79-generic-tplink_cpe210-v3-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-842", "C3", "ath79/generic", ["openwrt-ath79-generic-dlink_dir-842-c3-squashfs-sysupgrade.bin", "openwrt-ath79-generic-dlink_dir-842-c3-squashfs-factory.bin"]], ["PISEN", "TS-D084", "", "ath79/generic", ["openwrt-ath79-generic-pisen_ts-d084-squashfs-sysupgrade.bin", "openwrt-ath79-generic-pisen_ts-d084-squashfs-factory.bin"]], ["Ubiquiti", "RouterStation", "", "ath79/generic", ["openwrt-ath79-generic-ubnt_routerstation-squashfs-factory.bin"]], ["Phicomm", "K2T", "", "ath79/generic", ["openwrt-ath79-generic-phicomm_k2t-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer C60", "v2", "ath79/generic", ["openwrt-ath79-generic-tplink_archer-c60-v2-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_archer-c60-v2-squashfs-factory.bin"]], ["PowerCloud Systems", "CAP324", "", "ath79/generic", ["openwrt-ath79-generic-pcs_cap324-squashfs-sysupgrade.bin"]], ["TP-Link", "WBS210", "v2", "ath79/generic", ["openwrt-ath79-generic-tplink_wbs210-v2-squashfs-factory.bin", "openwrt-ath79-generic-tplink_wbs210-v2-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer C7", "v4", "ath79/generic", ["openwrt-ath79-generic-tplink_archer-c7-v4-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_archer-c7-v4-squashfs-factory.bin"]], ["Ubiquiti", "Rocket-M", "XM", "ath79/generic", ["openwrt-ath79-generic-ubnt_rocket-m-squashfs-sysupgrade.bin", "openwrt-ath79-generic-ubnt_rocket-m-squashfs-factory.bin"]], ["Adtran/Bluesocket", "BSAP-1840", "", "ath79/generic", ["openwrt-ath79-generic-adtran_bsap1840-squashfs-kernel.bin", "openwrt-ath79-generic-adtran_bsap1840-squashfs-sysupgrade.bin", "openwrt-ath79-generic-adtran_bsap1840-squashfs-rootfs.bin"]], ["Adtran/Bluesocket", "BSAP-1800", "v2", "ath79/generic", ["openwrt-ath79-generic-adtran_bsap1800-v2-squashfs-kernel.bin", "openwrt-ath79-generic-adtran_bsap1800-v2-squashfs-sysupgrade.bin", "openwrt-ath79-generic-adtran_bsap1800-v2-squashfs-rootfs.bin"]], ["YunCore", "A782", "", "ath79/generic", ["openwrt-ath79-generic-yuncore_a782-squashfs-sysupgrade.bin", "openwrt-ath79-generic-yuncore_a782-squashfs-tftp.bin"]], ["TP-Link", "TL-WR1043N", "v5", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wr1043n-v5-squashfs-factory.bin", "openwrt-ath79-generic-tplink_tl-wr1043n-v5-squashfs-sysupgrade.bin"]], ["COMFAST", "CF-E313AC", "", "ath79/generic", ["openwrt-ath79-generic-comfast_cf-e313ac-squashfs-sysupgrade.bin"]], ["TP-Link", "RE450", "v2", "ath79/generic", ["openwrt-ath79-generic-tplink_re450-v2-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_re450-v2-squashfs-factory.bin"]], ["I-O DATA", "WN-AG300DGR", "", "ath79/generic", ["openwrt-ath79-generic-iodata_wn-ag300dgr-squashfs-sysupgrade.bin", "openwrt-ath79-generic-iodata_wn-ag300dgr-squashfs-factory.bin"]], ["COMFAST", "CF-E5/E7", "", "ath79/generic", ["openwrt-ath79-generic-comfast_cf-e5-squashfs-sysupgrade.bin"]], ["Ubiquiti", "UniFi AC-Mesh", "", "ath79/generic", ["openwrt-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR810N", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wr810n-v1-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_tl-wr810n-v1-squashfs-factory.bin"]], ["EnGenius", "EWS511AP", "", "ath79/generic", ["openwrt-ath79-generic-engenius_ews511ap-squashfs-sysupgrade.bin"]], ["NEC", "Aterm WG1200CR", "", "ath79/generic", ["openwrt-ath79-generic-nec_wg1200cr-squashfs-factory.bin", "openwrt-ath79-generic-nec_wg1200cr-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WDR4300", "v1 (IL)", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_tl-wdr4300-v1-il-squashfs-factory.bin"]], ["TP-Link", "CPE210", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_cpe210-v1-squashfs-factory.bin", "openwrt-ath79-generic-tplink_cpe210-v1-squashfs-sysupgrade.bin"]], ["TP-Link", "CPE510", "v2", "ath79/generic", ["openwrt-ath79-generic-tplink_cpe510-v2-squashfs-factory.bin", "openwrt-ath79-generic-tplink_cpe510-v2-squashfs-sysupgrade.bin"]], ["NEC", "Aterm WG800HP", "", "ath79/generic", ["openwrt-ath79-generic-nec_wg800hp-squashfs-sysupgrade.bin", "openwrt-ath79-generic-nec_wg800hp-squashfs-factory.bin"]], ["Ubiquiti", "airCube ISP", "", "ath79/generic", ["openwrt-ath79-generic-ubnt_acb-isp-squashfs-sysupgrade.bin", "openwrt-ath79-generic-ubnt_acb-isp-squashfs-factory.bin"]], ["Buffalo", "WZR-HP-AG300H", "", "ath79/generic", ["openwrt-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-sysupgrade.bin", "openwrt-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-factory.bin", "openwrt-ath79-generic-buffalo_wzr-hp-ag300h-squashfs-tftp.bin"]], ["TP-Link", "Archer C7", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_archer-c7-v1-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_archer-c7-v1-squashfs-factory.bin"]], ["TP-Link", "TL-WDR4900", "v2", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wdr4900-v2-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_tl-wdr4900-v2-squashfs-factory.bin"]], ["Ubiquiti", "UniFi AC-Lite", "", "ath79/generic", ["openwrt-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WDR3600", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wdr3600-v1-squashfs-factory.bin", "openwrt-ath79-generic-tplink_tl-wdr3600-v1-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR710N", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wr710n-v1-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_tl-wr710n-v1-squashfs-factory.bin"]], ["TP-Link", "CPE210", "v2", "ath79/generic", ["openwrt-ath79-generic-tplink_cpe210-v2-squashfs-factory.bin", "openwrt-ath79-generic-tplink_cpe210-v2-squashfs-sysupgrade.bin"]], ["MikroTik", "RouterBOARD wAP G-5HacT2HnD (wAP AC)", "", "ath79/generic", ["openwrt-ath79-generic-mikrotik_routerboard-wap-g-5hact2hnd-squashfs-sysupgrade.bin"]], ["ELECOM", "WRC-300GHBK2-I", "", "ath79/generic", ["openwrt-ath79-generic-elecom_wrc-300ghbk2-i-squashfs-sysupgrade.bin"]], ["GL.iNet", "GL-AR150", "", "ath79/generic", ["openwrt-ath79-generic-glinet_gl-ar150-squashfs-sysupgrade.bin"]], ["Ubiquiti", "RouterStation Pro", "", "ath79/generic", ["openwrt-ath79-generic-ubnt_routerstation-pro-squashfs-factory.bin"]], ["EnGenius", "ECB1750", "", "ath79/generic", ["openwrt-ath79-generic-engenius_ecb1750-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR810N", "v2", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wr810n-v2-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_tl-wr810n-v2-squashfs-factory.bin"]], ["TP-Link", "TL-WR1043N/ND", "v4", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-factory.bin", "openwrt-ath79-generic-tplink_tl-wr1043nd-v4-squashfs-sysupgrade.bin"]], ["YunCore", "A770", "", "ath79/generic", ["openwrt-ath79-generic-yuncore_a770-squashfs-tftp.bin", "openwrt-ath79-generic-yuncore_a770-squashfs-sysupgrade.bin"]], ["Ocedo", "Ursus", "", "ath79/generic", ["openwrt-ath79-generic-ocedo_ursus-squashfs-sysupgrade.bin"]], ["Sitecom", "WLR-7100", "v1 002", "ath79/generic", ["openwrt-ath79-generic-sitecom_wlr-7100-squashfs-sysupgrade.bin", "openwrt-ath79-generic-sitecom_wlr-7100-squashfs-factory.dlf"]], ["D-Link", "DIR-825", "C1", "ath79/generic", ["openwrt-ath79-generic-dlink_dir-825-c1-squashfs-sysupgrade.bin", "openwrt-ath79-generic-dlink_dir-825-c1-squashfs-factory.bin"]], ["Trendnet", "TEW-823DRU", "v1.0R", "ath79/generic", ["openwrt-ath79-generic-trendnet_tew-823dru-squashfs-sysupgrade.bin", "openwrt-ath79-generic-trendnet_tew-823dru-squashfs-factory.bin"]], ["TP-Link", "Archer C59", "v2", "ath79/generic", ["openwrt-ath79-generic-tplink_archer-c59-v2-squashfs-factory.bin", "openwrt-ath79-generic-tplink_archer-c59-v2-squashfs-sysupgrade.bin"]], ["Rosinson", "WR818", "", "ath79/generic", ["openwrt-ath79-generic-rosinson_wr818-squashfs-sysupgrade.bin"]], ["TP-Link", "RE450", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_re450-v1-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_re450-v1-squashfs-factory.bin"]], ["Ocedo", "Raccoon", "", "ath79/generic", ["openwrt-ath79-generic-ocedo_raccoon-squashfs-sysupgrade.bin"]], ["TP-Link", "CPE610", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_cpe610-v1-squashfs-factory.bin", "openwrt-ath79-generic-tplink_cpe610-v1-squashfs-sysupgrade.bin"]], ["COMFAST", "CF-WR650AC", "v1", "ath79/generic", ["openwrt-ath79-generic-comfast_cf-wr650ac-v1-squashfs-sysupgrade.bin"]], ["Ubiquiti", "Nanostation AC loco", "", "ath79/generic", ["openwrt-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin", "openwrt-ath79-generic-ubnt_nanostation-ac-loco-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR1043N/ND", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-factory.bin", "openwrt-ath79-generic-tplink_tl-wr1043nd-v1-squashfs-sysupgrade.bin"]], ["devolo", "WiFi pro 1750c", "", "ath79/generic", ["openwrt-ath79-generic-devolo_dvl1750c-squashfs-sysupgrade.bin"]], ["COMFAST", "CF-E120A", "v3", "ath79/generic", ["openwrt-ath79-generic-comfast_cf-e120a-v3-squashfs-sysupgrade.bin"]], ["Embedded Wireless", "Dorin", "", "ath79/generic", ["openwrt-ath79-generic-embeddedwireless_dorin-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR842N/ND", "v2", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wr842n-v2-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_tl-wr842n-v2-squashfs-factory.bin"]], ["TP-Link", "Archer C59", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_archer-c59-v1-squashfs-sysupgrade.bin"]], ["PISEN", "WMB001N", "", "ath79/generic", ["openwrt-ath79-generic-pisen_wmb001n-squashfs-sysupgrade.bin", "openwrt-ath79-generic-pisen_wmb001n-squashfs-factory.bin"]], ["TP-Link", "CPE220", "v2", "ath79/generic", ["openwrt-ath79-generic-tplink_cpe220-v2-squashfs-factory.bin", "openwrt-ath79-generic-tplink_cpe220-v2-squashfs-sysupgrade.bin"]], ["PISEN", "Cloud Easy Power (WMM003N)", "", "ath79/generic", ["openwrt-ath79-generic-pisen_wmm003n-squashfs-sysupgrade.bin", "openwrt-ath79-generic-pisen_wmm003n-squashfs-factory.bin"]], ["TP-Link", "Archer C25", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_archer-c25-v1-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_archer-c25-v1-squashfs-factory.bin"]], ["devolo", "WiFi pro 1750i", "", "ath79/generic", ["openwrt-ath79-generic-devolo_dvl1750i-squashfs-sysupgrade.bin"]], ["GL.iNet", "GL-AR750", "", "ath79/generic", ["openwrt-ath79-generic-glinet_gl-ar750-squashfs-sysupgrade.bin"]], ["TP-Link", "CPE510", "v3", "ath79/generic", ["openwrt-ath79-generic-tplink_cpe510-v3-squashfs-factory.bin", "openwrt-ath79-generic-tplink_cpe510-v3-squashfs-sysupgrade.bin"]], ["I-O DATA", "WN-AC1167DGR", "", "ath79/generic", ["openwrt-ath79-generic-iodata_wn-ac1167dgr-squashfs-sysupgrade.bin", "openwrt-ath79-generic-iodata_wn-ac1167dgr-squashfs-factory.bin"]], ["Ocedo", "Koala", "", "ath79/generic", ["openwrt-ath79-generic-ocedo_koala-squashfs-sysupgrade.bin"]], ["Xiaomi", "Mi Router 4Q", "", "ath79/generic", ["openwrt-ath79-generic-xiaomi_mi-router-4q-squashfs-sysupgrade.bin"]], ["devolo", "WiFi pro 1750e", "", "ath79/generic", ["openwrt-ath79-generic-devolo_dvl1750e-squashfs-sysupgrade.bin"]], ["TP-Link", "WBS510", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_wbs510-v1-squashfs-factory.bin", "openwrt-ath79-generic-tplink_wbs510-v1-squashfs-sysupgrade.bin"]], ["TP-Link", "CPE510", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_cpe510-v1-squashfs-factory.bin", "openwrt-ath79-generic-tplink_cpe510-v1-squashfs-sysupgrade.bin"]], ["8devices", "Carambola2", "", "ath79/generic", ["openwrt-ath79-generic-8dev_carambola2-squashfs-sysupgrade.bin"]], ["Ubiquiti", "AirRouter", "XM", "ath79/generic", ["openwrt-ath79-generic-ubnt_airrouter-squashfs-sysupgrade.bin", "openwrt-ath79-generic-ubnt_airrouter-squashfs-factory.bin"]], ["Buffalo", "BHR-4GRV2", "", "ath79/generic", ["openwrt-ath79-generic-buffalo_bhr-4grv2-squashfs-sysupgrade.bin"]], ["NETGEAR", "WNDR3800CH", "", "ath79/generic", ["openwrt-ath79-generic-netgear_wndr3800ch-squashfs-sysupgrade.bin", "openwrt-ath79-generic-netgear_wndr3800ch-squashfs-factory.img"]], ["EnGenius", "EPG5000", "", "ath79/generic", ["openwrt-ath79-generic-engenius_epg5000-squashfs-sysupgrade.bin", "openwrt-ath79-generic-engenius_epg5000-squashfs-factory.dlf"]], ["D-Link", "DIR-842", "C1", "ath79/generic", ["openwrt-ath79-generic-dlink_dir-842-c1-squashfs-factory.bin", "openwrt-ath79-generic-dlink_dir-842-c1-squashfs-sysupgrade.bin"]], ["Ubiquiti", "UniFi AC-Mesh Pro", "", "ath79/generic", ["openwrt-ath79-generic-ubnt_unifiac-mesh-pro-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR2543N/ND", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wr2543-v1-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_tl-wr2543-v1-squashfs-factory.bin"]], ["devolo", "WiFi pro 1200i", "", "ath79/generic", ["openwrt-ath79-generic-devolo_dvl1200i-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-825", "B1", "ath79/generic", ["openwrt-ath79-generic-dlink_dir-825-b1-squashfs-sysupgrade.bin"]], ["Ubiquiti", "Nanostation M", "XM", "ath79/generic", ["openwrt-ath79-generic-ubnt_nanostation-m-squashfs-sysupgrade.bin", "openwrt-ath79-generic-ubnt_nanostation-m-squashfs-factory.bin"]], ["Buffalo", "BHR-4GRV", "", "ath79/generic", ["openwrt-ath79-generic-buffalo_bhr-4grv-squashfs-factory.bin"]], ["D-Link", "DIR-505", "", "ath79/generic", ["openwrt-ath79-generic-dlink_dir-505-squashfs-sysupgrade.bin"]], ["AVM", "FRITZ!Box 4020", "", "ath79/generic", ["openwrt-ath79-generic-avm_fritz4020-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer C5", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_archer-c5-v1-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_archer-c5-v1-squashfs-factory.bin"]], ["Winchannel", "WB2000", "", "ath79/generic", ["openwrt-ath79-generic-winchannel_wb2000-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer C60", "v1", "ath79/generic", ["openwrt-ath79-generic-tplink_archer-c60-v1-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_archer-c60-v1-squashfs-factory.bin"]], ["Ubiquiti", "EdgeSwitch 8XP", "", "ath79/generic", ["openwrt-ath79-generic-ubnt_edgeswitch-8xp-squashfs-factory.bin", "openwrt-ath79-generic-ubnt_edgeswitch-8xp-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR1045ND", "v2", "ath79/generic", ["openwrt-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-sysupgrade.bin", "openwrt-ath79-generic-tplink_tl-wr1045nd-v2-squashfs-factory.bin"]], ["ALFA Network", "AP121F", "", "ath79/generic", ["openwrt-ath79-generic-alfa-network_ap121f-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR941ND", "v2/v3", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr941-v2-squashfs-factory.bin", "openwrt-ath79-tiny-tplink_tl-wr941-v2-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR941N", "v2/v3", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr941-v2-squashfs-factory.bin", "openwrt-ath79-tiny-tplink_tl-wr941-v2-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR841N/ND", "v7", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr841-v7-squashfs-factory.bin", "openwrt-ath79-tiny-tplink_tl-wr841-v7-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR941ND", "v6", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr941nd-v6-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-tplink_tl-wr941nd-v6-squashfs-factory.bin"]], ["TP-Link", "TL-WR841N/ND", "v8", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr841-v8-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-tplink_tl-wr841-v8-squashfs-factory.bin"]], ["TP-Link", "TL-WR940N", "v4", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr940n-v4-squashfs-factory.bin", "openwrt-ath79-tiny-tplink_tl-wr940n-v4-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-tplink_tl-wr940n-v4-squashfs-factory-us.bin", "openwrt-ath79-tiny-tplink_tl-wr940n-v4-squashfs-factory-eu.bin", "openwrt-ath79-tiny-tplink_tl-wr940n-v4-squashfs-factory-br.bin"]], ["TP-Link", "TL-WR741N/ND", "v4", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr741nd-v4-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-tplink_tl-wr741nd-v4-squashfs-factory.bin"]], ["TP-Link", "TL-WR841N/ND", "v11", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr841-v11-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-tplink_tl-wr841-v11-squashfs-factory.bin", "openwrt-ath79-tiny-tplink_tl-wr841-v11-squashfs-factory-us.bin", "openwrt-ath79-tiny-tplink_tl-wr841-v11-squashfs-factory-eu.bin"]], ["TP-Link", "TL-WR941N", "v7 (CN)", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr941n-v7-cn-squashfs-factory.bin", "openwrt-ath79-tiny-tplink_tl-wr941n-v7-cn-squashfs-sysupgrade.bin"]], ["PQI", "Air-Pen", "", "ath79/tiny", ["openwrt-ath79-tiny-pqi_air-pen-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR741N/ND", "v1/v2", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr741-v1-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-tplink_tl-wr741-v1-squashfs-factory.bin"]], ["NETGEAR", "WNR2000", "v3", "ath79/tiny", ["openwrt-ath79-tiny-netgear_wnr2000-v3-squashfs-factory.img", "openwrt-ath79-tiny-netgear_wnr2000-v3-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-netgear_wnr2000-v3-squashfs-factory-NA.img"]], ["TP-Link", "TL-WR841N/ND", "v10", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr841-v10-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-tplink_tl-wr841-v10-squashfs-factory.bin"]], ["TP-Link", "TL-WR740N", "v1/v2", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr740n-v1-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-tplink_tl-wr740n-v1-squashfs-factory.bin"]], ["TP-Link", "TL-WR841N/ND", "v12", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr841-v12-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-tplink_tl-wr841-v12-squashfs-factory.bin", "openwrt-ath79-tiny-tplink_tl-wr841-v12-squashfs-factory-us.bin", "openwrt-ath79-tiny-tplink_tl-wr841-v12-squashfs-factory-eu.bin"]], ["TP-Link", "TL-WR841N/ND", "v9", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr841-v9-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-tplink_tl-wr841-v9-squashfs-factory.bin"]], ["TP-Link", "TL-WR941ND", "v4", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr941-v4-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-tplink_tl-wr941-v4-squashfs-factory.bin"]], ["TP-Link", "TL-WR941N", "v4", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr941-v4-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-tplink_tl-wr941-v4-squashfs-factory.bin"]], ["TP-Link", "TL-WR740N", "v4", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr740n-v4-squashfs-factory.bin", "openwrt-ath79-tiny-tplink_tl-wr740n-v4-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR940N", "v3", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr940n-v3-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-tplink_tl-wr940n-v3-squashfs-factory.bin"]], ["Buffalo", "WHR-G301N", "", "ath79/tiny", ["openwrt-ath79-tiny-buffalo_whr-g301n-squashfs-tftp.bin", "openwrt-ath79-tiny-buffalo_whr-g301n-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-buffalo_whr-g301n-squashfs-factory.bin"]], ["TP-Link", "TL-WA850RE", "v1", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wa850re-v1-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-tplink_tl-wa850re-v1-squashfs-factory.bin"]], ["TP-Link", "TL-WR740N", "v3", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr740n-v3-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-tplink_tl-wr740n-v3-squashfs-factory.bin"]], ["TP-Link", "TL-WA901ND", "v2", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wa901nd-v2-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-tplink_tl-wa901nd-v2-squashfs-factory.bin"]], ["NETGEAR", "WNR1000", "v2", "ath79/tiny", ["openwrt-ath79-tiny-netgear_wnr1000-v2-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-netgear_wnr1000-v2-squashfs-factory.img"]], ["On Networks", "N150R", "", "ath79/tiny", ["openwrt-ath79-tiny-on_n150r-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-on_n150r-squashfs-factory.img"]], ["TP-Link", "TL-WR841N/ND", "v5/v6", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr841-v5-squashfs-factory.bin", "openwrt-ath79-tiny-tplink_tl-wr841-v5-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR743ND", "v1", "ath79/tiny", ["openwrt-ath79-tiny-tplink_tl-wr743nd-v1-squashfs-sysupgrade.bin", "openwrt-ath79-tiny-tplink_tl-wr743nd-v1-squashfs-factory.bin"]], ["NETGEAR", "WNR612", "v2", "ath79/tiny", ["openwrt-ath79-tiny-netgear_wnr612-v2-squashfs-factory.img", "openwrt-ath79-tiny-netgear_wnr612-v2-squashfs-sysupgrade.bin"]], ["NETGEAR", "WNDR3700", "v4", "ath79/nand", ["openwrt-ath79-nand-netgear_wndr3700-v4-squashfs-sysupgrade.bin", "openwrt-ath79-nand-netgear_wndr3700-v4-squashfs-factory.img"]], ["GL.iNet", "GL-AR300M", "NOR", "ath79/nand", ["openwrt-ath79-nand-glinet_gl-ar300m-nor-squashfs-sysupgrade.bin"]], ["Aerohive", "HiveAP 121", "", "ath79/nand", ["openwrt-ath79-nand-aerohive_hiveap-121-squashfs-sysupgrade.bin", "openwrt-ath79-nand-aerohive_hiveap-121-squashfs-factory.bin"]], ["GL.iNet", "GL-AR750S", "NOR/NAND", "ath79/nand", ["openwrt-ath79-nand-glinet_gl-ar750s-nor-nand-squashfs-sysupgrade.bin", "openwrt-ath79-nand-glinet_gl-ar750s-nor-nand-squashfs-factory.img"]], ["GL.iNet", "GL-AR300M", "NAND", "ath79/nand", ["openwrt-ath79-nand-glinet_gl-ar300m-nand-squashfs-sysupgrade.bin", "openwrt-ath79-nand-glinet_gl-ar300m-nand-squashfs-factory.img"]], ["NETGEAR", "WNDR4300", "v2", "ath79/nand", ["openwrt-ath79-nand-netgear_wndr4300-v2-squashfs-sysupgrade.bin", "openwrt-ath79-nand-netgear_wndr4300-v2-squashfs-factory.img"]], ["NETGEAR", "WNDR4300", "", "ath79/nand", ["openwrt-ath79-nand-netgear_wndr4300-squashfs-sysupgrade.bin", "openwrt-ath79-nand-netgear_wndr4300-squashfs-factory.img"]], ["NETGEAR", "WNDR4500", "v3", "ath79/nand", ["openwrt-ath79-nand-netgear_wndr4500-v3-squashfs-factory.img", "openwrt-ath79-nand-netgear_wndr4500-v3-squashfs-sysupgrade.bin"]], ["GL.iNet", "GL-AR750S", "NOR", "ath79/nand", ["openwrt-ath79-nand-glinet_gl-ar750s-nor-squashfs-sysupgrade.bin"]], ["ZyXEL", "NBG6716", "", "ath79/nand", ["openwrt-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade.tar", "openwrt-ath79-nand-zyxel_nbg6716-squashfs-factory.bin", "openwrt-ath79-nand-zyxel_nbg6716-squashfs-sysupgrade-4M-Kernel.bin"]], ["Digilent", "Zybo", "", "zynq/", ["openwrt-zynq-digilent_zynq-zybo-squashfs-sdcard.img.gz"]], ["Xilinx", "ZC702", "", "zynq/", ["openwrt-zynq-xlnx_zynq-zc702-squashfs-sdcard.img.gz"]], ["Avnet", "ZedBoard", "", "zynq/", ["openwrt-zynq-avnet_zynq-zed-squashfs-sdcard.img.gz"]], ["Digilent", "Zybo Z7", "", "zynq/", ["openwrt-zynq-digilent_zynq-zybo-z7-squashfs-sdcard.img.gz"]], ["Ubiquiti", "EdgeRouter", "", "octeon/", ["openwrt-octeon-ubnt_edgerouter-squashfs-sysupgrade.tar"]], ["Ubiquiti", "EdgeRouter Lite", "", "octeon/", ["openwrt-octeon-ubnt_edgerouter-lite-squashfs-sysupgrade.tar"]], ["MitraStar", "STG-212", "", "oxnas/ox820", ["openwrt-oxnas-ox820-mitrastar_stg-212-ubifs-ubinized.bin", "openwrt-oxnas-ox820-mitrastar_stg-212-ubifs-sysupgrade.tar", "openwrt-oxnas-ox820-mitrastar_stg-212-squashfs-ubinized.bin", "openwrt-oxnas-ox820-mitrastar_stg-212-squashfs-sysupgrade.tar"]], ["Shuttle", "KD20", "", "oxnas/ox820", ["openwrt-oxnas-ox820-shuttle_kd20-ubifs-ubinized.bin", "openwrt-oxnas-ox820-shuttle_kd20-ubifs-sysupgrade.tar", "openwrt-oxnas-ox820-shuttle_kd20-squashfs-ubinized.bin", "openwrt-oxnas-ox820-shuttle_kd20-squashfs-sysupgrade.tar"]], ["Cloud Engines", "PogoPlug Pro (with mPCIe)", "", "oxnas/ox820", ["openwrt-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin", "openwrt-oxnas-ox820-cloudengines_pogoplugpro-ubifs-sysupgrade.tar", "openwrt-oxnas-ox820-cloudengines_pogoplugpro-squashfs-ubinized.bin", "openwrt-oxnas-ox820-cloudengines_pogoplugpro-squashfs-sysupgrade.tar"]], ["Cloud Engines", "PogoPlug Series V3 (without mPCIe)", "", "oxnas/ox820", ["openwrt-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-ubinized.bin", "openwrt-oxnas-ox820-cloudengines_pogoplug-series-3-ubifs-sysupgrade.tar", "openwrt-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-ubinized.bin", "openwrt-oxnas-ox820-cloudengines_pogoplug-series-3-squashfs-sysupgrade.tar"]], ["Akition", "myCloud mini", "", "oxnas/ox820", ["openwrt-oxnas-ox820-akitio_mycloud-ubifs-ubinized.bin", "openwrt-oxnas-ox820-akitio_mycloud-ubifs-sysupgrade.tar", "openwrt-oxnas-ox820-akitio_mycloud-squashfs-ubinized.bin", "openwrt-oxnas-ox820-akitio_mycloud-squashfs-sysupgrade.tar"]], ["NXP", "LS1088A-RDB", "Default", "layerscape/armv8_64b", ["openwrt-layerscape-armv8_64b-ls1088ardb-ubifs-firmware.bin"]], ["NXP", "LS1043A-RDB", "Default", "layerscape/armv8_64b", ["openwrt-layerscape-armv8_64b-ls1043ardb-squashfs-firmware.bin"]], ["NXP", "LS1012A-RDB", "", "layerscape/armv8_64b", ["openwrt-layerscape-armv8_64b-ls1012ardb-ubifs-firmware.bin"]], ["NXP", "LS2088ARDB", "", "layerscape/armv8_64b", ["openwrt-layerscape-armv8_64b-ls2088ardb-squashfs-firmware.bin"]], ["Traverse", "LS1043 Boards", "", "layerscape/armv8_64b", ["openwrt-layerscape-armv8_64b-traverse-ls1043-ubifs-root", "openwrt-layerscape-armv8_64b-traverse-ls1043-ubifs-sysupgrade.bin"]], ["NXP", "LS1046A-RDB", "Default", "layerscape/armv8_64b", ["openwrt-layerscape-armv8_64b-ls1046ardb-ubifs-firmware.bin"]], ["NXP", "TWR-LS1021A", "Default", "layerscape/armv7", ["openwrt-layerscape-armv7-ls1021atwr-squashfs-firmware.bin"]], ["Generic", "96328avng", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-96328avng-generic-squashfs-cfe-16M.bin", "openwrt-brcm63xx-generic-96328avng-generic-squashfs-cfe-4M.bin", "openwrt-brcm63xx-generic-96328avng-generic-squashfs-cfe-8M.bin"]], ["ADB", "P.DG AV4202N", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-AV4202N-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG520v", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-HG520v-squashfs-cfe.bin"]], ["Pirelli", "A226M-FWB", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-A226M-FWB-squashfs-cfe.bin"]], ["Generic", "96358VW2", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-96358VW2-generic-squashfs-cfe.bin"]], ["D-Link", "DSL-2650U", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-DSL2650U-squashfs-cfe.bin"]], ["SFR", "Neufbox4", "Sercomm", "brcm63xx/generic", ["openwrt-brcm63xx-generic-NEUFBOX4-SER-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG553", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-HG553-squashfs-cfe.bin"]], ["SKY", "SR102", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-SR102-squashfs-cfe.bin"]], ["Tecom", "GW6200", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-GW6200-squashfs-cfe.bin"]], ["Generic", "96338W", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-96338W-generic-squashfs-cfe.bin"]], ["Comtrend", "VR-3025u", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-VR-3025u-squashfs-sysupgrade.bin", "openwrt-brcm63xx-generic-VR-3025u-squashfs-cfe.bin"]], ["Generic", "96348GW-10", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-96348GW-10-generic-squashfs-cfe.bin"]], ["NETGEAR", "DGND3800B", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-DGND3800B-squashfs-factory.chk", "openwrt-brcm63xx-generic-DGND3800B-squashfs-sysupgrade.bin"]], ["Comtrend", "AR-5387un", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-AR5387un-squashfs-cfe.bin", "openwrt-brcm63xx-generic-AR5387un-squashfs-sysupgrade.bin"]], ["D-Link", "DVA-G3810BN/TL", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-DVAG3810BN-squashfs-cfe.bin"]], ["Comtrend", "VR-3025un", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-VR-3025un-squashfs-cfe.bin"]], ["Observa", "VH4032N", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-VH4032N-squashfs-sysupgrade.bin", "openwrt-brcm63xx-generic-VH4032N-squashfs-cfe.bin"]], ["Pirelli", "A226G", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-A226G-squashfs-cfe.bin"]], ["ZyXEL", "P870HW-51a", "v2", "brcm63xx/generic", ["openwrt-brcm63xx-generic-P870HW-51a_v2-squashfs-factory.bin"]], ["Generic", "96348GW", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-96348GW-generic-squashfs-cfe.bin", "openwrt-brcm63xx-generic-96348GW-generic-squashfs-cfe-bc221.bin"]], ["D-Link", "DSL-2740B", "F1", "brcm63xx/generic", ["openwrt-brcm63xx-generic-DSL274XB-F1-squashfs-cfe-EU.bin", "openwrt-brcm63xx-generic-DSL274XB-F1-squashfs-cfe-AU.bin"]], ["D-Link", "DSL-2741B", "F1", "brcm63xx/generic", ["openwrt-brcm63xx-generic-DSL274XB-F1-squashfs-cfe-EU.bin", "openwrt-brcm63xx-generic-DSL274XB-F1-squashfs-cfe-AU.bin"]], ["Sercomm", "AD1018", "SPI flash mod", "brcm63xx/generic", ["openwrt-brcm63xx-generic-AD1018-SPI_flash-squashfs-cfe.bin"]], ["Sagemcom", "F@st 2504N", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-FAST2504n-squashfs-cfe.bin"]], ["BT", "Home Hub 2.0", "A", "brcm63xx/generic", ["openwrt-brcm63xx-generic-HomeHub2A-squashfs-cfe.bin"]], ["NETGEAR", "DGND3700", "v1", "brcm63xx/generic", ["openwrt-brcm63xx-generic-DGND3700v1-squashfs-factory.chk", "openwrt-brcm63xx-generic-DGND3700v1-squashfs-sysupgrade.bin"]], ["D-Link", "DSL-2740B", "C2", "brcm63xx/generic", ["openwrt-brcm63xx-generic-DSL274XB-C2-squashfs-cfe.bin"]], ["D-Link", "DSL-2741B", "C2", "brcm63xx/generic", ["openwrt-brcm63xx-generic-DSL274XB-C2-squashfs-cfe.bin"]], ["Comtrend", "WAP-5813n", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-WAP-5813n-squashfs-cfe.bin"]], ["Generic", "963281TAN", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-963281TAN-generic-squashfs-cfe-4M.bin", "openwrt-brcm63xx-generic-963281TAN-generic-squashfs-cfe-8M.bin", "openwrt-brcm63xx-generic-963281TAN-generic-squashfs-cfe-16M.bin"]], ["D-Link", "DSL-2750B", "D1", "brcm63xx/generic", ["openwrt-brcm63xx-generic-DSL275XB-D1-squashfs-cfe.bin"]], ["D-Link", "DSL-2751", "D1", "brcm63xx/generic", ["openwrt-brcm63xx-generic-DSL275XB-D1-squashfs-cfe.bin"]], ["Pirelli", "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-AGPF-S0-squashfs-cfe.bin"]], ["Generic", "96368MVWG", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-96368MVWG-generic-squashfs-cfe.bin"]], ["Comtrend", "CT-6373", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-CT-6373-squashfs-cfe.bin"]], ["SFR", "Neufbox6", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-NEUFBOX6-squashfs-cfe.bin"]], ["NuCom", "R5010UN", "v2", "brcm63xx/generic", ["openwrt-brcm63xx-generic-R5010UNv2-squashfs-cfe.bin", "openwrt-brcm63xx-generic-R5010UNv2-squashfs-sysupgrade.bin"]], ["Comtrend", "VR-3026e", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-VR-3026e-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG622", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-HG622-squashfs-sysupgrade.bin", "openwrt-brcm63xx-generic-HG622-squashfs-cfe.bin"]], ["Comtrend", "AR-5315u", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-AR5315u-squashfs-sysupgrade.bin", "openwrt-brcm63xx-generic-AR5315u-squashfs-cfe.bin"]], ["Generic", "96358VW", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-96358VW-generic-squashfs-cfe.bin"]], ["Generic", "96368MVNgr", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-96368MVNgr-generic-squashfs-cfe.bin"]], ["Generic", "96348GW-11", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-96348GW-11-generic-squashfs-cfe.bin"]], ["ADB", "P.DG A4001N", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-A4001N-squashfs-cfe.bin"]], ["Pirelli", "A226M", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-A226M-squashfs-cfe.bin"]], ["Actiontec", "R1000H", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-R1000H-squashfs-cfe.bin"]], ["Comtrend", "AR-5381u", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-AR5381u-squashfs-cfe.bin", "openwrt-brcm63xx-generic-AR5381u-squashfs-sysupgrade.bin"]], ["Generic", "96338GW", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-96338GW-generic-squashfs-cfe.bin"]], ["Telsey", "CPVA642-type (CPA-ZNTE60T)", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-CPA-ZNTE60T-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG556a", "A", "brcm63xx/generic", ["openwrt-brcm63xx-generic-HG556a-A-squashfs-cfe.bin"]], ["D-Link", "DSL-2740B", "C3", "brcm63xx/generic", ["openwrt-brcm63xx-generic-DSL274XB-C3-squashfs-cfe.bin"]], ["D-Link", "DSL-2741B", "C3", "brcm63xx/generic", ["openwrt-brcm63xx-generic-DSL274XB-C3-squashfs-cfe.bin"]], ["NETGEAR", "EVG2000", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-EVG2000-squashfs-factory.chk", "openwrt-brcm63xx-generic-EVG2000-squashfs-sysupgrade.bin"]], ["Huawei", "EchoLife HG556a", "B", "brcm63xx/generic", ["openwrt-brcm63xx-generic-HG556a-B-squashfs-cfe.bin"]], ["Alcatel", "RG100A", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-RG100A-squashfs-cfe.bin"]], ["T-Com", "Speedport W 303V", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-SPW303V-squashfs-factory.bin", "openwrt-brcm63xx-generic-SPW303V-squashfs-sysupgrade.bin"]], ["Generic", "96348R", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-96348R-generic-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG655b", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-HG655b-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG556a", "C", "brcm63xx/generic", ["openwrt-brcm63xx-generic-HG556a-C-squashfs-cfe.bin"]], ["Sagemcom", "F@st 2704N", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-FAST2704N-squashfs-cfe.bin"]], ["Sagemcom", "F@st 2704 V2", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-FAST2704V2-squashfs-cfe.bin"]], ["Tecom", "GW6000", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-GW6000-squashfs-cfe.bin"]], ["SFR", "Neufbox4", "Foxconn", "brcm63xx/generic", ["openwrt-brcm63xx-generic-NEUFBOX4-FXC-squashfs-cfe.bin"]], ["ADB", "P.DG A4001N1", "", "brcm63xx/generic", ["openwrt-brcm63xx-generic-A4001N1-squashfs-cfe.bin", "openwrt-brcm63xx-generic-A4001N1-squashfs-sysupgrade.bin"]], ["Comtrend", "AR-5387un", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-AR5387un-squashfs-sysupgrade.bin", "openwrt-brcm63xx-smp-AR5387un-squashfs-cfe.bin"]], ["Comtrend", "WAP-5813n", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-WAP-5813n-squashfs-cfe.bin"]], ["Tecom", "GW6200", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-GW6200-squashfs-cfe.bin"]], ["Actiontec", "R1000H", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-R1000H-squashfs-cfe.bin"]], ["Generic", "96348GW", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-96348GW-generic-squashfs-cfe.bin", "openwrt-brcm63xx-smp-96348GW-generic-squashfs-cfe-bc221.bin"]], ["Sagemcom", "F@st 2704 V2", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-FAST2704V2-squashfs-cfe.bin"]], ["D-Link", "DVA-G3810BN/TL", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-DVAG3810BN-squashfs-cfe.bin"]], ["Comtrend", "VR-3025u", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-VR-3025u-squashfs-sysupgrade.bin", "openwrt-brcm63xx-smp-VR-3025u-squashfs-cfe.bin"]], ["Telsey", "CPVA642-type (CPA-ZNTE60T)", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-CPA-ZNTE60T-squashfs-cfe.bin"]], ["Pirelli", "A226M", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-A226M-squashfs-cfe.bin"]], ["Observa", "VH4032N", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-VH4032N-squashfs-sysupgrade.bin", "openwrt-brcm63xx-smp-VH4032N-squashfs-cfe.bin"]], ["Comtrend", "AR-5315u", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-AR5315u-squashfs-cfe.bin", "openwrt-brcm63xx-smp-AR5315u-squashfs-sysupgrade.bin"]], ["Huawei", "EchoLife HG556a", "C", "brcm63xx/smp", ["openwrt-brcm63xx-smp-HG556a-C-squashfs-cfe.bin"]], ["D-Link", "DSL-2740B", "C3", "brcm63xx/smp", ["openwrt-brcm63xx-smp-DSL274XB-C3-squashfs-cfe.bin"]], ["D-Link", "DSL-2741B", "C3", "brcm63xx/smp", ["openwrt-brcm63xx-smp-DSL274XB-C3-squashfs-cfe.bin"]], ["Generic", "96348R", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-96348R-generic-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG655b", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-HG655b-squashfs-cfe.bin"]], ["Pirelli", "A226G", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-A226G-squashfs-cfe.bin"]], ["Generic", "96348GW-10", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-96348GW-10-generic-squashfs-cfe.bin"]], ["Generic", "96338GW", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-96338GW-generic-squashfs-cfe.bin"]], ["Comtrend", "CT-6373", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-CT-6373-squashfs-cfe.bin"]], ["NETGEAR", "DGND3800B", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-DGND3800B-squashfs-factory.chk", "openwrt-brcm63xx-smp-DGND3800B-squashfs-sysupgrade.bin"]], ["Generic", "96368MVNgr", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-96368MVNgr-generic-squashfs-cfe.bin"]], ["Comtrend", "AR-5381u", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-AR5381u-squashfs-sysupgrade.bin", "openwrt-brcm63xx-smp-AR5381u-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG553", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-HG553-squashfs-cfe.bin"]], ["ZyXEL", "P870HW-51a", "v2", "brcm63xx/smp", ["openwrt-brcm63xx-smp-P870HW-51a_v2-squashfs-factory.bin"]], ["Generic", "96328avng", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-96328avng-generic-squashfs-cfe-4M.bin", "openwrt-brcm63xx-smp-96328avng-generic-squashfs-cfe-8M.bin", "openwrt-brcm63xx-smp-96328avng-generic-squashfs-cfe-16M.bin"]], ["BT", "Home Hub 2.0", "A", "brcm63xx/smp", ["openwrt-brcm63xx-smp-HomeHub2A-squashfs-cfe.bin"]], ["D-Link", "DSL-2650U", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-DSL2650U-squashfs-cfe.bin"]], ["NuCom", "R5010UN", "v2", "brcm63xx/smp", ["openwrt-brcm63xx-smp-R5010UNv2-squashfs-sysupgrade.bin", "openwrt-brcm63xx-smp-R5010UNv2-squashfs-cfe.bin"]], ["Sagemcom", "F@st 2704N", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-FAST2704N-squashfs-cfe.bin"]], ["Generic", "96358VW", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-96358VW-generic-squashfs-cfe.bin"]], ["Generic", "96348GW-11", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-96348GW-11-generic-squashfs-cfe.bin"]], ["ADB", "P.DG A4001N", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-A4001N-squashfs-cfe.bin"]], ["Comtrend", "VR-3025un", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-VR-3025un-squashfs-cfe.bin"]], ["ADB", "P.DG AV4202N", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-AV4202N-squashfs-cfe.bin"]], ["NETGEAR", "EVG2000", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-EVG2000-squashfs-factory.chk", "openwrt-brcm63xx-smp-EVG2000-squashfs-sysupgrade.bin"]], ["SFR", "Neufbox6", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-NEUFBOX6-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG622", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-HG622-squashfs-cfe.bin", "openwrt-brcm63xx-smp-HG622-squashfs-sysupgrade.bin"]], ["D-Link", "DSL-2740B", "F1", "brcm63xx/smp", ["openwrt-brcm63xx-smp-DSL274XB-F1-squashfs-cfe-EU.bin", "openwrt-brcm63xx-smp-DSL274XB-F1-squashfs-cfe-AU.bin"]], ["D-Link", "DSL-2741B", "F1", "brcm63xx/smp", ["openwrt-brcm63xx-smp-DSL274XB-F1-squashfs-cfe-EU.bin", "openwrt-brcm63xx-smp-DSL274XB-F1-squashfs-cfe-AU.bin"]], ["Comtrend", "VR-3026e", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-VR-3026e-squashfs-cfe.bin"]], ["SKY", "SR102", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-SR102-squashfs-cfe.bin"]], ["D-Link", "DSL-2740B", "C2", "brcm63xx/smp", ["openwrt-brcm63xx-smp-DSL274XB-C2-squashfs-cfe.bin"]], ["D-Link", "DSL-2741B", "C2", "brcm63xx/smp", ["openwrt-brcm63xx-smp-DSL274XB-C2-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG556a", "B", "brcm63xx/smp", ["openwrt-brcm63xx-smp-HG556a-B-squashfs-cfe.bin"]], ["D-Link", "DSL-2750B", "D1", "brcm63xx/smp", ["openwrt-brcm63xx-smp-DSL275XB-D1-squashfs-cfe.bin"]], ["D-Link", "DSL-2751", "D1", "brcm63xx/smp", ["openwrt-brcm63xx-smp-DSL275XB-D1-squashfs-cfe.bin"]], ["Sagemcom", "F@st 2504N", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-FAST2504n-squashfs-cfe.bin"]], ["T-Com", "Speedport W 303V", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-SPW303V-squashfs-factory.bin", "openwrt-brcm63xx-smp-SPW303V-squashfs-sysupgrade.bin"]], ["ADB", "P.DG A4001N1", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-A4001N1-squashfs-cfe.bin", "openwrt-brcm63xx-smp-A4001N1-squashfs-sysupgrade.bin"]], ["NETGEAR", "DGND3700", "v1", "brcm63xx/smp", ["openwrt-brcm63xx-smp-DGND3700v1-squashfs-factory.chk", "openwrt-brcm63xx-smp-DGND3700v1-squashfs-sysupgrade.bin"]], ["Generic", "96358VW2", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-96358VW2-generic-squashfs-cfe.bin"]], ["Alcatel", "RG100A", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-RG100A-squashfs-cfe.bin"]], ["Tecom", "GW6000", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-GW6000-squashfs-cfe.bin"]], ["Sercomm", "AD1018", "SPI flash mod", "brcm63xx/smp", ["openwrt-brcm63xx-smp-AD1018-SPI_flash-squashfs-cfe.bin"]], ["SFR", "Neufbox4", "Sercomm", "brcm63xx/smp", ["openwrt-brcm63xx-smp-NEUFBOX4-SER-squashfs-cfe.bin"]], ["Generic", "963281TAN", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-963281TAN-generic-squashfs-cfe-4M.bin", "openwrt-brcm63xx-smp-963281TAN-generic-squashfs-cfe-8M.bin", "openwrt-brcm63xx-smp-963281TAN-generic-squashfs-cfe-16M.bin"]], ["Huawei", "EchoLife HG556a", "A", "brcm63xx/smp", ["openwrt-brcm63xx-smp-HG556a-A-squashfs-cfe.bin"]], ["Pirelli", "A226M-FWB", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-A226M-FWB-squashfs-cfe.bin"]], ["Generic", "96368MVWG", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-96368MVWG-generic-squashfs-cfe.bin"]], ["SFR", "Neufbox4", "Foxconn", "brcm63xx/smp", ["openwrt-brcm63xx-smp-NEUFBOX4-FXC-squashfs-cfe.bin"]], ["Generic", "96338W", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-96338W-generic-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG520v", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-HG520v-squashfs-cfe.bin"]], ["Pirelli", "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0", "", "brcm63xx/smp", ["openwrt-brcm63xx-smp-AGPF-S0-squashfs-cfe.bin"]], ["LeMaker", "Banana Pi R64", "", "mediatek/mt7622", ["openwrt-mediatek-mt7622-lemaker_bananapi-bpi-r64-squashfs-sysupgrade.bin"]], ["MediaTek", "MTK7622 Lynx rfb1 AP", "", "mediatek/mt7622", ["openwrt-mediatek-mt7622-mediatek_mt7622-lynx-rfb1-squashfs-sysupgrade.bin"]], ["MediaTek", "MTK7622 rfb1 AP", "", "mediatek/mt7622", ["openwrt-mediatek-mt7622-mediatek_mt7622-rfb1-squashfs-sysupgrade.bin"]], ["UniElec", "U7623-02", "eMMC/512MB RAM", "mediatek/mt7623", ["openwrt-mediatek-mt7623-unielec_u7623-02-emmc-512m-squashfs-sysupgrade-emmc.bin.gz"]], ["LeMaker", "Banana Pi R2", "", "mediatek/mt7623", ["openwrt-mediatek-mt7623-lemaker_bananapi-bpi-r2-squashfs-sysupgrade.bin"]], ["MediaTek", "MT7629 Lynx reference board", "", "mediatek/mt7629", ["openwrt-mediatek-mt7629-mediatek_mt7629-lynx-rfb-squashfs-sysupgrade.bin"]], ["Microchip", "SAMA5D3 Xplained", "", "at91/sama5", ["openwrt-at91-sama5-at91-sama5d3_xplained-ubifs-root.ubi", "openwrt-at91-sama5-at91-sama5d3_xplained-ubifs-zImage", "openwrt-at91-sama5-at91-sama5d3_xplained-squashfs-root.ubi", "openwrt-at91-sama5-at91-sama5d3_xplained-squashfs-zImage", "openwrt-at91-sama5-at91-sama5d3_xplained-ext4-sdcard.img.gz"]], ["Microchip", "SAMA5D2 PTC Ek", "", "at91/sama5", ["openwrt-at91-sama5-at91-sama5d2_ptc_ek-ubifs-zImage", "openwrt-at91-sama5-at91-sama5d2_ptc_ek-squashfs-root.ubi", "openwrt-at91-sama5-at91-sama5d2_ptc_ek-ubifs-root.ubi", "openwrt-at91-sama5-at91-sama5d2_ptc_ek-ext4-sdcard.img.gz"]], ["Microchip", "SAMA5D27 SOM1 Ek", "", "at91/sama5", ["openwrt-at91-sama5-at91-sama5d27_som1_ek-ubifs-root.ubi", "openwrt-at91-sama5-at91-sama5d27_som1_ek-ext4-sdcard.img.gz", "openwrt-at91-sama5-at91-sama5d27_som1_ek-squashfs-root.ubi", "openwrt-at91-sama5-at91-sama5d27_som1_ek-squashfs-zImage"]], ["Microchip", "SAMA5D2 Xplained", "", "at91/sama5", ["openwrt-at91-sama5-at91-sama5d2_xplained-ubifs-root.ubi", "openwrt-at91-sama5-at91-sama5d2_xplained-ubifs-zImage", "openwrt-at91-sama5-at91-sama5d2_xplained-ext4-sdcard.img.gz", "openwrt-at91-sama5-at91-sama5d2_xplained-squashfs-root.ubi", "openwrt-at91-sama5-at91-sama5d2_xplained-squashfs-zImage"]], ["Microchip", "SAMA5D4 Xplained", "", "at91/sama5", ["openwrt-at91-sama5-at91-sama5d4_xplained-ubifs-root.ubi", "openwrt-at91-sama5-at91-sama5d4_xplained-ubifs-zImage", "openwrt-at91-sama5-at91-sama5d4_xplained-squashfs-root.ubi", "openwrt-at91-sama5-at91-sama5d4_xplained-squashfs-zImage", "openwrt-at91-sama5-at91-sama5d4_xplained-ext4-sdcard.img.gz"]], ["Calao", "TNYA9263", "", "at91/sam9x", ["openwrt-at91-sam9x-tny_a9263-ubifs-factory.bin", "openwrt-at91-sam9x-tny_a9263-squashfs-factory.bin"]], ["Atmel", "AT91SAM9G20-EK", "2MMC", "at91/sam9x", ["openwrt-at91-sam9x-at91sam9g20ek_2mmc-squashfs-root.ubi", "openwrt-at91-sam9x-at91sam9g20ek_2mmc-ubifs-root.ubi"]], ["Atmel", "AT91SAM9X25-EK", "", "at91/sam9x", ["openwrt-at91-sam9x-at91sam9x25ek-ubifs-root.ubi", "openwrt-at91-sam9x-at91sam9x25ek-ubifs-zImage", "openwrt-at91-sam9x-at91sam9x25ek-ext4-sdcard.img.gz", "openwrt-at91-sam9x-at91sam9x25ek-squashfs-root.ubi", "openwrt-at91-sam9x-at91sam9x25ek-squashfs-zImage"]], ["egnite", "Ethernut 5", "", "at91/sam9x", ["openwrt-at91-sam9x-ethernut5-ubifs-root.ubi", "openwrt-at91-sam9x-ethernut5-squashfs-root.ubi"]], ["Calao", "TNYA9G20", "", "at91/sam9x", ["openwrt-at91-sam9x-tny_a9g20-ubifs-factory.bin", "openwrt-at91-sam9x-tny_a9g20-squashfs-factory.bin"]], ["Atmel", "AT91SAM9G15-EK", "", "at91/sam9x", ["openwrt-at91-sam9x-at91sam9g15ek-ubifs-root.ubi", "openwrt-at91-sam9x-at91sam9g15ek-squashfs-root.ubi"]], ["Calao", "USBA9260", "", "at91/sam9x", ["openwrt-at91-sam9x-usb_a9260-ubifs-factory.bin", "openwrt-at91-sam9x-usb_a9260-squashfs-factory.bin"]], ["Atmel", "AT91SAM9X35-EK", "", "at91/sam9x", ["openwrt-at91-sam9x-at91sam9x35ek-ubifs-root.ubi", "openwrt-at91-sam9x-at91sam9x35ek-ubifs-zImage", "openwrt-at91-sam9x-at91sam9x35ek-ext4-sdcard.img.gz", "openwrt-at91-sam9x-at91sam9x35ek-squashfs-root.ubi", "openwrt-at91-sam9x-at91sam9x35ek-squashfs-zImage"]], ["Calao", "USBA9263", "", "at91/sam9x", ["openwrt-at91-sam9x-usb_a9263-ubifs-factory.bin", "openwrt-at91-sam9x-usb_a9263-squashfs-factory.bin"]], ["Atmel", "AT91SAM9G25-EK", "", "at91/sam9x", ["openwrt-at91-sam9x-at91sam9g25ek-ubifs-root.ubi", "openwrt-at91-sam9x-at91sam9g25ek-squashfs-root.ubi"]], ["Atmel", "AT91SAM9M10G45-EK", "", "at91/sam9x", ["openwrt-at91-sam9x-at91sam9m10g45ek-ubifs-root.ubi", "openwrt-at91-sam9x-at91sam9m10g45ek-squashfs-root.ubi"]], ["Atmel", "AT91SAM9G35-EK", "", "at91/sam9x", ["openwrt-at91-sam9x-at91sam9g35ek-ubifs-root.ubi", "openwrt-at91-sam9x-at91sam9g35ek-squashfs-root.ubi"]], ["Calao", "USBA9G20", "", "at91/sam9x", ["openwrt-at91-sam9x-usb_a9g20-ubifs-factory.bin", "openwrt-at91-sam9x-usb_a9g20-squashfs-factory.bin"]], ["Atmel", "AT91SAM9G20-EK", "", "at91/sam9x", ["openwrt-at91-sam9x-at91sam9g20ek-ubifs-root.ubi", "openwrt-at91-sam9x-at91sam9g20ek-ubifs-zImage", "openwrt-at91-sam9x-at91sam9g20ek-squashfs-root.ubi", "openwrt-at91-sam9x-at91sam9g20ek-squashfs-zImage"]], ["Calao", "TNYA9260", "", "at91/sam9x", ["openwrt-at91-sam9x-tny_a9260-ubifs-factory.bin", "openwrt-at91-sam9x-tny_a9260-squashfs-factory.bin"]], ["Atmel", "AT91SAM9263-EK", "", "at91/sam9x", ["openwrt-at91-sam9x-at91sam9263ek-ubifs-root.ubi", "openwrt-at91-sam9x-at91sam9263ek-ubifs-zImage", "openwrt-at91-sam9x-at91sam9263ek-squashfs-root.ubi", "openwrt-at91-sam9x-at91sam9263ek-squashfs-zImage"]], ["Laird", "WB45N", "", "at91/sam9x", ["openwrt-at91-sam9x-wb45n-ubifs-root.ubi", "openwrt-at91-sam9x-wb45n-squashfs-root.ubi"]], ["CalAmp", "LMU5000", "", "at91/sam9x", ["openwrt-at91-sam9x-lmu5000-squashfs-factory.bin", "openwrt-at91-sam9x-lmu5000-ubifs-factory.bin"]], ["Olimex", "A13-OLinuXino", "", "sunxi/cortexa8", ["openwrt-sunxi-cortexa8-olimex_a13-olinuxino-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa8-olimex_a13-olinuxino-ext4-sdcard.img.gz"]], ["HAOYU Electronics", "MarsBoard A10", "", "sunxi/cortexa8", ["openwrt-sunxi-cortexa8-marsboard_a10-marsboard-ext4-sdcard.img.gz", "openwrt-sunxi-cortexa8-marsboard_a10-marsboard-squashfs-sdcard.img.gz"]], ["LinkSprite", "pcDuino", "", "sunxi/cortexa8", ["openwrt-sunxi-cortexa8-linksprite_a10-pcduino-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa8-linksprite_a10-pcduino-ext4-sdcard.img.gz"]], ["Olimex", "A13-SOM", "", "sunxi/cortexa8", ["openwrt-sunxi-cortexa8-olimex_a13-olimex-som-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa8-olimex_a13-olimex-som-ext4-sdcard.img.gz"]], ["Cubietech", "Cubieboard", "", "sunxi/cortexa8", ["openwrt-sunxi-cortexa8-cubietech_a10-cubieboard-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa8-cubietech_a10-cubieboard-ext4-sdcard.img.gz"]], ["Olimex", "A10-OLinuXino-LIME", "", "sunxi/cortexa8", ["openwrt-sunxi-cortexa8-olimex_a10-olinuxino-lime-ext4-sdcard.img.gz", "openwrt-sunxi-cortexa8-olimex_a10-olinuxino-lime-squashfs-sdcard.img.gz"]], ["LeMaker", "Banana Pi", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-lemaker_bananapi-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-lemaker_bananapi-ext4-sdcard.img.gz"]], ["Mele", "M9", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-mele_m9-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-mele_m9-ext4-sdcard.img.gz"]], ["Xunlong", "Orange Pi PC Plus", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-xunlong_orangepi-pc-plus-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-xunlong_orangepi-pc-plus-ext4-sdcard.img.gz"]], ["Cubietech", "Cubieboard2", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-cubietech_cubieboard2-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-cubietech_cubieboard2-ext4-sdcard.img.gz"]], ["LeMaker", "Banana Pro", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-lemaker_bananapro-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-lemaker_bananapro-ext4-sdcard.img.gz"]], ["FriendlyARM", "NanoPi NEO", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-friendlyarm_nanopi-neo-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-friendlyarm_nanopi-neo-ext4-sdcard.img.gz"]], ["Cubietech", "Cubietruck", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-cubietech_cubietruck-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-cubietech_cubietruck-ext4-sdcard.img.gz"]], ["Xunlong", "Orange Pi One", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-xunlong_orangepi-one-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-xunlong_orangepi-one-ext4-sdcard.img.gz"]], ["Lamobo", "Lamobo R1", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-lamobo_lamobo-r1-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-lamobo_lamobo-r1-ext4-sdcard.img.gz"]], ["Xunlong", "Orange Pi R1", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-xunlong_orangepi-r1-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-xunlong_orangepi-r1-ext4-sdcard.img.gz"]], ["FriendlyARM", "NanoPi M1 Plus", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-friendlyarm_nanopi-m1-plus-ext4-sdcard.img.gz"]], ["Olimex", "A20-OLinuXino-LIME2", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-olimex_a20-olinuxino-lime2-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-olimex_a20-olinuxino-lime2-ext4-sdcard.img.gz"]], ["LinkSprite", "pcDuino3", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-linksprite_pcduino3-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-linksprite_pcduino3-ext4-sdcard.img.gz"]], ["Sinovoip", "Banana Pi M2+", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-sinovoip_bananapi-m2-plus-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-sinovoip_bananapi-m2-plus-ext4-sdcard.img.gz"]], ["Olimex", "A20-OLinuXino-MICRO", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-olimex_a20-olinuxino-micro-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-olimex_a20-olinuxino-micro-ext4-sdcard.img.gz"]], ["FriendlyARM", "NanoPi NEO Air", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-friendlyarm_nanopi-neo-air-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-friendlyarm_nanopi-neo-air-ext4-sdcard.img.gz"]], ["Xunlong", "Orange Pi Zero", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-xunlong_orangepi-zero-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-xunlong_orangepi-zero-ext4-sdcard.img.gz"]], ["Olimex", "A20-OLinuXino-LIME", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-olimex_a20-olinuxino-lime-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-olimex_a20-olinuxino-lime-ext4-sdcard.img.gz"]], ["LeMaker", "Banana Pi M2 Ultra", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-lemaker_bananapi-m2-ultra-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-lemaker_bananapi-m2-ultra-ext4-sdcard.img.gz"]], ["Xunlong", "Orange Pi 2", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-xunlong_orangepi-2-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-xunlong_orangepi-2-ext4-sdcard.img.gz"]], ["Xunlong", "Orange Pi Plus", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-xunlong_orangepi-plus-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-xunlong_orangepi-plus-ext4-sdcard.img.gz"]], ["Olimex", "A20-OLinuXino-LIME2", "eMMC", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc-ext4-sdcard.img.gz"]], ["Xunlong", "Orange Pi PC", "", "sunxi/cortexa7", ["openwrt-sunxi-cortexa7-xunlong_orangepi-pc-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa7-xunlong_orangepi-pc-ext4-sdcard.img.gz"]], ["Pine64", "SoPine", "", "sunxi/cortexa53", ["openwrt-sunxi-cortexa53-pine64_sopine-baseboard-ext4-sdcard.img.gz", "openwrt-sunxi-cortexa53-pine64_sopine-baseboard-squashfs-sdcard.img.gz"]], ["FriendlyARM", "NanoPi NEO2", "", "sunxi/cortexa53", ["openwrt-sunxi-cortexa53-friendlyarm_nanopi-neo2-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa53-friendlyarm_nanopi-neo2-ext4-sdcard.img.gz"]], ["Pine64", "Pine64+", "", "sunxi/cortexa53", ["openwrt-sunxi-cortexa53-pine64_pine64-plus-ext4-sdcard.img.gz", "openwrt-sunxi-cortexa53-pine64_pine64-plus-squashfs-sdcard.img.gz"]], ["FriendlyARM", "NanoPi NEO Plus2", "", "sunxi/cortexa53", ["openwrt-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-squashfs-sdcard.img.gz", "openwrt-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2-ext4-sdcard.img.gz"]], ["Xunlong", "Orange Pi Zero Plus", "", "sunxi/cortexa53", ["openwrt-sunxi-cortexa53-xunlong_orangepi-zero-plus-ext4-sdcard.img.gz", "openwrt-sunxi-cortexa53-xunlong_orangepi-zero-plus-squashfs-sdcard.img.gz"]], ["Xunlong", "Orange Pi PC 2", "", "sunxi/cortexa53", ["openwrt-sunxi-cortexa53-xunlong_orangepi-pc2-ext4-sdcard.img.gz", "openwrt-sunxi-cortexa53-xunlong_orangepi-pc2-squashfs-sdcard.img.gz"]], ["Imagination Technologies", "Creator Ci40 (VL-62899)", "", "pistachio/", ["openwrt-pistachio-marduk-squashfs-sysupgrade.tar", "openwrt-pistachio-marduk-squashfs-factory.ubi"]], ["Imagination Technologies", "Marduk board", "", "pistachio/", ["openwrt-pistachio-marduk-squashfs-sysupgrade.tar", "openwrt-pistachio-marduk-squashfs-factory.ubi"]], ["Cisco Meraki", "MX60/MX60W", "", "apm821xx/nand", ["openwrt-apm821xx-nand-meraki_mx60-squashfs-sysupgrade.bin"]], ["NETGEAR", "Centria N900 WNDR4700/WNDR4720", "", "apm821xx/nand", ["openwrt-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin", "openwrt-apm821xx-nand-netgear_wndr4700-squashfs-factory.img"]], ["NETGEAR", "WNDAP620 (Premium Wireless-N)", "", "apm821xx/nand", ["openwrt-apm821xx-nand-netgear_wndap620-squashfs-sysupgrade.bin", "openwrt-apm821xx-nand-netgear_wndap620-squashfs-factory.img"]], ["NETGEAR", "WNDAP660 (Dual Radio Dual Band Wireless-N)", "", "apm821xx/nand", ["openwrt-apm821xx-nand-netgear_wndap660-squashfs-sysupgrade.bin", "openwrt-apm821xx-nand-netgear_wndap660-squashfs-factory.img"]], ["Cisco Meraki", "MR24", "", "apm821xx/nand", ["openwrt-apm821xx-nand-meraki_mr24-squashfs-sysupgrade.bin"]], ["Western Digital", "My Book Live Series (Single + Duo)", "", "apm821xx/sata", ["openwrt-apm821xx-sata-wd_mybooklive-ext4-factory.img.gz", "openwrt-apm821xx-sata-wd_mybooklive-ext4-sysupgrade.img.gz", "openwrt-apm821xx-sata-wd_mybooklive-squashfs-factory.img.gz", "openwrt-apm821xx-sata-wd_mybooklive-squashfs-sysupgrade.img.gz"]], ["Linksys", "WRT310N", "v1", "brcm47xx/generic", ["openwrt-brcm47xx-generic-linksys-wrt310n-v1-squashfs.bin"]], ["Linksys", "WRT300N", "v1.1", "brcm47xx/generic", ["openwrt-brcm47xx-generic-linksys-wrt300n-v1.1-squashfs.bin"]], ["Linksys", "WRT610N", "v1", "brcm47xx/generic", ["openwrt-brcm47xx-generic-linksys-wrt610n-v1-squashfs.bin"]], ["Linksys", "WRT350N", "v1", "brcm47xx/generic", ["openwrt-brcm47xx-generic-linksys-wrt350n-v1-squashfs.bin"]], ["", "Image with LZMA loader and LZMA compressed kernel", "", "brcm47xx/generic", ["openwrt-brcm47xx-generic-standard-squashfs.trx"]], ["Linksys", "E3000", "v1", "brcm47xx/generic", ["openwrt-brcm47xx-generic-linksys-e3000-v1-squashfs.bin"]], ["Linksys", "WRT610N", "v2", "brcm47xx/generic", ["openwrt-brcm47xx-generic-linksys-wrt610n-v2-squashfs.bin"]], ["ASUS", "WL-520gU", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-asus-wl-520gu-squashfs.trx"]], ["Motorola", "WA840G", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-motorola-wa840g-squashfs.bin"]], ["ASUS", "WL-320gP", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-asus-wl-320gp-squashfs.trx"]], ["ASUS", "WL-550gE", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-asus-wl-550ge-squashfs.trx"]], ["Edimax", "PS-1208MFg", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-edimax-ps1208-mfg-squashfs.bin"]], ["NETGEAR", "WNDR3300", "v1", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-netgear-wndr3300-v1-squashfs.chk"]], ["Linksys", "WRT160N", "v1", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-linksys-wrt160n-v1-squashfs.bin"]], ["ASUS", "WL-HDD25", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-asus-wl-hdd25-squashfs.trx"]], ["Huawei", "E970", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-huawei-e970-squashfs.bin"]], ["ASUS", "WL-500gP", "v2", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-asus-wl-500gp-v2-squashfs.trx"]], ["ASUS", "WL-500W", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-asus-wl-500w-squashfs.trx"]], ["NETGEAR", "WGR614", "v8", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-netgear-wgr614-v8-squashfs.chk"]], ["Motorola", "WR850G", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-motorola-wr850g-squashfs.bin"]], ["D-Link", "DWL-3150", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-dlink-dwl-3150-squashfs.bin"]], ["Linksys", "WRT54G3G-EM", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-linksys-wrt54g3g-em-squashfs.bin"]], ["ASUS", "WL-300g", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-asus-wl-300g-squashfs.trx"]], ["Linksys", "WRT54G3G", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-linksys-wrt54g3g-squashfs.bin"]], ["Motorola", "WE800G", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-motorola-we800g-squashfs.bin"]], ["Linksys", "WRTSL54GS", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-linksys-wrtsl54gs-squashfs.bin"]], ["NETGEAR", "WNR834B", "v2", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-netgear-wnr834b-v2-squashfs.chk"]], ["Linksys", "WRT54G", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-linksys-wrt54g-squashfs.bin"]], ["NETGEAR", "WGT634U", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-netgear-wgt634u-squashfs.bin"]], ["ASUS", "WL-500g Deluxe", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-asus-wl-500gd-squashfs.trx"]], ["Linksys", "WRT150N", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-linksys-wrt150n-squashfs.bin"]], ["", "Image with gzipped kernel", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-standard-noloader-gz-squashfs.trx"]], ["ASUS", "WL-330gE", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-asus-wl-330ge-squashfs.trx"]], ["Linksys", "WRT54GS", "v1/v2/v3", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-linksys-wrt54gs-squashfs.bin"]], ["Linksys", "WRT54G-TM", "v1", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-linksys-wrt54gs-squashfs.bin"]], ["ASUS", "WL-500gP", "v1", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-asus-wl-500gp-v1-squashfs.trx"]], ["US Robotics", "USR5461", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-usrobotics-usr5461-squashfs.bin"]], ["Linksys", "WRT300N", "v1", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-linksys-wrt300n-v1-squashfs.bin", "openwrt-brcm47xx-legacy-linksys-wrt300n-v1-squashfs.trx"]], ["Linksys", "WRT54G3GV2-VF", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-linksys-wrt54g3gv2-vf-squashfs.noheader.bin", "openwrt-brcm47xx-legacy-linksys-wrt54g3gv2-vf-squashfs.bin"]], ["", "Image with LZMA loader and LZMA compressed kernel", "", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-standard-squashfs.trx"]], ["Linksys", "WRT54GS", "v4", "brcm47xx/legacy", ["openwrt-brcm47xx-legacy-linksys-wrt54gs-v4-squashfs.bin"]], ["ASUS", "RT-N12", "D1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-asus-rt-n12-d1-squashfs.trx"]], ["Linksys", "E2500", "v2", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-linksys-e2500-v2-squashfs.bin"]], ["Linksys", "E1200", "v1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-linksys-e1200-v1-squashfs.bin"]], ["ASUS", "RT-N12HP", "", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-asus-rt-n12hp-squashfs.trx"]], ["Linksys", "E1000", "v1/v2/v2.1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-linksys-e1000-squashfs.bin"]], ["NETGEAR", "WNDR4000", "v1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-netgear-wndr4000-squashfs.chk"]], ["", "Image with LZMA loader and LZMA compressed kernel", "", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-standard-squashfs.trx"]], ["NETGEAR", "WNR3500L", "v1 (ROW)", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-netgear-wnr3500l-v1-squashfs.chk"]], ["NETGEAR", "WNR3500L", "v2", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-netgear-wnr3500l-v2-squashfs.chk"]], ["NETGEAR", "WNR1000", "v3", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-netgear-wnr1000-v3-squashfs.chk"]], ["Linksys", "E2500", "v2.1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-linksys-e2500-v2.1-squashfs.bin"]], ["NETGEAR", "WN2500RP", "v1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-netgear-wn2500rp-v1-squashfs.chk"]], ["ASUS", "RT-AC53U", "", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-asus-rt-ac53u-squashfs.trx"]], ["Linksys", "E2000", "v1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-linksys-e2000-v1-squashfs.bin"]], ["ASUS", "RT-N12", "C1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-asus-rt-n12-c1-squashfs.trx"]], ["ASUS", "RT-N53", "", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-asus-rt-n53-squashfs.trx"]], ["NETGEAR", "WNDR3700", "v3", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-netgear-wndr3700-v3-squashfs.chk"]], ["Linksys", "E1500", "v1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-linksys-e1500-v1-squashfs.bin"]], ["ASUS", "RT-N10U", "B", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-asus-rt-n10u-b-squashfs.trx"]], ["ASUS", "RT-N66W", "", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-asus-rt-n66w-squashfs.trx"]], ["NETGEAR", "WGR614", "v10 (NA)", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-netgear-wgr614-v10-na-squashfs.chk"]], ["NETGEAR", "WN3000RP", "", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-netgear-wn3000rp-squashfs.chk"]], ["ASUS", "RT-N10P", "v2", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-asus-rt-n10p-v2-squashfs.trx"]], ["ASUS", "RT-N15U", "", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-asus-rt-n15u-squashfs.trx"]], ["ASUS", "RT-N10P", "v1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-asus-rt-n10p-squashfs.trx"]], ["NETGEAR", "WNDR3400", "v3", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-netgear-wndr3400-v3-squashfs.chk"]], ["NETGEAR", "WNR2000", "v2", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-netgear-wnr2000v2-squashfs.chk"]], ["ASUS", "RT-N12", "A1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-asus-rt-n12-squashfs.trx"]], ["NETGEAR", "WGR614", "v10", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-netgear-wgr614-v10-squashfs.chk"]], ["", "Image with LZMA compressed kernel matching CFE decompressor", "", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx"]], ["Linksys", "E4200", "v1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-linksys-e4200-v1-squashfs.bin"]], ["ASUS", "RT-N10U", "A", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-asus-rt-n10u-squashfs.trx"]], ["Linksys", "E2500", "v1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-linksys-e2500-v1-squashfs.bin"]], ["ASUS", "RT-N12", "B1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-asus-rt-n12-b1-squashfs.trx"]], ["ASUS", "RT-N66U", "", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-asus-rt-n66u-squashfs.trx"]], ["NETGEAR", "WNDR3400", "v1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-netgear-wndr3400-v1-squashfs.chk"]], ["ASUS", "RT-N10", "", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-asus-rt-n10-squashfs.trx"]], ["NETGEAR", "WNDR3400", "v2", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-netgear-wndr3400-v2-squashfs.chk"]], ["Linksys", "WRT310N", "v2", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-linksys-wrt310n-v2-squashfs.bin"]], ["NETGEAR", "WNR3500", "v2", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-netgear-wnr3500-v2-squashfs.chk"]], ["Linksys", "WRT160N", "v3", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-linksys-wrt160n-v3-squashfs.bin"]], ["ASUS", "RT-N16", "", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-asus-rt-n16-squashfs.trx"]], ["Linksys", "E3200", "v1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-linksys-e3200-v1-squashfs.bin"]], ["Linksys", "E2500", "v3", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-linksys-e2500-v3-squashfs.bin"]], ["NETGEAR", "WNR3500L", "v1 (NA)", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-netgear-wnr3500l-v1-na-squashfs.chk"]], ["Linksys", "E1550", "v1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-linksys-e1550-v1-squashfs.bin"]], ["ASUS", "RT-N14UHP", "", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-asus-rt-n14uhp-squashfs.trx"]], ["Linksys", "WRT320N", "v1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-linksys-wrt320n-v1-squashfs.bin"]], ["Linksys", "E900", "v1", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-linksys-e900-v1-squashfs.bin"]], ["Linksys", "E1200", "v2", "brcm47xx/mips74k", ["openwrt-brcm47xx-mips74k-linksys-e1200-v2-squashfs.bin"]], ["Sophos", "RED 15w", "Rev.1", "mpc85xx/generic", ["openwrt-mpc85xx-generic-sophos_red-15w-rev1-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WDR4900", "v1", "mpc85xx/generic", ["openwrt-mpc85xx-generic-tplink_tl-wdr4900-v1-squashfs-sysupgrade.bin", "openwrt-mpc85xx-generic-tplink_tl-wdr4900-v1-squashfs-factory.bin"]], ["Freescale", "P2020RDB", "", "mpc85xx/p2020", ["openwrt-mpc85xx-p2020-freescale_p2020rdb-squashfs-sysupgrade.bin"]], ["OCEDO", "Panda", "", "mpc85xx/p1020", ["openwrt-mpc85xx-p1020-ocedo_panda-squashfs-fdt.bin", "openwrt-mpc85xx-p1020-ocedo_panda-squashfs-sysupgrade.bin"]], ["Aerohive", "HiveAP-330", "", "mpc85xx/p1020", ["openwrt-mpc85xx-p1020-aerohive_hiveap-330-squashfs-fdt.bin", "openwrt-mpc85xx-p1020-aerohive_hiveap-330-squashfs-sysupgrade.bin"]], ["Enterasys", "WS-AP3710i", "", "mpc85xx/p1020", ["openwrt-mpc85xx-p1020-enterasys_ws-ap3710i-squashfs-sysupgrade.bin"]], ["PandaBoard.org", "OMAP4 TI pandaboard", "", "omap/", ["openwrt-omap-ti_omap4-panda-ext4-sdcard.img.gz", "openwrt-omap-ti_omap4-panda-squashfs-sdcard.img.gz"]], ["Texas Instruments", "AM335x EVM", "", "omap/", ["openwrt-omap-ti_am335x-evm-ext4-sdcard.img.gz", "openwrt-omap-ti_am335x-evm-squashfs-sdcard.img.gz"]], ["Texas Instruments", "AM335x BeagleBone Black", "", "omap/", ["openwrt-omap-ti_am335x-bone-black-ext4-sdcard.img.gz", "openwrt-omap-ti_am335x-bone-black-squashfs-sdcard.img.gz"]], ["BeagleBoard.org", "OMAP3 TI beagleboard", "", "omap/", ["openwrt-omap-ti_omap3-beagle-ext4-sdcard.img.gz", "openwrt-omap-ti_omap3-beagle-squashfs-sdcard.img.gz"]], ["SolidRun", "CuBox-i", "", "imx6/", ["openwrt-imx6-cubox-i-squashfs-combined.bin"]], ["Gateworks", "Ventana family", "large NAND flash", "imx6/", ["openwrt-imx6-ventana-large-squashfs-nand.ubi"]], ["Gateworks", "Ventana family", "normal NAND flash", "imx6/", ["openwrt-imx6-ventana-squashfs-nand.ubi", "openwrt-imx6-ventana-squashfs-bootfs.tar.gz"]], ["Toradex", "Apalis family", "", "imx6/", ["openwrt-imx6-apalis-squashfs.sysupgrade.bin", "openwrt-imx6-apalis-squashfs.combined.bin"]], ["Raspberry Pi", "2B/3B/3B+/3CM/4B", "", "brcm2708/bcm2709", ["openwrt-brcm2708-bcm2709-rpi-2-ext4-factory.img.gz", "openwrt-brcm2708-bcm2709-rpi-2-ext4-sysupgrade.img.gz", "openwrt-brcm2708-bcm2709-rpi-2-squashfs-factory.img.gz", "openwrt-brcm2708-bcm2709-rpi-2-squashfs-sysupgrade.img.gz"]], ["Raspberry Pi", "4B", "", "brcm2708/bcm2711", ["openwrt-brcm2708-bcm2711-rpi-4-squashfs-factory.img.gz", "openwrt-brcm2708-bcm2711-rpi-4-squashfs-sysupgrade.img.gz", "openwrt-brcm2708-bcm2711-rpi-4-ext4-factory.img.gz", "openwrt-brcm2708-bcm2711-rpi-4-ext4-sysupgrade.img.gz"]], ["Raspberry Pi", "2B-1.2/3B/3B+/3CM", "", "brcm2708/bcm2710", ["openwrt-brcm2708-bcm2710-rpi-3-squashfs-factory.img.gz", "openwrt-brcm2708-bcm2710-rpi-3-ext4-factory.img.gz", "openwrt-brcm2708-bcm2710-rpi-3-squashfs-sysupgrade.img.gz"]], ["Raspberry Pi", "B/B+/CM/Zero/ZeroW", "", "brcm2708/bcm2708", ["openwrt-brcm2708-bcm2708-rpi-ext4-factory.img.gz", "openwrt-brcm2708-bcm2708-rpi-ext4-sysupgrade.img.gz", "openwrt-brcm2708-bcm2708-rpi-squashfs-factory.img.gz", "openwrt-brcm2708-bcm2708-rpi-squashfs-sysupgrade.img.gz"]], ["TP-Link", "RE650", "v1", "ramips/mt7621", ["openwrt-ramips-mt7621-tplink_re650-v1-squashfs-sysupgrade.bin", "openwrt-ramips-mt7621-tplink_re650-v1-squashfs-factory.bin"]], ["NETGEAR", "R6350", "", "ramips/mt7621", ["openwrt-ramips-mt7621-netgear_r6350-squashfs-sysupgrade.bin", "openwrt-ramips-mt7621-netgear_r6350-squashfs-kernel.bin", "openwrt-ramips-mt7621-netgear_r6350-squashfs-factory.img", "openwrt-ramips-mt7621-netgear_r6350-squashfs-rootfs.bin"]], ["TP-Link", "RE350", "v1", "ramips/mt7621", ["openwrt-ramips-mt7621-tplink_re350-v1-squashfs-sysupgrade.bin", "openwrt-ramips-mt7621-tplink_re350-v1-squashfs-factory.bin"]], ["I-O DATA", "WNPR2600G", "", "ramips/mt7621", ["openwrt-ramips-mt7621-iodata_wnpr2600g-squashfs-factory.bin"]], ["Edimax", "Gemini AC2600 RG21S", "", "ramips/mt7621", ["openwrt-ramips-mt7621-edimax_rg21s-squashfs-factory.bin"]], ["WeVO", "W2914NS", "v2", "ramips/mt7621", ["openwrt-ramips-mt7621-wevo_w2914ns-v2-squashfs-sysupgrade.bin"]], ["Ubiquiti", "EdgeRouter X-SFP", "", "ramips/mt7621", ["openwrt-ramips-mt7621-ubiquiti_edgerouterx-sfp-squashfs-sysupgrade.bin"]], ["Phicomm", "K2P", "", "ramips/mt7621", ["openwrt-ramips-mt7621-phicomm_k2p-squashfs-sysupgrade.bin"]], ["Phicomm", "KE 2P", "", "ramips/mt7621", ["openwrt-ramips-mt7621-phicomm_k2p-squashfs-sysupgrade.bin"]], ["Linksys", "RE6500", "", "ramips/mt7621", ["openwrt-ramips-mt7621-linksys_re6500-squashfs-sysupgrade.bin"]], ["AsiaRF", "AP7621-NV1", "", "ramips/mt7621", ["openwrt-ramips-mt7621-asiarf_ap7621-nv1-squashfs-sysupgrade.bin"]], ["Xiaomi", "Mi Router 3 Pro", "", "ramips/mt7621", ["openwrt-ramips-mt7621-xiaomi_mir3p-squashfs-sysupgrade.bin", "openwrt-ramips-mt7621-xiaomi_mir3p-squashfs-factory.bin"]], ["NETGEAR", "EX6150", "", "ramips/mt7621", ["openwrt-ramips-mt7621-netgear_ex6150-squashfs-sysupgrade.bin", "openwrt-ramips-mt7621-netgear_ex6150-squashfs-factory.chk"]], ["D-Link", "DIR-860L", "B1", "ramips/mt7621", ["openwrt-ramips-mt7621-dlink_dir-860l-b1-squashfs-sysupgrade.bin", "openwrt-ramips-mt7621-dlink_dir-860l-b1-squashfs-factory.bin"]], ["NETIS", "WF-2881", "", "ramips/mt7621", ["openwrt-ramips-mt7621-netis_wf-2881-squashfs-sysupgrade.bin"]], ["NETGEAR", "R6220", "", "ramips/mt7621", ["openwrt-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin", "openwrt-ramips-mt7621-netgear_r6220-squashfs-kernel.bin", "openwrt-ramips-mt7621-netgear_r6220-squashfs-factory.img", "openwrt-ramips-mt7621-netgear_r6220-squashfs-rootfs.bin"]], ["UniElec", "U7621-06", "64M", "ramips/mt7621", ["openwrt-ramips-mt7621-unielec_u7621-06-64m-squashfs-sysupgrade.bin"]], ["I-O DATA", "WN-GX300GR", "", "ramips/mt7621", ["openwrt-ramips-mt7621-iodata_wn-gx300gr-squashfs-sysupgrade.bin"]], ["ASUS", "RT-AC57U", "", "ramips/mt7621", ["openwrt-ramips-mt7621-asus_rt-ac57u-squashfs-sysupgrade.bin"]], ["JCG", "JHR-AC876M", "", "ramips/mt7621", ["openwrt-ramips-mt7621-jcg_jhr-ac876m-squashfs-sysupgrade.bin", "openwrt-ramips-mt7621-jcg_jhr-ac876m-squashfs-factory.bin"]], ["MikroTik", "RouterBOARD M33G", "", "ramips/mt7621", ["openwrt-ramips-mt7621-mikrotik_rbm33g-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WG3526", "32M", "ramips/mt7621", ["openwrt-ramips-mt7621-zbtlink_zbt-wg3526-32m-squashfs-sysupgrade.bin"]], ["Mediatek", "AP-MT7621A-V60 EVB", "", "ramips/mt7621", ["openwrt-ramips-mt7621-mediatek_ap-mt7621a-v60-squashfs-sysupgrade.bin"]], ["Newifi", "D2", "", "ramips/mt7621", ["openwrt-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin"]], ["PandoraBox", "PBR-M1", "", "ramips/mt7621", ["openwrt-ramips-mt7621-d-team_pbr-m1-squashfs-sysupgrade.bin"]], ["MediaTek", "MT7621 EVB", "", "ramips/mt7621", ["openwrt-ramips-mt7621-mediatek_mt7621-eval-board-squashfs-sysupgrade.bin"]], ["NETGEAR", "R6260", "", "ramips/mt7621", ["openwrt-ramips-mt7621-netgear_r6260-squashfs-kernel.bin", "openwrt-ramips-mt7621-netgear_r6260-squashfs-factory.img"]], ["YouHua", "WR1200JS", "", "ramips/mt7621", ["openwrt-ramips-mt7621-youhua_wr1200js-squashfs-sysupgrade.bin"]], ["Newifi", "D1", "", "ramips/mt7621", ["openwrt-ramips-mt7621-lenovo_newifi-d1-squashfs-sysupgrade.bin"]], ["I-O DATA", "WN-AX1167GR", "", "ramips/mt7621", ["openwrt-ramips-mt7621-iodata_wn-ax1167gr-squashfs-sysupgrade.bin"]], ["ALFA Network", "Quad-E4G", "", "ramips/mt7621", ["openwrt-ramips-mt7621-alfa-network_quad-e4g-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WG3526", "16M", "ramips/mt7621", ["openwrt-ramips-mt7621-zbtlink_zbt-wg3526-16m-squashfs-sysupgrade.bin"]], ["XiaoYu", "XY-C5", "", "ramips/mt7621", ["openwrt-ramips-mt7621-xiaoyu_xy-c5-squashfs-sysupgrade.bin"]], ["ASUS", "RT-AC85P", "", "ramips/mt7621", ["openwrt-ramips-mt7621-asus_rt-ac85p-squashfs-sysupgrade.bin", "openwrt-ramips-mt7621-asus_rt-ac85p-squashfs-factory.bin"]], ["GnuBee", "Personal Cloud One", "", "ramips/mt7621", ["openwrt-ramips-mt7621-gnubee_gb-pc1-squashfs-sysupgrade.bin"]], ["TOTOLINK", "A7000R", "", "ramips/mt7621", ["openwrt-ramips-mt7621-totolink_a7000r-squashfs-sysupgrade.bin"]], ["Ubiquiti", "EdgeRouter X", "", "ramips/mt7621", ["openwrt-ramips-mt7621-ubiquiti_edgerouterx-squashfs-sysupgrade.bin"]], ["AFOUNDRY", "EW1200", "", "ramips/mt7621", ["openwrt-ramips-mt7621-afoundry_ew1200-squashfs-sysupgrade.bin"]], ["Planex", "VR500", "", "ramips/mt7621", ["openwrt-ramips-mt7621-planex_vr500-squashfs-sysupgrade.bin"]], ["ELECOM", "WRC-1900GST", "", "ramips/mt7621", ["openwrt-ramips-mt7621-elecom_wrc-1900gst-squashfs-sysupgrade.bin", "openwrt-ramips-mt7621-elecom_wrc-1900gst-squashfs-factory.bin"]], ["ADSLR", "G7", "", "ramips/mt7621", ["openwrt-ramips-mt7621-adslr_g7-squashfs-sysupgrade.bin"]], ["Thunder", "Timecloud", "", "ramips/mt7621", ["openwrt-ramips-mt7621-thunder_timecloud-squashfs-sysupgrade.bin"]], ["MikroTik", "RouterBOARD RB750G", "r3", "ramips/mt7621", ["openwrt-ramips-mt7621-mikrotik_rb750gr3-squashfs-sysupgrade.bin"]], ["Buffalo", "WSR-1166DHP", "", "ramips/mt7621", ["openwrt-ramips-mt7621-buffalo_wsr-1166dhp-squashfs-sysupgrade.bin"]], ["Buffalo", "WSR-600DHP", "", "ramips/mt7621", ["openwrt-ramips-mt7621-buffalo_wsr-600dhp-squashfs-sysupgrade.bin"]], ["CreativeBox", "v1", "", "ramips/mt7621", ["openwrt-ramips-mt7621-xzwifi_creativebox-v1-squashfs-sysupgrade.bin"]], ["MQmaker", "WiTi", "", "ramips/mt7621", ["openwrt-ramips-mt7621-mqmaker_witi-squashfs-sysupgrade.bin"]], ["ZIO", "FREEZIO", "", "ramips/mt7621", ["openwrt-ramips-mt7621-zio_freezio-squashfs-sysupgrade.bin"]], ["NETGEAR", "R6850", "", "ramips/mt7621", ["openwrt-ramips-mt7621-netgear_r6850-squashfs-kernel.bin", "openwrt-ramips-mt7621-netgear_r6850-squashfs-sysupgrade.bin", "openwrt-ramips-mt7621-netgear_r6850-squashfs-factory.img", "openwrt-ramips-mt7621-netgear_r6850-squashfs-rootfs.bin"]], ["Zbtlink", "ZBT-WG2626", "", "ramips/mt7621", ["openwrt-ramips-mt7621-zbtlink_zbt-wg2626-squashfs-sysupgrade.bin"]], ["Xiaomi", "Mi Router 3G", "", "ramips/mt7621", ["openwrt-ramips-mt7621-xiaomi_mir3g-squashfs-kernel1.bin", "openwrt-ramips-mt7621-xiaomi_mir3g-squashfs-sysupgrade.bin", "openwrt-ramips-mt7621-xiaomi_mir3g-squashfs-rootfs0.bin"]], ["Edimax", "RA21S", "", "ramips/mt7621", ["openwrt-ramips-mt7621-edimax_ra21s-squashfs-sysupgrade.bin", "openwrt-ramips-mt7621-edimax_ra21s-squashfs-factory.bin"]], ["Edimax", "Gemini RA21S", "", "ramips/mt7621", ["openwrt-ramips-mt7621-edimax_ra21s-squashfs-sysupgrade.bin", "openwrt-ramips-mt7621-edimax_ra21s-squashfs-factory.bin"]], ["WeVO", "11AC NAS Router", "", "ramips/mt7621", ["openwrt-ramips-mt7621-wevo_11acnas-squashfs-sysupgrade.bin"]], ["MTC", "Wireless Router WR1201", "", "ramips/mt7621", ["openwrt-ramips-mt7621-mtc_wr1201-squashfs-sysupgrade.bin"]], ["Xiaomi", "Mi Router 3G", "v2", "ramips/mt7621", ["openwrt-ramips-mt7621-xiaomi_mir3g-v2-squashfs-sysupgrade.bin"]], ["Xiaomi", "Mi Router 4A", "Gigabit Edition", "ramips/mt7621", ["openwrt-ramips-mt7621-xiaomi_mir3g-v2-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WE1326", "", "ramips/mt7621", ["openwrt-ramips-mt7621-zbtlink_zbt-we1326-squashfs-sysupgrade.bin"]], ["ASUS", "RT-AC65P", "", "ramips/mt7621", ["openwrt-ramips-mt7621-asus_rt-ac65p-squashfs-sysupgrade.bin", "openwrt-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin"]], ["ELECOM", "WRC-2533GST", "", "ramips/mt7621", ["openwrt-ramips-mt7621-elecom_wrc-2533gst-squashfs-sysupgrade.bin", "openwrt-ramips-mt7621-elecom_wrc-2533gst-squashfs-factory.bin"]], ["ipTIME", "A6ns-M", "", "ramips/mt7621", ["openwrt-ramips-mt7621-iptime_a6ns-m-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WE3526", "", "ramips/mt7621", ["openwrt-ramips-mt7621-zbtlink_zbt-we3526-squashfs-sysupgrade.bin"]], ["Telco Electronics", "X1", "", "ramips/mt7621", ["openwrt-ramips-mt7621-telco-electronics_x1-squashfs-sysupgrade.bin"]], ["Youku", "YK-L2", "", "ramips/mt7621", ["openwrt-ramips-mt7621-youku_yk-l2-squashfs-sysupgrade.bin"]], ["Firefly", "FireWRT", "", "ramips/mt7621", ["openwrt-ramips-mt7621-firefly_firewrt-squashfs-sysupgrade.bin"]], ["MikroTik", "RouterBOARD M11G", "", "ramips/mt7621", ["openwrt-ramips-mt7621-mikrotik_rbm11g-squashfs-sysupgrade.bin"]], ["NETGEAR", "WNDR3700", "v5", "ramips/mt7621", ["openwrt-ramips-mt7621-netgear_wndr3700-v5-squashfs-sysupgrade.bin", "openwrt-ramips-mt7621-netgear_wndr3700-v5-squashfs-factory.img"]], ["ELECOM", "WRC-1167GHBK2-S", "", "ramips/mt7621", ["openwrt-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-sysupgrade.bin", "openwrt-ramips-mt7621-elecom_wrc-1167ghbk2-s-squashfs-factory.bin"]], ["AsiaRF", "AP7621-001", "", "ramips/mt7621", ["openwrt-ramips-mt7621-asiarf_ap7621-001-squashfs-sysupgrade.bin"]], ["ipTIME", "A8004T", "", "ramips/mt7621", ["openwrt-ramips-mt7621-iptime_a8004t-squashfs-sysupgrade.bin"]], ["STORYLiNK", "SAP-G3200U3", "", "ramips/mt7621", ["openwrt-ramips-mt7621-storylink_sap-g3200u3-squashfs-sysupgrade.bin"]], ["SamKnows", "Whitebox 8", "", "ramips/mt7621", ["openwrt-ramips-mt7621-samknows_whitebox-v8-squashfs-sysupgrade.bin"]], ["UniElec", "U7621-06", "16M", "ramips/mt7621", ["openwrt-ramips-mt7621-unielec_u7621-06-16m-squashfs-sysupgrade.bin"]], ["GnuBee", "Personal Cloud Two", "", "ramips/mt7621", ["openwrt-ramips-mt7621-gnubee_gb-pc2-squashfs-sysupgrade.bin"]], ["Poray", "IP2202", "", "ramips/rt305x", ["openwrt-ramips-rt305x-poray_ip2202-squashfs-sysupgrade.bin"]], ["Aztech", "HW550-3G", "", "ramips/rt305x", ["openwrt-ramips-rt305x-aztech_hw550-3g-squashfs-sysupgrade.bin"]], ["Allnet", "ALL0239-3G", "", "ramips/rt305x", ["openwrt-ramips-rt305x-aztech_hw550-3g-squashfs-sysupgrade.bin"]], ["Hi-Link", "HLK-RM04", "", "ramips/rt305x", ["openwrt-ramips-rt305x-hilink_hlk-rm04-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-hilink_hlk-rm04-squashfs-factory.bin"]], ["MoFi Network", "MOFI3500-3GN", "", "ramips/rt305x", ["openwrt-ramips-rt305x-mofinetwork_mofi3500-3gn-squashfs-sysupgrade.bin"]], ["JCG", "JHR-N926R", "", "ramips/rt305x", ["openwrt-ramips-rt305x-jcg_jhr-n926r-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-jcg_jhr-n926r-squashfs-factory.bin"]], ["ZyXEL", "NBG-419N", "", "ramips/rt305x", ["openwrt-ramips-rt305x-zyxel_nbg-419n-squashfs-sysupgrade.bin"]], ["ALFA", "Networks W502U", "", "ramips/rt305x", ["openwrt-ramips-rt305x-alfa-network_w502u-squashfs-sysupgrade.bin"]], ["Hauppauge", "Broadway", "", "ramips/rt305x", ["openwrt-ramips-rt305x-hauppauge_broadway-squashfs-sysupgrade.bin"]], ["HAME", "MPR", "A2", "ramips/rt305x", ["openwrt-ramips-rt305x-hame_mpr-a2-squashfs-sysupgrade.bin"]], ["Tenda", "W306R", "V2.0", "ramips/rt305x", ["openwrt-ramips-rt305x-tenda_w306r-v2-squashfs-sysupgrade.bin"]], ["Sparklan", "WCR-150GN", "", "ramips/rt305x", ["openwrt-ramips-rt305x-sparklan_wcr-150gn-squashfs-sysupgrade.bin"]], ["Huawei", "D105", "", "ramips/rt305x", ["openwrt-ramips-rt305x-huawei_d105-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-620", "A1", "ramips/rt305x", ["openwrt-ramips-rt305x-dlink_dir-620-a1-squashfs-sysupgrade.bin"]], ["7Links", "PX-4885", "8M", "ramips/rt305x", ["openwrt-ramips-rt305x-7links_px-4885-8m-squashfs-sysupgrade.bin"]], ["UPVEL", "UR-336UN", "", "ramips/rt305x", ["openwrt-ramips-rt305x-upvel_ur-336un-squashfs-sysupgrade.bin"]], ["Edimax", "3g-6200nl", "", "ramips/rt305x", ["openwrt-ramips-rt305x-edimax_3g-6200nl-squashfs-sysupgrade.bin"]], ["AsiaRF", "AWAPN2403", "", "ramips/rt305x", ["openwrt-ramips-rt305x-asiarf_awapn2403-squashfs-sysupgrade.bin"]], ["Accton", "WR6202", "", "ramips/rt305x", ["openwrt-ramips-rt305x-accton_wr6202-squashfs-sysupgrade.bin"]], ["Planex", "MZK-DP150N", "", "ramips/rt305x", ["openwrt-ramips-rt305x-planex_mzk-dp150n-squashfs-sysupgrade.bin"]], ["7Links", "PX-4885", "4M", "ramips/rt305x", ["openwrt-ramips-rt305x-7links_px-4885-4m-squashfs-sysupgrade.bin"]], ["EasyAcc", "WIZARD 8800", "", "ramips/rt305x", ["openwrt-ramips-rt305x-easyacc_wizard-8800-squashfs-sysupgrade.bin"]], ["Alpha", "ASL26555", "", "ramips/rt305x", ["openwrt-ramips-rt305x-alphanetworks_asl26555-8m-squashfs-sysupgrade.bin"]], ["EnGenius", "ESR-9753", "", "ramips/rt305x", ["openwrt-ramips-rt305x-engenius_esr-9753-squashfs-sysupgrade.bin"]], ["Poray", "M4", "8M", "ramips/rt305x", ["openwrt-ramips-rt305x-poray_m4-8m-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-poray_m4-8m-squashfs-factory.bin"]], ["AXIMCom", "MR-102N", "", "ramips/rt305x", ["openwrt-ramips-rt305x-aximcom_mr-102n-squashfs-sysupgrade.bin"]], ["D-Link", "DAP-1350", "", "ramips/rt305x", ["openwrt-ramips-rt305x-dlink_dap-1350-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-dlink_dap-1350-squashfs-factory-NA.bin", "openwrt-ramips-rt305x-dlink_dap-1350-squashfs-factory.bin"]], ["D-Link", "DIR-300", "B1", "ramips/rt305x", ["openwrt-ramips-rt305x-dlink_dir-300-b1-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-dlink_dir-300-b1-squashfs-factory.bin"]], ["Nexx", "WT1520", "8M", "ramips/rt305x", ["openwrt-ramips-rt305x-nexx_wt1520-8m-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-nexx_wt1520-8m-squashfs-factory.bin"]], ["Sitecom", "WL-351 v1", "", "ramips/rt305x", ["openwrt-ramips-rt305x-sitecom_wl-351-squashfs-sysupgrade.bin"]], ["TRENDnet", "TEW-638APB", "v2", "ramips/rt305x", ["openwrt-ramips-rt305x-trendnet_tew-638apb-v2-squashfs-sysupgrade.bin"]], ["ZyXEL", "NBG-419N", "v2", "ramips/rt305x", ["openwrt-ramips-rt305x-zyxel_nbg-419n-v2-squashfs-sysupgrade.bin"]], ["8devices", "Carambola", "", "ramips/rt305x", ["openwrt-ramips-rt305x-8devices_carambola-squashfs-sysupgrade.bin"]], ["HAME", "MPR", "A1", "ramips/rt305x", ["openwrt-ramips-rt305x-hame_mpr-a1-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-615", "H1", "ramips/rt305x", ["openwrt-ramips-rt305x-dlink_dir-615-h1-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-dlink_dir-615-h1-squashfs-factory.bin"]], ["Tenda", "3G300M", "", "ramips/rt305x", ["openwrt-ramips-rt305x-tenda_3g300m-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-620", "D1", "ramips/rt305x", ["openwrt-ramips-rt305x-dlink_dir-620-d1-squashfs-sysupgrade.bin"]], ["Ralink", "WR512-3GN", "8M", "ramips/rt305x", ["openwrt-ramips-rt305x-unbranded_wr512-3gn-8m-squashfs-sysupgrade.bin"]], ["Intenso", "Memory 2 Move", "", "ramips/rt305x", ["openwrt-ramips-rt305x-intenso_memory2move-squashfs-sysupgrade.bin"]], ["Omnima", "MiniEMBPlug", "", "ramips/rt305x", ["openwrt-ramips-rt305x-omnima_miniembplug-squashfs-sysupgrade.bin"]], ["Teltonika", "RUT5XX", "", "ramips/rt305x", ["openwrt-ramips-rt305x-teltonika_rut5xx-squashfs-sysupgrade.bin"]], ["Allnet", "ALL5002", "", "ramips/rt305x", ["openwrt-ramips-rt305x-allnet_all5002-squashfs-sysupgrade.bin"]], ["AirLive", "Air3GII", "", "ramips/rt305x", ["openwrt-ramips-rt305x-airlive_air3gii-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-320", "B1", "ramips/rt305x", ["openwrt-ramips-rt305x-dlink_dir-320-b1-squashfs-sysupgrade.bin"]], ["Nexx", "WT1520", "4M", "ramips/rt305x", ["openwrt-ramips-rt305x-nexx_wt1520-4m-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-nexx_wt1520-4m-squashfs-factory.bin"]], ["VoCore", "VoCore", "8M", "ramips/rt305x", ["openwrt-ramips-rt305x-vocore_vocore-8m-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-615", "D", "ramips/rt305x", ["openwrt-ramips-rt305x-dlink_dir-615-d-squashfs-factory.bin", "openwrt-ramips-rt305x-dlink_dir-615-d-squashfs-sysupgrade.bin"]], ["JCG", "JHR-N805R", "", "ramips/rt305x", ["openwrt-ramips-rt305x-jcg_jhr-n805r-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-jcg_jhr-n805r-squashfs-factory.bin"]], ["Allnet", "ALL0256N", "8M", "ramips/rt305x", ["openwrt-ramips-rt305x-allnet_all0256n-8m-squashfs-sysupgrade.bin"]], ["Poray", "X8", "", "ramips/rt305x", ["openwrt-ramips-rt305x-poray_x8-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-poray_x8-squashfs-factory.bin"]], ["Allnet", "ALL5003", "", "ramips/rt305x", ["openwrt-ramips-rt305x-allnet_all5003-squashfs-sysupgrade.bin"]], ["Fon", "Fonera 2.0N", "", "ramips/rt305x", ["openwrt-ramips-rt305x-fon_fonera-20n-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-fon_fonera-20n-squashfs-factory.bin"]], ["ZyXEL", "Keenetic Start", "", "ramips/rt305x", ["openwrt-ramips-rt305x-zyxel_keenetic-start-squashfs-sysupgrade.bin"]], ["Netcore", "NW718", "", "ramips/rt305x", ["openwrt-ramips-rt305x-netcore_nw718-squashfs-sysupgrade.bin"]], ["Alpha", "ASL26555", "16M", "ramips/rt305x", ["openwrt-ramips-rt305x-alphanetworks_asl26555-16m-squashfs-sysupgrade.bin"]], ["Asus", "WL-330N", "", "ramips/rt305x", ["openwrt-ramips-rt305x-asus_wl-330n-squashfs-sysupgrade.bin"]], ["NexAira", "BC2", "", "ramips/rt305x", ["openwrt-ramips-rt305x-nexaira_bc2-squashfs-sysupgrade.bin"]], ["ARC Wireless", "FreeStation", "", "ramips/rt305x", ["openwrt-ramips-rt305x-arcwireless_freestation5-squashfs-sysupgrade.bin"]], ["Buffalo", "WHR-G300N", "", "ramips/rt305x", ["openwrt-ramips-rt305x-buffalo_whr-g300n-squashfs-tftp.bin", "openwrt-ramips-rt305x-buffalo_whr-g300n-squashfs-sysupgrade.bin"]], ["Asus", "RT-N13U", "", "ramips/rt305x", ["openwrt-ramips-rt305x-asus_rt-n13u-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-600", "B1/B2", "ramips/rt305x", ["openwrt-ramips-rt305x-dlink_dir-600-b1-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-dlink_dir-600-b1-squashfs-factory.bin"]], ["Planex", "MZK-W300NH2", "", "ramips/rt305x", ["openwrt-ramips-rt305x-planex_mzk-w300nh2-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-planex_mzk-w300nh2-squashfs-factory.bin"]], ["HooToo", "HT-TM02", "", "ramips/rt305x", ["openwrt-ramips-rt305x-hootoo_ht-tm02-squashfs-sysupgrade.bin"]], ["OLIMEX", "RT5350F-OLinuXino", "", "ramips/rt305x", ["openwrt-ramips-rt305x-olimex_rt5350f-olinuxino-squashfs-sysupgrade.bin"]], ["Petatel", "PSR-680W Wireless 3G Router", "", "ramips/rt305x", ["openwrt-ramips-rt305x-petatel_psr-680w-squashfs-sysupgrade.bin"]], ["NETGEAR", "WNCE2001", "", "ramips/rt305x", ["openwrt-ramips-rt305x-netgear_wnce2001-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-netgear_wnce2001-squashfs-factory.bin", "openwrt-ramips-rt305x-netgear_wnce2001-squashfs-factory-NA.bin"]], ["Skyline", "SL-R7205 Wireless 3G Router", "", "ramips/rt305x", ["openwrt-ramips-rt305x-skyline_sl-r7205-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-610", "A1", "ramips/rt305x", ["openwrt-ramips-rt305x-dlink_dir-610-a1-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-dlink_dir-610-a1-squashfs-factory.bin"]], ["Nixcore", "X1", "16M", "ramips/rt305x", ["openwrt-ramips-rt305x-nixcore_x1-16m-squashfs-sysupgrade.bin"]], ["Poray", "M3", "", "ramips/rt305x", ["openwrt-ramips-rt305x-poray_m3-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-poray_m3-squashfs-factory.bin"]], ["Poray", "M4", "4M", "ramips/rt305x", ["openwrt-ramips-rt305x-poray_m4-4m-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-poray_m4-4m-squashfs-factory.bin"]], ["Edimax", "3g-6200n", "", "ramips/rt305x", ["openwrt-ramips-rt305x-edimax_3g-6200n-squashfs-sysupgrade.bin"]], ["WIZnet", "WizFi630A", "", "ramips/rt305x", ["openwrt-ramips-rt305x-wiznet_wizfi630a-squashfs-sysupgrade.bin"]], ["Zorlik", "ZL5900V2", "", "ramips/rt305x", ["openwrt-ramips-rt305x-zorlik_zl5900v2-squashfs-sysupgrade.bin"]], ["Belkin", "F5D8235", "v2", "ramips/rt305x", ["openwrt-ramips-rt305x-belkin_f5d8235-v2-squashfs-sysupgrade.bin"]], ["VoCore", "VoCore", "16M", "ramips/rt305x", ["openwrt-ramips-rt305x-vocore_vocore-16m-squashfs-sysupgrade.bin"]], ["Tenda", "3G150B", "", "ramips/rt305x", ["openwrt-ramips-rt305x-tenda_3g150b-squashfs-sysupgrade.bin"]], ["Ralink", "AP-RT3052-V22RW-2X2", "", "ramips/rt305x", ["openwrt-ramips-rt305x-ralink_v22rw-2x2-squashfs-sysupgrade.bin"]], ["Omnima", "MiniEMBWiFi", "", "ramips/rt305x", ["openwrt-ramips-rt305x-omnima_miniembwifi-squashfs-sysupgrade.bin"]], ["Nixcore", "X1", "8M", "ramips/rt305x", ["openwrt-ramips-rt305x-nixcore_x1-8m-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-300", "B7", "ramips/rt305x", ["openwrt-ramips-rt305x-dlink_dir-300-b7-squashfs-sysupgrade.bin"]], ["Asus", "RT-G32", "B1", "ramips/rt305x", ["openwrt-ramips-rt305x-asus_rt-g32-b1-squashfs-sysupgrade.bin"]], ["HuaWei", "HG255D", "", "ramips/rt305x", ["openwrt-ramips-rt305x-huawei_hg255d-squashfs-sysupgrade.bin"]], ["XDX", "RN502J", "", "ramips/rt305x", ["openwrt-ramips-rt305x-unbranded_xdx-rn502j-squashfs-sysupgrade.bin"]], ["Argus", "ATP-52B", "", "ramips/rt305x", ["openwrt-ramips-rt305x-argus_atp-52b-squashfs-sysupgrade.bin"]], ["UPVEL", "UR-326N4G", "", "ramips/rt305x", ["openwrt-ramips-rt305x-upvel_ur-326n4g-squashfs-sysupgrade.bin"]], ["TRENDnet", "TEW-714TRU", "", "ramips/rt305x", ["openwrt-ramips-rt305x-trendnet_tew-714tru-squashfs-sysupgrade.bin"]], ["AsiaRF", "AWM002-EVB", "4M", "ramips/rt305x", ["openwrt-ramips-rt305x-asiarf_awm002-evb-4m-squashfs-sysupgrade.bin"]], ["Planex", "MZK-WDPR", "", "ramips/rt305x", ["openwrt-ramips-rt305x-planex_mzk-wdpr-squashfs-sysupgrade.bin"]], ["Belkin", "F7C027", "", "ramips/rt305x", ["openwrt-ramips-rt305x-belkin_f7c027-squashfs-sysupgrade.bin"]], ["", "A5-V11", "", "ramips/rt305x", ["openwrt-ramips-rt305x-unbranded_a5-v11-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-unbranded_a5-v11-squashfs-factory.bin"]], ["AsiaRF", "AWM002-EVB/AWM003-EVB", "8M", "ramips/rt305x", ["openwrt-ramips-rt305x-asiarf_awm002-evb-8m-squashfs-sysupgrade.bin"]], ["Asus", "RT-N10+", "", "ramips/rt305x", ["openwrt-ramips-rt305x-asus_rt-n10-plus-squashfs-sysupgrade.bin"]], ["Wansview", "NCS601W", "", "ramips/rt305x", ["openwrt-ramips-rt305x-wansview_ncs601w-squashfs-sysupgrade.bin"]], ["Allnet", "ALL0256N", "4M", "ramips/rt305x", ["openwrt-ramips-rt305x-allnet_all0256n-4m-squashfs-sysupgrade.bin"]], ["ZyXEL", "Keenetic", "", "ramips/rt305x", ["openwrt-ramips-rt305x-zyxel_keenetic-squashfs-sysupgrade.bin"]], ["Asus", "WL-330N3G", "", "ramips/rt305x", ["openwrt-ramips-rt305x-asus_wl-330n3g-squashfs-sysupgrade.bin"]], ["Prolink", "PWH2004", "", "ramips/rt305x", ["openwrt-ramips-rt305x-prolink_pwh2004-squashfs-sysupgrade.bin"]], ["Tenda", "W150M", "", "ramips/rt305x", ["openwrt-ramips-rt305x-tenda_w150m-squashfs-sysupgrade.bin"]], ["D-Link", "DWR-512", "B", "ramips/rt305x", ["openwrt-ramips-rt305x-dlink_dwr-512-b-squashfs-sysupgrade.bin", "openwrt-ramips-rt305x-dlink_dwr-512-b-squashfs-factory.bin"]], ["JCG", "JHR-N825R", "", "ramips/rt305x", ["openwrt-ramips-rt305x-jcg_jhr-n825r-squashfs-factory.bin", "openwrt-ramips-rt305x-jcg_jhr-n825r-squashfs-sysupgrade.bin"]], ["Ralink", "WR512-3GN", "4M", "ramips/rt305x", ["openwrt-ramips-rt305x-unbranded_wr512-3gn-4m-squashfs-sysupgrade.bin"]], ["Poray", "X5/X6", "", "ramips/rt305x", ["openwrt-ramips-rt305x-poray_x5-squashfs-factory.bin", "openwrt-ramips-rt305x-poray_x5-squashfs-sysupgrade.bin"]], ["OLIMEX", "RT5350F-OLinuXino-EVB", "", "ramips/rt305x", ["openwrt-ramips-rt305x-olimex_rt5350f-olinuxino-evb-squashfs-sysupgrade.bin"]], ["Loewe", "WMDR-143N", "", "ramips/rt3883", ["openwrt-ramips-rt3883-loewe_wmdr-143n-squashfs-sysupgrade.bin"]], ["Omnima", "HPM", "", "ramips/rt3883", ["openwrt-ramips-rt3883-omnima_hpm-squashfs-sysupgrade.bin"]], ["Edimax", "BR-6475nD", "", "ramips/rt3883", ["openwrt-ramips-rt3883-edimax_br-6475nd-squashfs-sysupgrade.bin"]], ["Samsung", "CY-SWR1100", "", "ramips/rt3883", ["openwrt-ramips-rt3883-samsung_cy-swr1100-squashfs-factory.bin", "openwrt-ramips-rt3883-samsung_cy-swr1100-squashfs-sysupgrade.bin"]], ["Asus", "RT-N56U", "", "ramips/rt3883", ["openwrt-ramips-rt3883-asus_rt-n56u-squashfs-sysupgrade.bin"]], ["Belkin", "F9K1109", "Version 1.0", "ramips/rt3883", ["openwrt-ramips-rt3883-belkin_f9k1109v1-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-645", "", "ramips/rt3883", ["openwrt-ramips-rt3883-dlink_dir-645-squashfs-factory.bin", "openwrt-ramips-rt3883-dlink_dir-645-squashfs-sysupgrade.bin"]], ["TRENDnet", "TEW-692GR", "", "ramips/rt3883", ["openwrt-ramips-rt3883-trendnet_tew-692gr-squashfs-factory.bin", "openwrt-ramips-rt3883-trendnet_tew-692gr-squashfs-sysupgrade.bin"]], ["Sitecom", "WLR-6000", "", "ramips/rt3883", ["openwrt-ramips-rt3883-sitecom_wlr-6000-squashfs-factory.dlf", "openwrt-ramips-rt3883-sitecom_wlr-6000-squashfs-sysupgrade.bin"]], ["TRENDnet", "TEW-691GR", "", "ramips/rt3883", ["openwrt-ramips-rt3883-trendnet_tew-691gr-squashfs-factory.bin", "openwrt-ramips-rt3883-trendnet_tew-691gr-squashfs-sysupgrade.bin"]], ["WRTnode", "WRTnode 2R", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-wrtnode_wrtnode2r-squashfs-sysupgrade.bin"]], ["Xiaomi", "Mi Router 4A", "100M Edition", "ramips/mt76x8", ["openwrt-ramips-mt76x8-xiaomi_mir4a-100m-squashfs-sysupgrade.bin"]], ["DuZun", "DM06", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-duzun_dm06-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer C20", "v5", "ramips/mt76x8", ["openwrt-ramips-mt76x8-tplink_archer-c20-v5-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WA801ND", "v5", "ramips/mt76x8", ["openwrt-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-sysupgrade.bin", "openwrt-ramips-mt76x8-tplink_tl-wa801nd-v5-squashfs-tftp-recovery.bin"]], ["Onion", "Omega2+", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-onion_omega2p-squashfs-sysupgrade.bin"]], ["TP-Link", "RE305", "v1", "ramips/mt76x8", ["openwrt-ramips-mt76x8-tplink_re305-v1-squashfs-sysupgrade.bin", "openwrt-ramips-mt76x8-tplink_re305-v1-squashfs-factory.bin"]], ["TP-Link", "Archer C20", "v4", "ramips/mt76x8", ["openwrt-ramips-mt76x8-tplink_archer-c20-v4-squashfs-sysupgrade.bin", "openwrt-ramips-mt76x8-tplink_archer-c20-v4-squashfs-tftp-recovery.bin"]], ["VoCore", "VoCore2-Lite", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-vocore_vocore2-lite-squashfs-sysupgrade.bin"]], ["HiWiFi", "HC5861B", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-hiwifi_hc5861b-squashfs-sysupgrade.bin"]], ["ALFA Network", "AWUSFREE1", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-alfa-network_awusfree1-squashfs-sysupgrade.bin"]], ["HILINK", "HLK-7628N", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-hilink_hlk-7628n-squashfs-sysupgrade.bin"]], ["MediaTek", "LinkIt Smart 7688", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-mediatek_linkit-smart-7688-squashfs-sysupgrade.bin"]], ["ipTIME", "A3", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-iptime_a3-squashfs-sysupgrade.bin"]], ["ipTIME", "A604M", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-iptime_a604m-squashfs-sysupgrade.bin"]], ["MediaTek", "MT7628 EVB", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-mediatek_mt7628an-eval-board-squashfs-sysupgrade.bin"]], ["VoCore", "VoCore2", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-vocore_vocore2-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WE1226", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-zbtlink_zbt-we1226-squashfs-sysupgrade.bin"]], ["WIZnet", "WizFi630S", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-wiznet_wizfi630s-squashfs-sysupgrade.bin"]], ["PandoraBox", "PBR-D1", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-d-team_pbr-d1-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR902AC", "v3", "ramips/mt76x8", ["openwrt-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-sysupgrade.bin", "openwrt-ramips-mt76x8-tplink_tl-wr902ac-v3-squashfs-tftp-recovery.bin"]], ["Xiaomi", "MiWiFi Nano", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-xiaomi_miwifi-nano-squashfs-sysupgrade.bin"]], ["Onion", "Omega2", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-onion_omega2-squashfs-sysupgrade.bin"]], ["Buffalo", "WCR-1166DS", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-sysupgrade.bin", "openwrt-ramips-mt76x8-buffalo_wcr-1166ds-squashfs-factory.bin"]], ["TP-Link", "TL-MR3020", "v3", "ramips/mt76x8", ["openwrt-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-sysupgrade.bin", "openwrt-ramips-mt76x8-tplink_tl-mr3020-v3-squashfs-tftp-recovery.bin"]], ["TP-Link", "Archer C50", "v4", "ramips/mt76x8", ["openwrt-ramips-mt76x8-tplink_archer-c50-v4-squashfs-sysupgrade.bin"]], ["ZyXEL", "Keenetic Extra II", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-factory.bin", "openwrt-ramips-mt76x8-zyxel_keenetic-extra-ii-squashfs-sysupgrade.bin"]], ["NETGEAR", "R6120", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-netgear_r6120-squashfs-sysupgrade.bin", "openwrt-ramips-mt76x8-netgear_r6120-squashfs-factory.img"]], ["TP-Link", "TL-WR841N", "v13", "ramips/mt76x8", ["openwrt-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-sysupgrade.bin", "openwrt-ramips-mt76x8-tplink_tl-wr841n-v13-squashfs-tftp-recovery.bin"]], ["TP-Link", "TL-WR840N", "v5", "ramips/mt76x8", ["openwrt-ramips-mt76x8-tplink_tl-wr840n-v5-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR842N", "v5", "ramips/mt76x8", ["openwrt-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-sysupgrade.bin", "openwrt-ramips-mt76x8-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin"]], ["Rakwireless", "RAK633", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-rakwireless_rak633-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR802N", "v4", "ramips/mt76x8", ["openwrt-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-sysupgrade.bin", "openwrt-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"]], ["GL.iNet", "VIXMINI", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-glinet_vixmini-squashfs-sysupgrade.bin"]], ["WRTnode", "WRTnode 2P", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-wrtnode_wrtnode2p-squashfs-sysupgrade.bin"]], ["GL.iNet", "GL-MT300N", "V2", "ramips/mt76x8", ["openwrt-ramips-mt76x8-glinet_gl-mt300n-v2-squashfs-sysupgrade.bin"]], ["Skylab", "SKW92A", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-skylab_skw92a-squashfs-sysupgrade.bin"]], ["Wavlink", "WL-WN575A3", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-wavlink_wl-wn575a3-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-MR3420", "v5", "ramips/mt76x8", ["openwrt-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-sysupgrade.bin", "openwrt-ramips-mt76x8-tplink_tl-mr3420-v5-squashfs-tftp-recovery.bin"]], ["Cudy", "WR1000", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-cudy_wr1000-squashfs-sysupgrade.bin", "openwrt-ramips-mt76x8-cudy_wr1000-squashfs-factory.bin"]], ["TP-Link", "TL-WR841N", "v14", "ramips/mt76x8", ["openwrt-ramips-mt76x8-tplink_tl-wr841n-v14-squashfs-sysupgrade.bin", "openwrt-ramips-mt76x8-tplink_tl-wr841n-v14-squashfs-tftp-recovery.bin"]], ["HiWiFi", "HC5761A", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-hiwifi_hc5761a-squashfs-sysupgrade.bin"]], ["Mercury", "MAC1200R", "v2.0", "ramips/mt76x8", ["openwrt-ramips-mt76x8-mercury_mac1200r-v2-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer C50", "v3", "ramips/mt76x8", ["openwrt-ramips-mt76x8-tplink_archer-c50-v3-squashfs-sysupgrade.bin", "openwrt-ramips-mt76x8-tplink_archer-c50-v3-squashfs-tftp-recovery.bin"]], ["Wavlink", "WL-WN570HA1", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-wavlink_wl-wn570ha1-squashfs-sysupgrade.bin"]], ["Tama", "W06", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-tama_w06-squashfs-sysupgrade.bin"]], ["TOTOLINK", "LR1200", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-totolink_lr1200-squashfs-sysupgrade.bin"]], ["Widora", "Widora-NEO", "32M", "ramips/mt76x8", ["openwrt-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin"]], ["Widora", "Widora-NEO", "16M", "ramips/mt76x8", ["openwrt-ramips-mt76x8-widora_neo-16m-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR840N", "v4", "ramips/mt76x8", ["openwrt-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-sysupgrade.bin", "openwrt-ramips-mt76x8-tplink_tl-wr840n-v4-squashfs-tftp-recovery.bin"]], ["HiWiFi", "HC5661A", "", "ramips/mt76x8", ["openwrt-ramips-mt76x8-hiwifi_hc5661a-squashfs-sysupgrade.bin"]], ["UniElec", "U7628-01", "16M", "ramips/mt76x8", ["openwrt-ramips-mt76x8-unielec_u7628-01-16m-squashfs-sysupgrade.bin"]], ["Dovado", "Tiny AC", "", "ramips/mt7620", ["openwrt-ramips-mt7620-dovado_tiny-ac-squashfs-sysupgrade.bin"]], ["WRTNode", "WRTNode", "", "ramips/mt7620", ["openwrt-ramips-mt7620-wrtnode_wrtnode-squashfs-sysupgrade.bin"]], ["Comfast", "CF-WR800N", "", "ramips/mt7620", ["openwrt-ramips-mt7620-comfast_cf-wr800n-squashfs-sysupgrade.bin"]], ["Linksys", "E1700", "", "ramips/mt7620", ["openwrt-ramips-mt7620-linksys_e1700-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-linksys_e1700-squashfs-factory.bin"]], ["TP-Link", "Archer C20", "v1", "ramips/mt7620", ["openwrt-ramips-mt7620-tplink_archer-c20-v1-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-tplink_archer-c20-v1-squashfs-factory.bin"]], ["ALFA Network", "AC1200RM", "", "ramips/mt7620", ["openwrt-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin"]], ["Buffalo", "WHR-300HP2", "", "ramips/mt7620", ["openwrt-ramips-mt7620-buffalo_whr-300hp2-squashfs-sysupgrade.bin"]], ["Kingston", "MLW221", "", "ramips/mt7620", ["openwrt-ramips-mt7620-kingston_mlw221-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-APE522II", "", "ramips/mt7620", ["openwrt-ramips-mt7620-zbtlink_zbt-ape522ii-squashfs-sysupgrade.bin"]], ["Nexx", "WT3020", "4M", "ramips/mt7620", ["openwrt-ramips-mt7620-nexx_wt3020-4m-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-nexx_wt3020-4m-squashfs-factory.bin"]], ["TP-Link", "Archer C20i", "", "ramips/mt7620", ["openwrt-ramips-mt7620-tplink_archer-c20i-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-tplink_archer-c20i-squashfs-factory.bin"]], ["Edimax", "EW-7476RPC", "", "ramips/mt7620", ["openwrt-ramips-mt7620-edimax_ew-7476rpc-squashfs-sysupgrade.bin"]], ["GL.iNet", "GL-MT750", "", "ramips/mt7620", ["openwrt-ramips-mt7620-glinet_gl-mt750-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WE826", "16M", "ramips/mt7620", ["openwrt-ramips-mt7620-zbtlink_zbt-we826-16m-squashfs-sysupgrade.bin"]], ["Asus", "RT-AC51U", "", "ramips/mt7620", ["openwrt-ramips-mt7620-asus_rt-ac51u-squashfs-sysupgrade.bin"]], ["Microduino", "MicroWRT", "", "ramips/mt7620", ["openwrt-ramips-mt7620-microduino_microwrt-squashfs-sysupgrade.bin"]], ["EnGenius", "ESR600", "", "ramips/mt7620", ["openwrt-ramips-mt7620-engenius_esr600-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-engenius_esr600-squashfs-factory.dlf"]], ["ZyXEL", "Keenetic Viva", "", "ramips/mt7620", ["openwrt-ramips-mt7620-zyxel_keenetic-viva-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-zyxel_keenetic-viva-squashfs-factory.bin"]], ["ZTE", "Q7", "", "ramips/mt7620", ["openwrt-ramips-mt7620-zte_q7-squashfs-sysupgrade.bin"]], ["Kingston", "MLWG2", "", "ramips/mt7620", ["openwrt-ramips-mt7620-kingston_mlwg2-squashfs-sysupgrade.bin"]], ["Elecom", "WRH-300CR", "", "ramips/mt7620", ["openwrt-ramips-mt7620-elecom_wrh-300cr-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-elecom_wrh-300cr-squashfs-factory.bin"]], ["Sercomm", "NA930", "", "ramips/mt7620", ["openwrt-ramips-mt7620-sercomm_na930-squashfs-sysupgrade.bin"]], ["Asus", "RT-N14u", "", "ramips/mt7620", ["openwrt-ramips-mt7620-asus_rt-n14u-squashfs-sysupgrade.bin"]], ["Planex", "MZK-750DHP", "", "ramips/mt7620", ["openwrt-ramips-mt7620-planex_mzk-750dhp-squashfs-sysupgrade.bin"]], ["GL.iNet", "GL-MT300A", "", "ramips/mt7620", ["openwrt-ramips-mt7620-glinet_gl-mt300a-squashfs-sysupgrade.bin"]], ["Edimax", "EW-7478AC", "", "ramips/mt7620", ["openwrt-ramips-mt7620-edimax_ew-7478ac-squashfs-sysupgrade.bin"]], ["D-Link", "DWR-116", "A1/A2", "ramips/mt7620", ["openwrt-ramips-mt7620-dlink_dwr-116-a1-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-dlink_dwr-116-a1-squashfs-factory.bin"]], ["D-Link", "DWR-922", "E2", "ramips/mt7620", ["openwrt-ramips-mt7620-dlink_dwr-922-e2-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-dlink_dwr-922-e2-squashfs-factory.bin"]], ["Phicomm", "PSG1218", "Bx", "ramips/mt7620", ["openwrt-ramips-mt7620-phicomm_psg1218b-squashfs-sysupgrade.bin"]], ["Kimax", "U35WF", "", "ramips/mt7620", ["openwrt-ramips-mt7620-kimax_u35wf-squashfs-sysupgrade.bin"]], ["Head Weblink", "HDRM2000", "", "ramips/mt7620", ["openwrt-ramips-mt7620-head-weblink_hdrm200-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WE1026-5G", "16M", "ramips/mt7620", ["openwrt-ramips-mt7620-zbtlink_zbt-we1026-5g-16m-squashfs-sysupgrade.bin"]], ["D-Link", "DCH-M225", "", "ramips/mt7620", ["openwrt-ramips-mt7620-dlink_dch-m225-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-dlink_dch-m225-squashfs-factory.bin"]], ["HNET", "C108", "", "ramips/mt7620", ["openwrt-ramips-mt7620-hnet_c108-squashfs-sysupgrade.bin"]], ["MediaTek", "MT7620a EVB", "", "ramips/mt7620", ["openwrt-ramips-mt7620-ralink_mt7620a-evb-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WR8305RT", "", "ramips/mt7620", ["openwrt-ramips-mt7620-zbtlink_zbt-wr8305rt-squashfs-sysupgrade.bin"]], ["LAVA", "LR-25G001", "", "ramips/mt7620", ["openwrt-ramips-mt7620-lava_lr-25g001-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-lava_lr-25g001-squashfs-factory.bin"]], ["Xiaomi", "MiWiFi Mini", "", "ramips/mt7620", ["openwrt-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin"]], ["YOUKU", "YK1", "", "ramips/mt7620", ["openwrt-ramips-mt7620-youku_yk1-squashfs-sysupgrade.bin"]], ["NETGEAR", "EX6130", "", "ramips/mt7620", ["openwrt-ramips-mt7620-netgear_ex6130-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-netgear_ex6130-squashfs-factory.chk"]], ["Zbtlink", "ZBT-WE826", "32M", "ramips/mt7620", ["openwrt-ramips-mt7620-zbtlink_zbt-we826-32m-squashfs-sysupgrade.bin"]], ["Buffalo", "WMR-300", "", "ramips/mt7620", ["openwrt-ramips-mt7620-buffalo_wmr-300-squashfs-sysupgrade.bin"]], ["Phicomm", "K2G", "", "ramips/mt7620", ["openwrt-ramips-mt7620-phicomm_k2g-squashfs-sysupgrade.bin"]], ["Aigale", "Ai-BR100", "", "ramips/mt7620", ["openwrt-ramips-mt7620-aigale_ai-br100-squashfs-sysupgrade.bin"]], ["HiWiFi", "HC5661", "", "ramips/mt7620", ["openwrt-ramips-mt7620-hiwifi_hc5661-squashfs-sysupgrade.bin"]], ["I-O DATA", "WN-AC1167GR", "", "ramips/mt7620", ["openwrt-ramips-mt7620-iodata_wn-ac1167gr-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-iodata_wn-ac1167gr-squashfs-factory.bin"]], ["TP-Link", "RE200", "v1", "ramips/mt7620", ["openwrt-ramips-mt7620-tplink_re200-v1-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-tplink_re200-v1-squashfs-factory.bin"]], ["Edimax", "BR-6478AC", "V2", "ramips/mt7620", ["openwrt-ramips-mt7620-edimax_br-6478ac-v2-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WA05", "", "ramips/mt7620", ["openwrt-ramips-mt7620-zbtlink_zbt-wa05-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-810L", "", "ramips/mt7620", ["openwrt-ramips-mt7620-dlink_dir-810l-squashfs-sysupgrade.bin"]], ["BDCOM", "WAP2100-SK (ZTE ZXECS EBG3130)", "", "ramips/mt7620", ["openwrt-ramips-mt7620-bdcom_wap2100-sk-squashfs-sysupgrade.bin"]], ["Lenovo", "Y1", "", "ramips/mt7620", ["openwrt-ramips-mt7620-lenovo_newifi-y1-squashfs-sysupgrade.bin"]], ["Planex", "MZK-EX300NP", "", "ramips/mt7620", ["openwrt-ramips-mt7620-planex_mzk-ex300np-squashfs-sysupgrade.bin"]], ["MediaTek", "MT7620a + MT7530 EVB", "", "ramips/mt7620", ["openwrt-ramips-mt7620-ralink_mt7620a-mt7530-evb-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WE2026", "", "ramips/mt7620", ["openwrt-ramips-mt7620-zbtlink_zbt-we2026-squashfs-sysupgrade.bin"]], ["Sanlinking Technologies", "D240", "", "ramips/mt7620", ["openwrt-ramips-mt7620-sanlinking_d240-squashfs-sysupgrade.bin"]], ["Planex", "CS-QR10", "", "ramips/mt7620", ["openwrt-ramips-mt7620-planex_cs-qr10-squashfs-sysupgrade.bin"]], ["Vonets", "VAR11N-300", "", "ramips/mt7620", ["openwrt-ramips-mt7620-vonets_var11n-300-squashfs-sysupgrade.bin"]], ["NETGEAR", "EX2700", "", "ramips/mt7620", ["openwrt-ramips-mt7620-netgear_ex2700-squashfs-factory.bin", "openwrt-ramips-mt7620-netgear_ex2700-squashfs-sysupgrade.bin"]], ["GL.iNet", "GL-MT300N", "", "ramips/mt7620", ["openwrt-ramips-mt7620-glinet_gl-mt300n-squashfs-sysupgrade.bin"]], ["Nexx", "WT3020", "8M", "ramips/mt7620", ["openwrt-ramips-mt7620-nexx_wt3020-8m-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-nexx_wt3020-8m-squashfs-factory.bin"]], ["HiWiFi", "HC5761", "", "ramips/mt7620", ["openwrt-ramips-mt7620-hiwifi_hc5761-squashfs-sysupgrade.bin"]], ["Phicomm", "PSG1218", "Ax", "ramips/mt7620", ["openwrt-ramips-mt7620-phicomm_psg1218a-squashfs-sysupgrade.bin"]], ["ALFA Network", "R36M-E4G", "", "ramips/mt7620", ["openwrt-ramips-mt7620-alfa-network_r36m-e4g-squashfs-sysupgrade.bin"]], ["D-Link", "DWR-118", "A1", "ramips/mt7620", ["openwrt-ramips-mt7620-dlink_dwr-118-a1-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-dlink_dwr-118-a1-squashfs-factory.bin"]], ["Buffalo", "WHR-1166D", "", "ramips/mt7620", ["openwrt-ramips-mt7620-buffalo_whr-1166d-squashfs-sysupgrade.bin"]], ["Lenovo", "Y1S", "", "ramips/mt7620", ["openwrt-ramips-mt7620-lenovo_newifi-y1s-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-CPE102", "", "ramips/mt7620", ["openwrt-ramips-mt7620-zbtlink_zbt-cpe102-squashfs-sysupgrade.bin"]], ["HiWiFi", "HC5861", "", "ramips/mt7620", ["openwrt-ramips-mt7620-hiwifi_hc5861-squashfs-sysupgrade.bin"]], ["Planex", "DB-WRT01", "", "ramips/mt7620", ["openwrt-ramips-mt7620-planex_db-wrt01-squashfs-sysupgrade.bin"]], ["D-Link", "DWR-921", "C3", "ramips/mt7620", ["openwrt-ramips-mt7620-dlink_dwr-921-c3-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-dlink_dwr-921-c3-squashfs-factory.bin"]], ["Planex", "MZK-EX750NP", "", "ramips/mt7620", ["openwrt-ramips-mt7620-planex_mzk-ex750np-squashfs-sysupgrade.bin"]], ["D-Link", "DWR-921", "C1", "ramips/mt7620", ["openwrt-ramips-mt7620-dlink_dwr-921-c1-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-dlink_dwr-921-c1-squashfs-factory.bin"]], ["TP-Link", "Archer MR200", "", "ramips/mt7620", ["openwrt-ramips-mt7620-tplink_archer-mr200-squashfs-sysupgrade.bin"]], ["YUKAI Engineering", "BOCCO", "", "ramips/mt7620", ["openwrt-ramips-mt7620-yukai_bocco-squashfs-sysupgrade.bin"]], ["I-O DATA", "WN-AC733GR3", "", "ramips/mt7620", ["openwrt-ramips-mt7620-iodata_wn-ac733gr3-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-iodata_wn-ac733gr3-squashfs-factory.bin"]], ["D-Link", "DWR-118", "A2", "ramips/mt7620", ["openwrt-ramips-mt7620-dlink_dwr-118-a2-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-dlink_dwr-118-a2-squashfs-factory.bin"]], ["NETGEAR", "WN3000RP", "v3", "ramips/mt7620", ["openwrt-ramips-mt7620-netgear_wn3000rp-v3-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-netgear_wn3000rp-v3-squashfs-factory.bin"]], ["TP-Link", "Archer C50", "v1", "ramips/mt7620", ["openwrt-ramips-mt7620-tplink_archer-c50-v1-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-eu.bin", "openwrt-ramips-mt7620-tplink_archer-c50-v1-squashfs-factory-us.bin"]], ["Fon", "FON2601", "", "ramips/mt7620", ["openwrt-ramips-mt7620-fon_fon2601-squashfs-sysupgrade.bin"]], ["ZyXEL", "Keenetic Omni II", "", "ramips/mt7620", ["openwrt-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-zyxel_keenetic-omni-ii-squashfs-factory.bin"]], ["ZyXEL", "Keenetic Omni", "", "ramips/mt7620", ["openwrt-ramips-mt7620-zyxel_keenetic-omni-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-zyxel_keenetic-omni-squashfs-factory.bin"]], ["Phicomm", "PSG1208", "", "ramips/mt7620", ["openwrt-ramips-mt7620-phicomm_psg1208-squashfs-sysupgrade.bin"]], ["ipTIME", "A104ns", "", "ramips/mt7620", ["openwrt-ramips-mt7620-iptime_a104ns-squashfs-sysupgrade.bin"]], ["Edimax", "EW-7478APC", "", "ramips/mt7620", ["openwrt-ramips-mt7620-edimax_ew-7478apc-squashfs-sysupgrade.bin"]], ["Asus", "RP-N53", "", "ramips/mt7620", ["openwrt-ramips-mt7620-asus_rp-n53-squashfs-sysupgrade.bin"]], ["ALFA Network", "Tube-E4G", "", "ramips/mt7620", ["openwrt-ramips-mt7620-alfa-network_tube-e4g-squashfs-sysupgrade.bin"]], ["Oh Yeah", "OY-0001", "", "ramips/mt7620", ["openwrt-ramips-mt7620-ohyeah_oy-0001-squashfs-sysupgrade.bin"]], ["Ravpower", "WD03", "", "ramips/mt7620", ["openwrt-ramips-mt7620-ravpower_wd03-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WE826-E", "", "ramips/mt7620", ["openwrt-ramips-mt7620-zbtlink_zbt-we826-e-squashfs-sysupgrade.bin"]], ["NETGEAR", "EX3700/EX3800", "", "ramips/mt7620", ["openwrt-ramips-mt7620-netgear_ex3700-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-netgear_ex3700-squashfs-factory.chk"]], ["TP-Link", "Archer C2", "v1", "ramips/mt7620", ["openwrt-ramips-mt7620-tplink_archer-c2-v1-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-tplink_archer-c2-v1-squashfs-factory.bin"]], ["Kimax", "U25AWF", "H1", "ramips/mt7620", ["openwrt-ramips-mt7620-kimax_u25awf-h1-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WE1026-H", "32M", "ramips/mt7620", ["openwrt-ramips-mt7620-zbtlink_zbt-we1026-h-32m-squashfs-sysupgrade.bin"]], ["MediaTek", "MT7620a + MT7610e EVB", "", "ramips/mt7620", ["openwrt-ramips-mt7620-ralink_mt7620a-mt7610e-evb-squashfs-sysupgrade.bin"]], ["Buffalo", "WHR-600D", "", "ramips/mt7620", ["openwrt-ramips-mt7620-buffalo_whr-600d-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-510L", "", "ramips/mt7620", ["openwrt-ramips-mt7620-dlink_dir-510l-squashfs-sysupgrade.bin", "openwrt-ramips-mt7620-dlink_dir-510l-squashfs-factory.bin"]], ["MediaTek", "MT7620a V22SG", "", "ramips/mt7620", ["openwrt-ramips-mt7620-ralink_mt7620a-v22sg-evb-squashfs-sysupgrade.bin"]], ["Asus", "RT-N11P/RT-N12+/RT-N12Eb1", "", "ramips/mt7620", ["openwrt-ramips-mt7620-asus_rt-n12p-squashfs-sysupgrade.bin"]], ["D-Link", "DAP-1522", "A1", "ramips/rt288x", ["openwrt-ramips-rt288x-dlink_dap-1522-a1-squashfs-sysupgrade.bin", "openwrt-ramips-rt288x-dlink_dap-1522-a1-squashfs-factory.bin"]], ["Buffalo", "WLI-TX4-AG300N", "", "ramips/rt288x", ["openwrt-ramips-rt288x-buffalo_wli-tx4-ag300n-squashfs-sysupgrade.bin"]], ["Belkin", "F5D8235", "V1", "ramips/rt288x", ["openwrt-ramips-rt288x-belkin_f5d8235-v1-squashfs-sysupgrade.bin"]], ["Buffalo", "WZR-AGL300NH", "", "ramips/rt288x", ["openwrt-ramips-rt288x-buffalo_wzr-agl300nh-squashfs-sysupgrade.bin"]], ["Ralink", "V11ST-FE", "", "ramips/rt288x", ["openwrt-ramips-rt288x-ralink_v11st-fe-squashfs-sysupgrade.bin"]], ["Airlink", "AR725W", "", "ramips/rt288x", ["openwrt-ramips-rt288x-airlink101_ar725w-squashfs-sysupgrade.bin"]], ["Asus", "RT-N15", "", "ramips/rt288x", ["openwrt-ramips-rt288x-asus_rt-n15-squashfs-sysupgrade.bin"]], ["Airlink", "AR670W", "", "ramips/rt288x", ["openwrt-ramips-rt288x-airlink101_ar670w-squashfs-factory.bin", "openwrt-ramips-rt288x-airlink101_ar670w-squashfs-sysupgrade.bin"]], ["Atheros", "Generic AR2xxx board", "", "ath25/", ["openwrt-ath25-generic-kernel.elf", "openwrt-ath25-generic-squashfs-rootfs.bin", "openwrt-ath25-generic-squashfs-sysupgrade.bin", "openwrt-ath25-generic-kernel.gz", "openwrt-ath25-generic-kernel.lzma"]], ["Ubiquiti", "XS2", "", "ath25/", ["openwrt-ath25-ubnt2-squashfs-sysupgrade.bin"]], ["Ubiquiti", "XS2-8", "", "ath25/", ["openwrt-ath25-ubnt2-pico2-squashfs-sysupgrade.bin"]], ["Ubiquiti", "XS5", "", "ath25/", ["openwrt-ath25-ubnt5-squashfs-sysupgrade.bin"]], ["Qualcomm", "AP148", "standard", "ipq806x/generic", ["openwrt-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-factory.bin", "openwrt-ipq806x-generic-qcom_ipq8064-ap148-squashfs-nand-sysupgrade.bin"]], ["Buffalo", "WXR-2533DHP", "", "ipq806x/generic", ["openwrt-ipq806x-generic-buffalo_wxr-2533dhp-squashfs-sysupgrade.bin"]], ["Qualcomm", "AP148", "legacy", "ipq806x/generic", ["openwrt-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-factory.bin", "openwrt-ipq806x-generic-qcom_ipq8064-ap148-legacy-squashfs-nand-sysupgrade.bin"]], ["Qualcomm", "AP161", "", "ipq806x/generic", ["openwrt-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-factory.bin", "openwrt-ipq806x-generic-qcom_ipq8064-ap161-squashfs-nand-sysupgrade.bin"]], ["NETGEAR", "Nighthawk X4 D7800", "", "ipq806x/generic", ["openwrt-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin", "openwrt-ipq806x-generic-netgear_d7800-squashfs-factory.img"]], ["ZyXEL", "NBG6817", "", "ipq806x/generic", ["openwrt-ipq806x-generic-zyxel_nbg6817-squashfs-sysupgrade.bin", "openwrt-ipq806x-generic-zyxel_nbg6817-squashfs-factory.bin"]], ["NETGEAR", "Nighthawk X4 R7500", "v2", "ipq806x/generic", ["openwrt-ipq806x-generic-netgear_r7500v2-squashfs-factory.img", "openwrt-ipq806x-generic-netgear_r7500v2-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer C2600", "v1", "ipq806x/generic", ["openwrt-ipq806x-generic-tplink_c2600-squashfs-factory.bin", "openwrt-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin"]], ["Linksys", "EA8500", "", "ipq806x/generic", ["openwrt-ipq806x-generic-linksys_ea8500-squashfs-factory.bin", "openwrt-ipq806x-generic-linksys_ea8500-squashfs-sysupgrade.bin"]], ["NETGEAR", "Nighthawk X4 R7500", "v1", "ipq806x/generic", ["openwrt-ipq806x-generic-netgear_r7500-squashfs-factory.img", "openwrt-ipq806x-generic-netgear_r7500-squashfs-sysupgrade.bin"]], ["NETGEAR", "Nighthawk X4S R7800", "", "ipq806x/generic", ["openwrt-ipq806x-generic-netgear_r7800-squashfs-sysupgrade.bin", "openwrt-ipq806x-generic-netgear_r7800-squashfs-factory.img"]], ["NEC", "Aterm WG2600HP", "", "ipq806x/generic", ["openwrt-ipq806x-generic-nec_wg2600hp-squashfs-sysupgrade.bin"]], ["Compex", "WPQ864", "", "ipq806x/generic", ["openwrt-ipq806x-generic-compex_wpq864-squashfs-nand-factory.bin", "openwrt-ipq806x-generic-compex_wpq864-squashfs-nand-sysupgrade.bin"]], ["TP-Link", "Archer VR2600v", "v1", "ipq806x/generic", ["openwrt-ipq806x-generic-tplink_vr2600v-squashfs-sysupgrade.bin"]], ["MikroTik", "RouterBOARD 532", "", "rb532/", ["openwrt-rb532-nand-squashfs-sysupgrade.bin"]], ["Buffalo", "WZR-600DHP2", "", "bcm53xx/generic", ["openwrt-bcm53xx-generic-buffalo-wzr-600dhp2-squashfs.trx"]], ["Tenda", "AC9", "", "bcm53xx/generic", ["openwrt-bcm53xx-generic-tenda-ac9-squashfs.trx"]], ["NETGEAR", "R6250", "", "bcm53xx/generic", ["openwrt-bcm53xx-generic-netgear-r6250-squashfs.chk"]], ["Buffalo", "WZR-1750DHP", "", "bcm53xx/generic", ["openwrt-bcm53xx-generic-buffalo-wzr-1750dhp-squashfs.trx"]], ["TP-LINK", "Archer C5", "v2", "bcm53xx/generic", ["openwrt-bcm53xx-generic-tplink-archer-c5-v2-squashfs.bin"]], ["SmartRG", "SR400ac", "", "bcm53xx/generic", ["openwrt-bcm53xx-generic-smartrg-sr400ac-squashfs.trx"]], ["NETGEAR", "R7900", "", "bcm53xx/generic", ["openwrt-bcm53xx-generic-netgear-r7900-squashfs.chk"]], ["NETGEAR", "R8000", "", "bcm53xx/generic", ["openwrt-bcm53xx-generic-netgear-r8000-squashfs.chk"]], ["ASUS", "RT-N18U", "", "bcm53xx/generic", ["openwrt-bcm53xx-generic-asus-rt-n18u-squashfs.trx"]], ["PHICOMM", "K3", "", "bcm53xx/generic", ["openwrt-bcm53xx-generic-phicomm-k3-squashfs.trx"]], ["NETGEAR", "R6300", "v2", "bcm53xx/generic", ["openwrt-bcm53xx-generic-netgear-r6300-v2-squashfs.chk"]], ["Buffalo", "WXR-1900DHP", "", "bcm53xx/generic", ["openwrt-bcm53xx-generic-buffalo-wxr-1900dhp-squashfs.trx"]], ["TP-LINK", "Archer C9", "v1", "bcm53xx/generic", ["openwrt-bcm53xx-generic-tplink-archer-c9-v1-squashfs.bin"]], ["Linksys", "EA6500", "v2", "bcm53xx/generic", ["openwrt-bcm53xx-generic-linksys-ea6500-v2-squashfs.trx"]], ["ASUS", "RT-AC68U", "", "bcm53xx/generic", ["openwrt-bcm53xx-generic-asus-rt-ac68u-squashfs.trx"]], ["ASUS", "RT-AC56U", "", "bcm53xx/generic", ["openwrt-bcm53xx-generic-asus-rt-ac56u-squashfs.trx"]], ["ASUS", "RT-AC87U", "", "bcm53xx/generic", ["openwrt-bcm53xx-generic-asus-rt-ac87u-squashfs.trx"]], ["D-Link", "DIR-885L", "", "bcm53xx/generic", ["openwrt-bcm53xx-generic-dlink-dir-885l-squashfs.bin"]], ["Buffalo", "WZR-900DHP", "", "bcm53xx/generic", ["openwrt-bcm53xx-generic-buffalo-wzr-900dhp-squashfs.trx", "openwrt-bcm53xx-generic-buffalo-wzr-900dhp-squashfs.factory-DHP-EU.bin", "openwrt-bcm53xx-generic-buffalo-wzr-900dhp-squashfs.factory-DHP2-JP.bin"]], ["NETGEAR", "R7000", "", "bcm53xx/generic", ["openwrt-bcm53xx-generic-netgear-r7000-squashfs.chk"]], ["ITian", "Square One SQ201", "", "gemini/", ["openwrt-gemini-itian_sq201-squashfs-factory.bin"]], ["Raidsonic", "NAS IB-4220-B", "", "gemini/", ["openwrt-gemini-raidsonic_ib-4220-b-squashfs-factory.bin"]], ["D-Link", "DIR-685 Xtreme N Storage Router", "", "gemini/", ["openwrt-gemini-dlink_dir-685-squashfs-factory.bin", "openwrt-gemini-dlink_dir-685-squashfs-sysupgrade.bin"]], ["D-Link", "DNS-313 1-Bay Network Storage Enclosure", "", "gemini/", ["openwrt-gemini-dlink_dns-313-ext4-factory.bin.gz"]], ["StorLink", "SL93512r", "", "gemini/", ["openwrt-gemini-storlink_sl93512r-squashfs-factory.bin"]], ["CompuLab", "TrimSlice", "", "tegra/", ["openwrt-tegra-compulab_trimslice-ext4-sdcard.img.gz", "openwrt-tegra-compulab_trimslice-squashfs-sdcard.img.gz"]], ["Linksys", "EA6350", "v3", "ipq40xx/generic", ["openwrt-ipq40xx-generic-linksys_ea6350v3-squashfs-factory.bin", "openwrt-ipq40xx-generic-linksys_ea6350v3-squashfs-sysupgrade.bin"]], ["Linksys", "EA8300", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin", "openwrt-ipq40xx-generic-linksys_ea8300-squashfs-factory.bin"]], ["AVM", "FRITZ!Repeater 3000", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-avm_fritzrepeater-3000-squashfs-sysupgrade.bin"]], ["Netgear", "EX6150", "v2", "ipq40xx/generic", ["openwrt-ipq40xx-generic-netgear_ex6150v2-squashfs-sysupgrade.bin", "openwrt-ipq40xx-generic-netgear_ex6150v2-squashfs-factory.img"]], ["Qualcomm Atheros", "AP-DK01.1", "C1", "ipq40xx/generic", ["openwrt-ipq40xx-generic-qcom_ap-dk01.1-c1-squashfs-sysupgrade.bin"]], ["Cisco Meraki", "MR33", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-meraki_mr33-squashfs-sysupgrade.bin"]], ["GL.iNet", "GL-B1300", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin"]], ["Compex", "WPJ419", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-compex_wpj419-squashfs-nand-sysupgrade.bin", "openwrt-ipq40xx-generic-compex_wpj419-squashfs-nand-factory.ubi"]], ["Crisis Innovation Lab", "MeshPoint.One", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-sysupgrade.bin", "openwrt-ipq40xx-generic-cilab_meshpoint-one-squashfs-nand-factory.ubi"]], ["ASUS", "Lyra (MAP-AC2200)", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-asus_map-ac2200-squashfs-sysupgrade.bin"]], ["Qualcomm Atheros", "AP-DK04.1", "C1", "ipq40xx/generic", ["openwrt-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-sysupgrade.bin", "openwrt-ipq40xx-generic-qcom_ap-dk04.1-c1-squashfs-nand-factory.ubi"]], ["EnGenius", "ENS620EXT", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-engenius_ens620ext-squashfs-sysupgrade.bin", "openwrt-ipq40xx-generic-engenius_ens620ext-squashfs-factory_30.bin", "openwrt-ipq40xx-generic-engenius_ens620ext-squashfs-factory_35.bin"]], ["OpenMesh", "A42", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-openmesh_a42-squashfs-factory.bin", "openwrt-ipq40xx-generic-openmesh_a42-squashfs-sysupgrade.bin"]], ["Aruba", "AP-303H", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-aruba_ap-303h-squashfs-sysupgrade.bin"]], ["Netgear", "EX6100", "v2", "ipq40xx/generic", ["openwrt-ipq40xx-generic-netgear_ex6100v2-squashfs-sysupgrade.bin", "openwrt-ipq40xx-generic-netgear_ex6100v2-squashfs-factory.img"]], ["AVM", "FRITZ!Repeater 1200", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-avm_fritzrepeater-1200-squashfs-sysupgrade.bin"]], ["Qxwlan", "E2600AC", "C2", "ipq40xx/generic", ["openwrt-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-factory.ubi", "openwrt-ipq40xx-generic-qxwlan_e2600ac-c2-squashfs-nand-sysupgrade.bin"]], ["EnGenius", "EMD1", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-engenius_emd1-squashfs-sysupgrade.bin", "openwrt-ipq40xx-generic-engenius_emd1-squashfs-factory.bin"]], ["Compex", "WPJ428", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-compex_wpj428-squashfs-sysupgrade.bin"]], ["ASUS", "RT-AC58U", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin"]], ["AVM", "FRITZ!Box 4040", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-avm_fritzbox-4040-squashfs-eva.bin", "openwrt-ipq40xx-generic-avm_fritzbox-4040-squashfs-sysupgrade.bin"]], ["OpenMesh", "A62", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-openmesh_a62-squashfs-sysupgrade.bin", "openwrt-ipq40xx-generic-openmesh_a62-squashfs-factory.bin"]], ["Aruba", "AP-303", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-aruba_ap-303-squashfs-sysupgrade.bin"]], ["Qxwlan", "E2600AC", "C1", "ipq40xx/generic", ["openwrt-ipq40xx-generic-qxwlan_e2600ac-c1-squashfs-sysupgrade.bin"]], ["8devices", "Jalapeno", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-8dev_jalapeno-squashfs-nand-sysupgrade.bin", "openwrt-ipq40xx-generic-8dev_jalapeno-squashfs-nand-factory.ubi"]], ["ZyXEL", "NBG6617", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-zyxel_nbg6617-squashfs-sysupgrade.bin", "openwrt-ipq40xx-generic-zyxel_nbg6617-squashfs-factory.bin"]], ["ALFA Network", "AP120C-AC", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-sysupgrade.bin", "openwrt-ipq40xx-generic-alfa-network_ap120c-ac-squashfs-nand-factory.bin"]], ["ZyXEL", "WRE6606", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-zyxel_wre6606-squashfs-sysupgrade.bin"]], ["EnGenius", "EAP1300", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-engenius_eap1300-squashfs-sysupgrade.bin"]], ["EZVIZ", "CS-W3-WD1200G", "EUP", "ipq40xx/generic", ["openwrt-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup-squashfs-sysupgrade.bin"]], ["D-Link", "DAP-2610", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-dlink_dap-2610-squashfs-sysupgrade.bin", "openwrt-ipq40xx-generic-dlink_dap-2610-squashfs-factory.bin"]], ["AVM", "FRITZ!Box 7530", "", "ipq40xx/generic", ["openwrt-ipq40xx-generic-avm_fritzbox-7530-squashfs-sysupgrade.bin"]], ["Unielec", "U4019", "32M", "ipq40xx/generic", ["openwrt-ipq40xx-generic-unielec_u4019-32m-squashfs-sysupgrade.bin"]], ["Cisco Systems", "ON100", "", "kirkwood/", ["openwrt-kirkwood-cisco_on100-squashfs-sysupgrade.bin", "openwrt-kirkwood-cisco_on100-squashfs-factory.bin"]], ["Linksys", "EA3500 (Audi)", "", "kirkwood/", ["openwrt-kirkwood-linksys_audi-squashfs-factory.bin", "openwrt-kirkwood-linksys_audi-squashfs-sysupgrade.bin"]], ["Cloud Engines", "Pogoplug V4", "", "kirkwood/", ["openwrt-kirkwood-cloudengines_pogoplugv4-squashfs-factory.bin", "openwrt-kirkwood-cloudengines_pogoplugv4-squashfs-sysupgrade.bin"]], ["RaidSonic", "ICY BOX IB-NAS62x0", "", "kirkwood/", ["openwrt-kirkwood-raidsonic_ib-nas62x0-squashfs-factory.bin", "openwrt-kirkwood-raidsonic_ib-nas62x0-squashfs-sysupgrade.bin"]], ["Seagate", "GoFlexNet", "", "kirkwood/", ["openwrt-kirkwood-seagate_goflexnet-squashfs-factory.bin", "openwrt-kirkwood-seagate_goflexnet-squashfs-sysupgrade.bin"]], ["Iomega", "StorCenter ix2-200", "", "kirkwood/", ["openwrt-kirkwood-iom_ix2_200-squashfs-factory.bin", "openwrt-kirkwood-iom_ix2_200-squashfs-sysupgrade.bin"]], ["Cloud Engines", "Pogoplug E02", "", "kirkwood/", ["openwrt-kirkwood-cloudengines_pogoe02-squashfs-factory.bin", "openwrt-kirkwood-cloudengines_pogoe02-squashfs-sysupgrade.bin"]], ["Linksys", "E4200v2 / EA4500 (Viper)", "", "kirkwood/", ["openwrt-kirkwood-linksys_viper-squashfs-factory.bin", "openwrt-kirkwood-linksys_viper-squashfs-sysupgrade.bin"]], ["ZyXEL", "NSA310b", "", "kirkwood/", ["openwrt-kirkwood-zyxel_nsa310b-squashfs-factory.bin", "openwrt-kirkwood-zyxel_nsa310b-squashfs-sysupgrade.bin"]], ["Iomega", "Iconnect", "", "kirkwood/", ["openwrt-kirkwood-iom_iconnect-1.1-squashfs-factory.bin", "openwrt-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin"]], ["ZyXEL", "NSA325", "v1/v2", "kirkwood/", ["openwrt-kirkwood-zyxel_nsa325-squashfs-factory.bin", "openwrt-kirkwood-zyxel_nsa325-squashfs-sysupgrade.bin"]], ["Seagate", "FreeAgent Dockstar", "", "kirkwood/", ["openwrt-kirkwood-seagate_dockstar-squashfs-factory.bin", "openwrt-kirkwood-seagate_dockstar-squashfs-sysupgrade.bin"]], ["Seagate", "GoFlexHome", "", "kirkwood/", ["openwrt-kirkwood-seagate_goflexhome-squashfs-factory.bin", "openwrt-kirkwood-seagate_goflexhome-squashfs-sysupgrade.bin"]]]}}
\ No newline at end of file
+{"SNAPSHOT": {"commit": "r12145-4716c843d6", "link": "https://downloads.openwrt.org/snapshots/targets/%target/%file", "models": [["SolidRun", "MACCHIATObin", "", "mvebu/cortexa72", "openwrt-mvebu-cortexa72-marvell_macchiatobin", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["SolidRun", "Armada 8040 Community Board", "", "mvebu/cortexa72", "openwrt-mvebu-cortexa72-marvell_macchiatobin", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Marvell", "Armada 7040 Development Board", "", "mvebu/cortexa72", "openwrt-mvebu-cortexa72-marvell_armada7040-db", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Marvell", "Armada 8040 Development Board", "", "mvebu/cortexa72", "openwrt-mvebu-cortexa72-marvell_armada8040-db", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Linksys", "WRT32X", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-linksys_wrt32x", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["Linksys", "Venom", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-linksys_wrt32x", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["Marvell", "Armada 370 Development Board (DB-88F6710-BP-DDR3)", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-marvell_a370-db", ["-squashfs-sysupgrade.bin"]], ["SolidRun", "ClearFog Base", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-solidrun_clearfog-base-a1", ["-squashfs-sdcard.img.gz"]], ["Linksys", "WRT1900ACS", "v1", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-linksys_wrt1900acs", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["Linksys", "WRT1900ACS", "v2", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-linksys_wrt1900acs", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["Linksys", "Shelby", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-linksys_wrt1900acs", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["Marvell", "Armada 385 Development Board AP (DB-88F6820-AP)", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-marvell_a385-db-ap", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["Linksys", "WRT1200AC", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-linksys_wrt1200ac", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["Linksys", "Caiman", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-linksys_wrt1200ac", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["Marvell", "Armada 370 RD (RD-88F6710-A1)", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-marvell_a370-rd", ["-squashfs-sysupgrade.bin"]], ["Linksys", "WRT1900AC", "v2", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-linksys_wrt1900acv2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["Linksys", "Cobra", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-linksys_wrt1900acv2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["Plat'Home", "OpenBlocks AX3", "4 ports", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-plathome_openblocks-ax3-4", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["CZ.NIC", "Turris Omnia", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-cznic_turris-omnia", ["-sysupgrade.img.gz"]], ["SolidRun", "ClearFog Pro", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-solidrun_clearfog-pro-a1", ["-squashfs-sdcard.img.gz"]], ["Linksys", "WRT3200ACM", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-linksys_wrt3200acm", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["Linksys", "Rango", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-linksys_wrt3200acm", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["Marvell", "Armada XP Development Board (DB-78460-BP)", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-marvell_axp-db", ["-squashfs-sysupgrade.bin"]], ["Marvell", "Armada 388 RD (RD-88F6820-AP)", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-marvell_a388-rd", ["-squashfs-firmware.bin"]], ["Linksys", "WRT1900AC", "v1", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-linksys_wrt1900ac", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["Linksys", "Mamba", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-linksys_wrt1900ac", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["Marvell", "Armada Armada XP GP (DB-MV784MP-GP)", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-marvell_axp-gp", ["-squashfs-sysupgrade.bin"]], ["Globalscale", "Mirabox", "", "mvebu/cortexa9", "openwrt-mvebu-cortexa9-globalscale_mirabox", ["-squashfs-sysupgrade.bin"]], ["Marvell", "ESPRESSObin", "V7 Non-eMMC", "mvebu/cortexa53", "openwrt-mvebu-cortexa53-globalscale_espressobin-v7", ["-ext4-sdcard.img.gz", "-squashfs-sdcard.img.gz"]], ["Marvell", "Armada 3700 Community Board", "V7 Non-eMMC", "mvebu/cortexa53", "openwrt-mvebu-cortexa53-globalscale_espressobin-v7", ["-ext4-sdcard.img.gz", "-squashfs-sdcard.img.gz"]], ["Marvell", "ESPRESSObin", "Non-eMMC", "mvebu/cortexa53", "openwrt-mvebu-cortexa53-globalscale_espressobin", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Marvell", "Armada 3700 Community Board", "Non-eMMC", "mvebu/cortexa53", "openwrt-mvebu-cortexa53-globalscale_espressobin", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Marvell", "ESPRESSObin", "eMMC", "mvebu/cortexa53", "openwrt-mvebu-cortexa53-globalscale_espressobin-emmc", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Marvell", "Armada 3700 Community Board", "eMMC", "mvebu/cortexa53", "openwrt-mvebu-cortexa53-globalscale_espressobin-emmc", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Marvell", "Armada 3720 Development Board (DB-88F3720-DDR3)", "", "mvebu/cortexa53", "openwrt-mvebu-cortexa53-marvell_armada-3720-db", ["-ext4-sdcard.img.gz", "-squashfs-sdcard.img.gz"]], ["Methode", "micro-DPU (uDPU)", "", "mvebu/cortexa53", "openwrt-mvebu-cortexa53-methode_udpu", ["-firmware.tgz"]], ["Marvell", "ESPRESSObin", "V7 eMMC", "mvebu/cortexa53", "openwrt-mvebu-cortexa53-globalscale_espressobin-v7-emmc", ["-ext4-sdcard.img.gz", "-squashfs-sdcard.img.gz"]], ["Marvell", "Armada 3700 Community Board", "V7 eMMC", "mvebu/cortexa53", "openwrt-mvebu-cortexa53-globalscale_espressobin-v7-emmc", ["-ext4-sdcard.img.gz", "-squashfs-sdcard.img.gz"]], ["Buffalo", "WBMR-HP-G300H", "B", "lantiq/xway", "openwrt-lantiq-xway-buffalo_wbmr-hp-g300h-b", ["-squashfs-sysupgrade.bin"]], ["Arcadyan", "ARV7518PW", "", "lantiq/xway", "openwrt-lantiq-xway-arcadyan_arv7518pw", ["-squashfs-sysupgrade.bin"]], ["Astoria Networks", "ARV7518PW", "", "lantiq/xway", "openwrt-lantiq-xway-arcadyan_arv7518pw", ["-squashfs-sysupgrade.bin"]], ["ZTE", "H201L", "", "lantiq/xway", "openwrt-lantiq-xway-zte_h201l", ["-squashfs-sysupgrade.bin"]], ["British Telecom", "Home Hub 3", "Type A", "lantiq/xway", "openwrt-lantiq-xway-bt_homehub-v3a", ["-squashfs-sysupgrade.bin"]], ["Arcadyan", "ARV752DPW", "", "lantiq/xway", "openwrt-lantiq-xway-arcadyan_arv752dpw", ["-squashfs-sysupgrade.bin"]], ["Vodafone", "Easybox 802", "", "lantiq/xway", "openwrt-lantiq-xway-arcadyan_arv752dpw", ["-squashfs-sysupgrade.bin"]], ["NETGEAR", "DGN3500B", "", "lantiq/xway", "openwrt-lantiq-xway-netgear_dgn3500b", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["AVM", "FRITZ!Box 7320", "", "lantiq/xway", "openwrt-lantiq-xway-avm_fritz7320", ["-squashfs-sysupgrade.bin"]], ["1&1", "HomeServer", "", "lantiq/xway", "openwrt-lantiq-xway-avm_fritz7320", ["-squashfs-sysupgrade.bin"]], ["Arcadyan", "ARV7506PW11", "", "lantiq/xway", "openwrt-lantiq-xway-arcadyan_arv7506pw11", ["-squashfs-sysupgrade.bin"]], ["Alice/O2", "IAD 4421", "", "lantiq/xway", "openwrt-lantiq-xway-arcadyan_arv7506pw11", ["-squashfs-sysupgrade.bin"]], ["Arcadyan", "ARV752DPW22", "", "lantiq/xway", "openwrt-lantiq-xway-arcadyan_arv752dpw22", ["-squashfs-sysupgrade.bin"]], ["Vodafone", "Easybox 803", "", "lantiq/xway", "openwrt-lantiq-xway-arcadyan_arv752dpw22", ["-squashfs-sysupgrade.bin"]], ["Arcadyan", "ARV7519PW", "", "lantiq/xway", "openwrt-lantiq-xway-arcadyan_arv7519pw", ["-squashfs-sysupgrade.bin"]], ["Astoria Networks", "ARV7519PW", "", "lantiq/xway", "openwrt-lantiq-xway-arcadyan_arv7519pw", ["-squashfs-sysupgrade.bin"]], ["Siemens", "Gigaset sx76x", "", "lantiq/xway", "openwrt-lantiq-xway-siemens_gigaset-sx76x", ["-squashfs-sysupgrade.bin"]], ["NETGEAR", "DGN3500", "", "lantiq/xway", "openwrt-lantiq-xway-netgear_dgn3500", ["-squashfs-sysupgrade-na.bin", "-squashfs-sysupgrade.bin", "-squashfs-factory-na.img", "-squashfs-factory.img"]], ["ZyXEL", "P-2601HN", "F1/F3", "lantiq/xway", "openwrt-lantiq-xway-zyxel_p-2601hn", ["-squashfs-sysupgrade.bin"]], ["British Telecom", "Home Hub 2", "Type B", "lantiq/xway", "openwrt-lantiq-xway-bt_homehub-v2b", ["-squashfs-sysupgrade.bin"]], ["Lantiq", "Danube (EASY50712)", "", "lantiq/xway", "openwrt-lantiq-xway-lantiq_easy50712", ["-squashfs-sysupgrade.bin"]], ["AudioCodes", "MediaPack MP-252", "", "lantiq/xway", "openwrt-lantiq-xway-audiocodes_mp-252", ["-squashfs-sysupgrade.bin"]], ["Arcadyan", "ARV8539PW22", "", "lantiq/xway", "openwrt-lantiq-xway-arcadyan_arv8539pw22", ["-squashfs-sysupgrade.bin"]], ["Telekom", "Speedport W504V Typ A", "", "lantiq/xway", "openwrt-lantiq-xway-arcadyan_arv8539pw22", ["-squashfs-sysupgrade.bin"]], ["Arcadyan", "ARV4510PW", "", "lantiq/xway", "openwrt-lantiq-xway-arcadyan_arv4510pw", ["-squashfs-sysupgrade.bin"]], ["Wippies", "BeWan iBox v1.0", "", "lantiq/xway", "openwrt-lantiq-xway-arcadyan_arv4510pw", ["-squashfs-sysupgrade.bin"]], ["AVM", "FRITZ!Box 7312", "", "lantiq/xway", "openwrt-lantiq-xway-avm_fritz7312", ["-squashfs-sysupgrade.bin"]], ["Arcadyan", "ARV7510PW22", "", "lantiq/xway", "openwrt-lantiq-xway-arcadyan_arv7510pw22", ["-squashfs-sysupgrade.bin"]], ["Astoria Networks", "ARV7510PW22", "", "lantiq/xway", "openwrt-lantiq-xway-arcadyan_arv7510pw22", ["-squashfs-sysupgrade.bin"]], ["Buffalo", "WBMR-HP-G300H", "A", "lantiq/xway", "openwrt-lantiq-xway-buffalo_wbmr-hp-g300h-a", ["-squashfs-sysupgrade.bin"]], ["Lantiq", "Falcon SFP Stick", "", "lantiq/falcon", "openwrt-lantiq-falcon-lantiq_falcon-sfp", ["-squashfs-sysupgrade.bin"]], ["Lantiq", "Falcon HGU Reference Board (EASY98021)", "", "lantiq/falcon", "openwrt-lantiq-falcon-lantiq_easy98021", ["-squashfs-sysupgrade.bin"]], ["Lantiq", "EASY98000 Falcon Eval Board", "NAND", "lantiq/falcon", "openwrt-lantiq-falcon-lantiq_easy98000-nand", ["-squashfs-sysupgrade.bin"]], ["Lantiq", "EASY98000 Falcon Eval Board", "NOR", "lantiq/falcon", "openwrt-lantiq-falcon-lantiq_easy98000-nor", ["-squashfs-sysupgrade.bin"]], ["Lantiq", "Falcon SFU Reference Board (EASY98020)", "v1.8", "lantiq/falcon", "openwrt-lantiq-falcon-lantiq_easy98020-v18", ["-squashfs-sysupgrade.bin"]], ["Lantiq", "Falcon / VINAXdp MDU Board", "", "lantiq/falcon", "openwrt-lantiq-falcon-lantiq_falcon-mdu", ["-squashfs-sysupgrade.bin"]], ["Lantiq", "EASY88444 Falcon FTTdp G.FAST Reference Board", "", "lantiq/falcon", "openwrt-lantiq-falcon-lantiq_easy88444", ["-squashfs-sysupgrade.bin"]], ["Lantiq", "Falcon SFU Reference Board (EASY98020)", "v1.0-v1.7", "lantiq/falcon", "openwrt-lantiq-falcon-lantiq_easy98020", ["-squashfs-sysupgrade.bin"]], ["Lantiq", "EASY88388 Falcon FTTDP8 Reference Board", "", "lantiq/falcon", "openwrt-lantiq-falcon-lantiq_easy88388", ["-squashfs-sysupgrade.bin"]], ["Lantiq", "Falcon SFP Stick (EASY98035SYNCE1588)", "with SyncE and IEEE1588", "lantiq/falcon", "openwrt-lantiq-falcon-lantiq_easy98035synce1588", ["-squashfs-sysupgrade.bin"]], ["Lantiq", "EASY98000 Falcon Eval Board", "SFLASH", "lantiq/falcon", "openwrt-lantiq-falcon-lantiq_easy98000-sflash", ["-squashfs-sysupgrade.bin"]], ["Lantiq", "Falcon SFP Stick (EASY98035SYNCE)", "with Synchronous Ethernet", "lantiq/falcon", "openwrt-lantiq-falcon-lantiq_easy98035synce", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer VR200", "v1", "lantiq/xrx200", "openwrt-lantiq-xrx200-tplink_vr200", ["-squashfs-sysupgrade.bin"]], ["ZyXEL", "P-2812HNU", "F1", "lantiq/xrx200", "openwrt-lantiq-xrx200-zyxel_p-2812hnu-f1", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer VR200v", "v1", "lantiq/xrx200", "openwrt-lantiq-xrx200-tplink_vr200v", ["-squashfs-sysupgrade.bin"]], ["Arcadyan", "VGV7519", "NOR", "lantiq/xrx200", "openwrt-lantiq-xrx200-arcadyan_vgv7519-nor", ["-squashfs-sysupgrade.bin"]], ["KPN", "Experiabox 8", "NOR", "lantiq/xrx200", "openwrt-lantiq-xrx200-arcadyan_vgv7519-nor", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "TD-W8980", "v1", "lantiq/xrx200", "openwrt-lantiq-xrx200-tplink_tdw8980", ["-squashfs-sysupgrade.bin"]], ["Arcadyan", "ARV7519RW22", "", "lantiq/xrx200", "openwrt-lantiq-xrx200-arcadyan_arv7519rw22", ["-squashfs-sysupgrade.bin"]], ["Orange", "Livebox", "2.1", "lantiq/xrx200", "openwrt-lantiq-xrx200-arcadyan_arv7519rw22", ["-squashfs-sysupgrade.bin"]], ["Astoria Networks", "ARV7519RW22", "", "lantiq/xrx200", "openwrt-lantiq-xrx200-arcadyan_arv7519rw22", ["-squashfs-sysupgrade.bin"]], ["BT Openreach", "ECI VDSL Modem V-2FUb/R", "", "lantiq/xrx200", "openwrt-lantiq-xrx200-arcadyan_vg3503j", ["-squashfs-sysupgrade.bin"]], ["Arcadyan", "VGV7510KW22", "BRN", "lantiq/xrx200", "openwrt-lantiq-xrx200-arcadyan_vgv7510kw22-brn", ["-squashfs-factory.bin"]], ["o2", "Box 6431", "BRN", "lantiq/xrx200", "openwrt-lantiq-xrx200-arcadyan_vgv7510kw22-brn", ["-squashfs-factory.bin"]], ["Lantiq", "VR9 EASY80920", "NAND", "lantiq/xrx200", "openwrt-lantiq-xrx200-lantiq_easy80920-nand", ["-squashfs-sysupgrade.bin", "-squashfs-fullimage.bin"]], ["Arcadyan", "VGV7519", "BRN", "lantiq/xrx200", "openwrt-lantiq-xrx200-arcadyan_vgv7519-brn", ["-squashfs-factory.bin"]], ["KPN", "Experiabox 8", "BRN", "lantiq/xrx200", "openwrt-lantiq-xrx200-arcadyan_vgv7519-brn", ["-squashfs-factory.bin"]], ["Arcadyan", "VGV7510KW22", "NOR", "lantiq/xrx200", "openwrt-lantiq-xrx200-arcadyan_vgv7510kw22-nor", ["-squashfs-sysupgrade.bin"]], ["o2", "Box 6431", "NOR", "lantiq/xrx200", "openwrt-lantiq-xrx200-arcadyan_vgv7510kw22-nor", ["-squashfs-sysupgrade.bin"]], ["AVM", "FRITZ!Box 7360 SL", "", "lantiq/xrx200", "openwrt-lantiq-xrx200-avm_fritz7360sl", ["-squashfs-sysupgrade.bin"]], ["AVM", "FRITZ!Box 3370", "Rev. 2 (Hynix NAND)", "lantiq/xrx200", "openwrt-lantiq-xrx200-avm_fritz3370-rev2-hynix", ["-squashfs-eva-kernel.bin", "-squashfs-eva-filesystem.bin", "-squashfs-sysupgrade.bin"]], ["Buffalo", "WBMR-300HPD", "", "lantiq/xrx200", "openwrt-lantiq-xrx200-buffalo_wbmr-300hpd", ["-squashfs-sysupgrade.bin"]], ["AVM", "FRITZ!Box 7362 SL", "", "lantiq/xrx200", "openwrt-lantiq-xrx200-avm_fritz7362sl", ["-squashfs-sysupgrade.bin"]], ["ZyXEL", "P-2812HNU", "F3", "lantiq/xrx200", "openwrt-lantiq-xrx200-zyxel_p-2812hnu-f3", ["-squashfs-sysupgrade.bin"]], ["AVM", "FRITZ!Box 7412", "", "lantiq/xrx200", "openwrt-lantiq-xrx200-avm_fritz7412", ["-squashfs-sysupgrade.bin"]], ["British Telecom", "Home Hub 5", "Type A", "lantiq/xrx200", "openwrt-lantiq-xrx200-bt_homehub-v5a", ["-squashfs-sysupgrade.bin"]], ["Lantiq", "VR9 EASY80920", "NOR", "lantiq/xrx200", "openwrt-lantiq-xrx200-lantiq_easy80920-nor", ["-squashfs-sysupgrade.bin"]], ["Alpha", "ASL56026", "", "lantiq/xrx200", "openwrt-lantiq-xrx200-alphanetworks_asl56026", ["-squashfs-sysupgrade.bin"]], ["BT Openreach", "ECI VDSL Modem V-2FUb/I", "", "lantiq/xrx200", "openwrt-lantiq-xrx200-alphanetworks_asl56026", ["-squashfs-sysupgrade.bin"]], ["AVM", "FRITZ!Box 3370", "Rev. 2 (Micron NAND)", "lantiq/xrx200", "openwrt-lantiq-xrx200-avm_fritz3370-rev2-micron", ["-squashfs-sysupgrade.bin", "-squashfs-eva-kernel.bin", "-squashfs-eva-filesystem.bin"]], ["TP-Link", "TD-W8970", "v1", "lantiq/xrx200", "openwrt-lantiq-xrx200-tplink_tdw8970", ["-squashfs-sysupgrade.bin"]], ["NETGEAR", "DM200", "", "lantiq/xrx200", "openwrt-lantiq-xrx200-netgear_dm200", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["Allnet", "ALL0333CJ", "", "lantiq/ase", "openwrt-lantiq-ase-allnet_all0333cj", ["-squashfs-sysupgrade.bin"]], ["NETGEAR", "DGN1000B", "", "lantiq/ase", "openwrt-lantiq-ase-netgear_dgn1000b", ["-squashfs-sysupgrade.bin"]], ["NETGEAR", "WNR2200", "16M", "ath79/generic", "openwrt-ath79-generic-netgear_wnr2200-16m", ["-squashfs-factory.img", "-squashfs-sysupgrade.bin"]], ["NETGEAR", "WNR2200", "CN/RU", "ath79/generic", "openwrt-ath79-generic-netgear_wnr2200-16m", ["-squashfs-factory.img", "-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer C7", "v5", "ath79/generic", "openwrt-ath79-generic-tplink_archer-c7-v5", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["D-Link", "DIR-835", "A1", "ath79/generic", "openwrt-ath79-generic-dlink_dir-835-a1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["AVM", "FRITZ!WLAN Repeater 300E", "", "ath79/generic", "openwrt-ath79-generic-avm_fritz300e", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "CPE220", "v3", "ath79/generic", "openwrt-ath79-generic-tplink_cpe220-v3", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Buffalo", "WZR-HP-G302H", "A1A0", "ath79/generic", "openwrt-ath79-generic-buffalo_wzr-hp-g302h-a1a0", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin", "-squashfs-tftp.bin"]], ["TP-Link", "TL-WR1043N/ND", "v3", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wr1043nd-v3", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["ELECOM", "WRC-1750GHBK2-I/C", "", "ath79/generic", "openwrt-ath79-generic-elecom_wrc-1750ghbk2-i", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR842N/ND", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wr842n-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Ubiquiti", "Nanostation AC", "", "ath79/generic", "openwrt-ath79-generic-ubnt_nanostation-ac", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Western Digital", "My Net Wi-Fi Range Extender", "", "ath79/generic", "openwrt-ath79-generic-wd_mynet-wifi-rangeextender", ["-squashfs-sysupgrade.bin"]], ["jjPlus", "JA76PF2", "", "ath79/generic", "openwrt-ath79-generic-jjplus_ja76pf2", ["-squashfs-kernel.bin", "-squashfs-rootfs.bin"]], ["PowerCloud Systems", "CR5000", "", "ath79/generic", "openwrt-ath79-generic-pcs_cr5000", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "RE350K", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_re350k-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "TL-WR1043N/ND", "v2", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wr1043nd-v2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["COMFAST", "CF-E110N", "v2", "ath79/generic", "openwrt-ath79-generic-comfast_cf-e110n-v2", ["-squashfs-sysupgrade.bin"]], ["I-O DATA", "WN-AC1600DGR", "", "ath79/generic", "openwrt-ath79-generic-iodata_wn-ac1600dgr", ["-squashfs-factory.bin"]], ["Ubiquiti", "UniFi", "", "ath79/generic", "openwrt-ath79-generic-ubnt_unifi", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Ubiquiti", "EdgeSwitch 5XP", "", "ath79/generic", "openwrt-ath79-generic-ubnt_edgeswitch-5xp", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["OpenMesh", "OM5P-AC", "v2", "ath79/generic", "openwrt-ath79-generic-openmesh_om5p-ac-v2", ["-squashfs-sysupgrade.bin"]], ["ZBT", "WD323", "", "ath79/generic", "openwrt-ath79-generic-zbtlink_zbt-wd323", ["-squashfs-sysupgrade.bin"]], ["NETGEAR", "WNDR3700", "v2", "ath79/generic", "openwrt-ath79-generic-netgear_wndr3700v2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["TP-Link", "TL-WR902AC", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wr902ac-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["NETGEAR", "EX7300", "", "ath79/generic", "openwrt-ath79-generic-netgear_ex7300", ["-squashfs-factory.img", "-squashfs-sysupgrade.bin"]], ["Ubiquiti", "UniFi AC-Pro", "", "ath79/generic", "openwrt-ath79-generic-ubnt_unifiac-pro", ["-squashfs-sysupgrade.bin"]], ["Ubiquiti", "Nanostation M", "XW", "ath79/generic", "openwrt-ath79-generic-ubnt_nanostation-m-xw", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Ubiquiti", "Bullet-M", "XW", "ath79/generic", "openwrt-ath79-generic-ubnt_bullet-m-xw", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "Archer C6", "v2 (US)", "ath79/generic", "openwrt-ath79-generic-tplink_archer-c6-v2-us", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "Archer A6", "v2 (US/TW)", "ath79/generic", "openwrt-ath79-generic-tplink_archer-c6-v2-us", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["eTactica", "EG200", "", "ath79/generic", "openwrt-ath79-generic-etactica_eg200", ["-squashfs-sysupgrade.bin"]], ["Ubiquiti", "NanoBeam AC", "", "ath79/generic", "openwrt-ath79-generic-ubnt_nanobeam-ac", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["GL.iNet", "GL-X750", "", "ath79/generic", "openwrt-ath79-generic-glinet_gl-x750", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WDR4300", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wdr4300-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["GL.iNet", "GL-AR300M", "Lite", "ath79/generic", "openwrt-ath79-generic-glinet_gl-ar300m-lite", ["-squashfs-sysupgrade.bin"]], ["YunCore", "XD4200", "", "ath79/generic", "openwrt-ath79-generic-yuncore_xd4200", ["-squashfs-sysupgrade.bin", "-squashfs-tftp.bin"]], ["Aruba", "AP-105", "", "ath79/generic", "openwrt-ath79-generic-aruba_ap-105", ["-squashfs-sysupgrade.bin"]], ["Qihoo", "C301", "", "ath79/generic", "openwrt-ath79-generic-qihoo_c301", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["COMFAST", "CF-E314N", "v2", "ath79/generic", "openwrt-ath79-generic-comfast_cf-e314n-v2", ["-squashfs-sysupgrade.bin"]], ["Western Digital", "My Net N750", "", "ath79/generic", "openwrt-ath79-generic-wd_mynet-n750", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "Archer C58", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_archer-c58-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["NETGEAR", "WNDR3800", "", "ath79/generic", "openwrt-ath79-generic-netgear_wndr3800", ["-squashfs-factory.img", "-squashfs-sysupgrade.bin"]], ["COMFAST", "CF-WR650AC", "v2", "ath79/generic", "openwrt-ath79-generic-comfast_cf-wr650ac-v2", ["-squashfs-sysupgrade.bin"]], ["Ubiquiti", "LiteBeam AC", "Gen2", "ath79/generic", "openwrt-ath79-generic-ubnt_litebeam-ac-gen2", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer C6", "v2 (EU/RU/JP)", "ath79/generic", "openwrt-ath79-generic-tplink_archer-c6-v2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "TL-WDR3500", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wdr3500-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["GL.iNet", "GL-AR300M16", "", "ath79/generic", "openwrt-ath79-generic-glinet_gl-ar300m16", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-859", "A1", "ath79/generic", "openwrt-ath79-generic-dlink_dir-859-a1", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Ubiquiti", "UniFi AC-LR", "", "ath79/generic", "openwrt-ath79-generic-ubnt_unifiac-lr", ["-squashfs-sysupgrade.bin"]], ["devolo", "WiFi pro 1200e", "", "ath79/generic", "openwrt-ath79-generic-devolo_dvl1200e", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR842N", "v3", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wr842n-v3", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["I-O DATA", "WN-AC1600DGR2/DGR3", "", "ath79/generic", "openwrt-ath79-generic-iodata_wn-ac1600dgr2", ["-squashfs-dgr2-dgr3-factory.bin"]], ["devolo", "WiFi pro 1750x", "", "ath79/generic", "openwrt-ath79-generic-devolo_dvl1750x", ["-squashfs-sysupgrade.bin"]], ["Ubiquiti", "Bullet-M", "XM", "ath79/generic", "openwrt-ath79-generic-ubnt_bullet-m", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["NETGEAR", "WNDR3700", "v1", "ath79/generic", "openwrt-ath79-generic-netgear_wndr3700", ["-squashfs-factory.img", "-squashfs-factory-NA.img", "-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer A7", "v5", "ath79/generic", "openwrt-ath79-generic-tplink_archer-a7-v5", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "Archer C7", "v2", "ath79/generic", "openwrt-ath79-generic-tplink_archer-c7-v2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin", "-squashfs-factory-us.bin", "-squashfs-factory-eu.bin"]], ["Ubiquiti", "LiteAP ac", "LAP-120", "ath79/generic", "openwrt-ath79-generic-ubnt_lap-120", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Librerouter", "LibreRouter", "v1", "ath79/generic", "openwrt-ath79-generic-librerouter_librerouter-v1", ["-squashfs-sysupgrade.bin"]], ["NETGEAR", "EX6400", "", "ath79/generic", "openwrt-ath79-generic-netgear_ex6400", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["NETGEAR", "WNR2200", "8M", "ath79/generic", "openwrt-ath79-generic-netgear_wnr2200-8m", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img", "-squashfs-factory-NA.img"]], ["Buffalo", "WZR-HP-G450H/WZR-450HP", "", "ath79/generic", "openwrt-ath79-generic-buffalo_wzr-hp-g450h", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin", "-squashfs-tftp.bin"]], ["TP-Link", "Archer C2", "v3", "ath79/generic", "openwrt-ath79-generic-tplink_archer-c2-v3", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["I-O DATA", "ETG3-R", "", "ath79/generic", "openwrt-ath79-generic-iodata_etg3-r", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "WBS510", "v2", "ath79/generic", "openwrt-ath79-generic-tplink_wbs510-v2", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-MR6400", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_tl-mr6400-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "Archer D50", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_archer-d50-v1", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "RE355", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_re355-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["PowerCloud Systems", "CR3000", "", "ath79/generic", "openwrt-ath79-generic-pcs_cr3000", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-842", "C2", "ath79/generic", "openwrt-ath79-generic-dlink_dir-842-c2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "CPE210", "v3", "ath79/generic", "openwrt-ath79-generic-tplink_cpe210-v3", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-842", "C3", "ath79/generic", "openwrt-ath79-generic-dlink_dir-842-c3", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["PISEN", "TS-D084", "", "ath79/generic", "openwrt-ath79-generic-pisen_ts-d084", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Ubiquiti", "RouterStation", "", "ath79/generic", "openwrt-ath79-generic-ubnt_routerstation", ["-squashfs-factory.bin"]], ["Phicomm", "K2T", "", "ath79/generic", "openwrt-ath79-generic-phicomm_k2t", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer C60", "v2", "ath79/generic", "openwrt-ath79-generic-tplink_archer-c60-v2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["PowerCloud Systems", "CAP324", "", "ath79/generic", "openwrt-ath79-generic-pcs_cap324", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "WBS210", "v2", "ath79/generic", "openwrt-ath79-generic-tplink_wbs210-v2", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer C7", "v4", "ath79/generic", "openwrt-ath79-generic-tplink_archer-c7-v4", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Ubiquiti", "Rocket-M", "XM", "ath79/generic", "openwrt-ath79-generic-ubnt_rocket-m", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Adtran/Bluesocket", "BSAP-1840", "", "ath79/generic", "openwrt-ath79-generic-adtran_bsap1840", ["-squashfs-kernel.bin", "-squashfs-sysupgrade.bin", "-squashfs-rootfs.bin"]], ["Adtran/Bluesocket", "BSAP-1800", "v2", "ath79/generic", "openwrt-ath79-generic-adtran_bsap1800-v2", ["-squashfs-kernel.bin", "-squashfs-sysupgrade.bin", "-squashfs-rootfs.bin"]], ["YunCore", "A782", "", "ath79/generic", "openwrt-ath79-generic-yuncore_a782", ["-squashfs-sysupgrade.bin", "-squashfs-tftp.bin"]], ["TP-Link", "TL-WR1043N", "v5", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wr1043n-v5", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["COMFAST", "CF-E313AC", "", "ath79/generic", "openwrt-ath79-generic-comfast_cf-e313ac", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "RE450", "v2", "ath79/generic", "openwrt-ath79-generic-tplink_re450-v2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["I-O DATA", "WN-AG300DGR", "", "ath79/generic", "openwrt-ath79-generic-iodata_wn-ag300dgr", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["COMFAST", "CF-E5/E7", "", "ath79/generic", "openwrt-ath79-generic-comfast_cf-e5", ["-squashfs-sysupgrade.bin"]], ["Ubiquiti", "UniFi AC-Mesh", "", "ath79/generic", "openwrt-ath79-generic-ubnt_unifiac-mesh", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR810N", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wr810n-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["EnGenius", "EWS511AP", "", "ath79/generic", "openwrt-ath79-generic-engenius_ews511ap", ["-squashfs-sysupgrade.bin"]], ["NEC", "Aterm WG1200CR", "", "ath79/generic", "openwrt-ath79-generic-nec_wg1200cr", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WDR4300", "v1 (IL)", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wdr4300-v1-il", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "CPE210", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_cpe210-v1", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["TP-Link", "CPE510", "v2", "ath79/generic", "openwrt-ath79-generic-tplink_cpe510-v2", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["NEC", "Aterm WG800HP", "", "ath79/generic", "openwrt-ath79-generic-nec_wg800hp", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Ubiquiti", "airCube ISP", "", "ath79/generic", "openwrt-ath79-generic-ubnt_acb-isp", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Buffalo", "WZR-HP-AG300H", "", "ath79/generic", "openwrt-ath79-generic-buffalo_wzr-hp-ag300h", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin", "-squashfs-tftp.bin"]], ["TP-Link", "Archer C7", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_archer-c7-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "TL-WDR4900", "v2", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wdr4900-v2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Ubiquiti", "UniFi AC-Lite", "", "ath79/generic", "openwrt-ath79-generic-ubnt_unifiac-lite", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WDR3600", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wdr3600-v1", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR710N", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wr710n-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "CPE210", "v2", "ath79/generic", "openwrt-ath79-generic-tplink_cpe210-v2", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["MikroTik", "RouterBOARD wAP G-5HacT2HnD (wAP AC)", "", "ath79/generic", "openwrt-ath79-generic-mikrotik_routerboard-wap-g-5hact2hnd", ["-squashfs-sysupgrade.bin"]], ["ELECOM", "WRC-300GHBK2-I", "", "ath79/generic", "openwrt-ath79-generic-elecom_wrc-300ghbk2-i", ["-squashfs-sysupgrade.bin"]], ["GL.iNet", "GL-AR150", "", "ath79/generic", "openwrt-ath79-generic-glinet_gl-ar150", ["-squashfs-sysupgrade.bin"]], ["Ubiquiti", "RouterStation Pro", "", "ath79/generic", "openwrt-ath79-generic-ubnt_routerstation-pro", ["-squashfs-factory.bin"]], ["EnGenius", "ECB1750", "", "ath79/generic", "openwrt-ath79-generic-engenius_ecb1750", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR810N", "v2", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wr810n-v2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "TL-WR1043N/ND", "v4", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wr1043nd-v4", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["YunCore", "A770", "", "ath79/generic", "openwrt-ath79-generic-yuncore_a770", ["-squashfs-tftp.bin", "-squashfs-sysupgrade.bin"]], ["Ocedo", "Ursus", "", "ath79/generic", "openwrt-ath79-generic-ocedo_ursus", ["-squashfs-sysupgrade.bin"]], ["Sitecom", "WLR-7100", "v1 002", "ath79/generic", "openwrt-ath79-generic-sitecom_wlr-7100", ["-squashfs-sysupgrade.bin", "-squashfs-factory.dlf"]], ["D-Link", "DIR-825", "C1", "ath79/generic", "openwrt-ath79-generic-dlink_dir-825-c1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Trendnet", "TEW-823DRU", "v1.0R", "ath79/generic", "openwrt-ath79-generic-trendnet_tew-823dru", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "Archer C59", "v2", "ath79/generic", "openwrt-ath79-generic-tplink_archer-c59-v2", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Rosinson", "WR818", "", "ath79/generic", "openwrt-ath79-generic-rosinson_wr818", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "RE450", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_re450-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Ocedo", "Raccoon", "", "ath79/generic", "openwrt-ath79-generic-ocedo_raccoon", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "CPE610", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_cpe610-v1", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["COMFAST", "CF-WR650AC", "v1", "ath79/generic", "openwrt-ath79-generic-comfast_cf-wr650ac-v1", ["-squashfs-sysupgrade.bin"]], ["Ubiquiti", "Nanostation AC loco", "", "ath79/generic", "openwrt-ath79-generic-ubnt_nanostation-ac-loco", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR1043N/ND", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wr1043nd-v1", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["devolo", "WiFi pro 1750c", "", "ath79/generic", "openwrt-ath79-generic-devolo_dvl1750c", ["-squashfs-sysupgrade.bin"]], ["COMFAST", "CF-E120A", "v3", "ath79/generic", "openwrt-ath79-generic-comfast_cf-e120a-v3", ["-squashfs-sysupgrade.bin"]], ["Embedded Wireless", "Dorin", "", "ath79/generic", "openwrt-ath79-generic-embeddedwireless_dorin", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR842N/ND", "v2", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wr842n-v2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "Archer C59", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_archer-c59-v1", ["-squashfs-sysupgrade.bin"]], ["PISEN", "WMB001N", "", "ath79/generic", "openwrt-ath79-generic-pisen_wmb001n", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "CPE220", "v2", "ath79/generic", "openwrt-ath79-generic-tplink_cpe220-v2", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["PISEN", "Cloud Easy Power (WMM003N)", "", "ath79/generic", "openwrt-ath79-generic-pisen_wmm003n", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "Archer C25", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_archer-c25-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["devolo", "WiFi pro 1750i", "", "ath79/generic", "openwrt-ath79-generic-devolo_dvl1750i", ["-squashfs-sysupgrade.bin"]], ["GL.iNet", "GL-AR750", "", "ath79/generic", "openwrt-ath79-generic-glinet_gl-ar750", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "CPE510", "v3", "ath79/generic", "openwrt-ath79-generic-tplink_cpe510-v3", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["I-O DATA", "WN-AC1167DGR", "", "ath79/generic", "openwrt-ath79-generic-iodata_wn-ac1167dgr", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Ocedo", "Koala", "", "ath79/generic", "openwrt-ath79-generic-ocedo_koala", ["-squashfs-sysupgrade.bin"]], ["Xiaomi", "Mi Router 4Q", "", "ath79/generic", "openwrt-ath79-generic-xiaomi_mi-router-4q", ["-squashfs-sysupgrade.bin"]], ["devolo", "WiFi pro 1750e", "", "ath79/generic", "openwrt-ath79-generic-devolo_dvl1750e", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "WBS510", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_wbs510-v1", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["TP-Link", "CPE510", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_cpe510-v1", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["8devices", "Carambola2", "", "ath79/generic", "openwrt-ath79-generic-8dev_carambola2", ["-squashfs-sysupgrade.bin"]], ["Ubiquiti", "AirRouter", "XM", "ath79/generic", "openwrt-ath79-generic-ubnt_airrouter", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Buffalo", "BHR-4GRV2", "", "ath79/generic", "openwrt-ath79-generic-buffalo_bhr-4grv2", ["-squashfs-sysupgrade.bin"]], ["NETGEAR", "WNDR3800CH", "", "ath79/generic", "openwrt-ath79-generic-netgear_wndr3800ch", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["EnGenius", "EPG5000", "", "ath79/generic", "openwrt-ath79-generic-engenius_epg5000", ["-squashfs-sysupgrade.bin", "-squashfs-factory.dlf"]], ["D-Link", "DIR-842", "C1", "ath79/generic", "openwrt-ath79-generic-dlink_dir-842-c1", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Ubiquiti", "UniFi AC-Mesh Pro", "", "ath79/generic", "openwrt-ath79-generic-ubnt_unifiac-mesh-pro", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR2543N/ND", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wr2543-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["devolo", "WiFi pro 1200i", "", "ath79/generic", "openwrt-ath79-generic-devolo_dvl1200i", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-825", "B1", "ath79/generic", "openwrt-ath79-generic-dlink_dir-825-b1", ["-squashfs-sysupgrade.bin"]], ["Ubiquiti", "Nanostation M", "XM", "ath79/generic", "openwrt-ath79-generic-ubnt_nanostation-m", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Buffalo", "BHR-4GRV", "", "ath79/generic", "openwrt-ath79-generic-buffalo_bhr-4grv", ["-squashfs-factory.bin"]], ["D-Link", "DIR-505", "", "ath79/generic", "openwrt-ath79-generic-dlink_dir-505", ["-squashfs-sysupgrade.bin"]], ["AVM", "FRITZ!Box 4020", "", "ath79/generic", "openwrt-ath79-generic-avm_fritz4020", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer C5", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_archer-c5-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Winchannel", "WB2000", "", "ath79/generic", "openwrt-ath79-generic-winchannel_wb2000", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer C60", "v1", "ath79/generic", "openwrt-ath79-generic-tplink_archer-c60-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Ubiquiti", "EdgeSwitch 8XP", "", "ath79/generic", "openwrt-ath79-generic-ubnt_edgeswitch-8xp", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR1045ND", "v2", "ath79/generic", "openwrt-ath79-generic-tplink_tl-wr1045nd-v2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["ALFA Network", "AP121F", "", "ath79/generic", "openwrt-ath79-generic-alfa-network_ap121f", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR941ND", "v2/v3", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr941-v2", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR941N", "v2/v3", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr941-v2", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR841N/ND", "v7", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr841-v7", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR941ND", "v6", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr941nd-v6", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "TL-WR841N/ND", "v8", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr841-v8", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "TL-WR940N", "v4", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr940n-v4", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin", "-squashfs-factory-us.bin", "-squashfs-factory-eu.bin", "-squashfs-factory-br.bin"]], ["TP-Link", "TL-WR741N/ND", "v4", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr741nd-v4", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "TL-WR841N/ND", "v11", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr841-v11", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin", "-squashfs-factory-us.bin", "-squashfs-factory-eu.bin"]], ["TP-Link", "TL-WR941N", "v7 (CN)", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr941n-v7-cn", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["PQI", "Air-Pen", "", "ath79/tiny", "openwrt-ath79-tiny-pqi_air-pen", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR741N/ND", "v1/v2", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr741-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["NETGEAR", "WNR2000", "v3", "ath79/tiny", "openwrt-ath79-tiny-netgear_wnr2000-v3", ["-squashfs-factory.img", "-squashfs-sysupgrade.bin", "-squashfs-factory-NA.img"]], ["TP-Link", "TL-WR841N/ND", "v10", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr841-v10", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "TL-WR740N", "v1/v2", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr740n-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "TL-WR841N/ND", "v12", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr841-v12", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin", "-squashfs-factory-us.bin", "-squashfs-factory-eu.bin"]], ["TP-Link", "TL-WR841N/ND", "v9", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr841-v9", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "TL-WR941ND", "v4", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr941-v4", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "TL-WR941N", "v4", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr941-v4", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "TL-WR740N", "v4", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr740n-v4", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR940N", "v3", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr940n-v3", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Buffalo", "WHR-G301N", "", "ath79/tiny", "openwrt-ath79-tiny-buffalo_whr-g301n", ["-squashfs-tftp.bin", "-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "TL-WA850RE", "v1", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wa850re-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "TL-WR740N", "v3", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr740n-v3", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "TL-WA901ND", "v2", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wa901nd-v2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["NETGEAR", "WNR1000", "v2", "ath79/tiny", "openwrt-ath79-tiny-netgear_wnr1000-v2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["On Networks", "N150R", "", "ath79/tiny", "openwrt-ath79-tiny-on_n150r", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["TP-Link", "TL-WR841N/ND", "v5/v6", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr841-v5", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR743ND", "v1", "ath79/tiny", "openwrt-ath79-tiny-tplink_tl-wr743nd-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["NETGEAR", "WNR612", "v2", "ath79/tiny", "openwrt-ath79-tiny-netgear_wnr612-v2", ["-squashfs-factory.img", "-squashfs-sysupgrade.bin"]], ["NETGEAR", "WNDR3700", "v4", "ath79/nand", "openwrt-ath79-nand-netgear_wndr3700-v4", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["GL.iNet", "GL-AR300M", "NOR", "ath79/nand", "openwrt-ath79-nand-glinet_gl-ar300m-nor", ["-squashfs-sysupgrade.bin"]], ["Aerohive", "HiveAP 121", "", "ath79/nand", "openwrt-ath79-nand-aerohive_hiveap-121", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["GL.iNet", "GL-AR750S", "NOR/NAND", "ath79/nand", "openwrt-ath79-nand-glinet_gl-ar750s-nor-nand", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["GL.iNet", "GL-AR300M", "NAND", "ath79/nand", "openwrt-ath79-nand-glinet_gl-ar300m-nand", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["NETGEAR", "WNDR4300", "v2", "ath79/nand", "openwrt-ath79-nand-netgear_wndr4300-v2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["NETGEAR", "WNDR4300", "", "ath79/nand", "openwrt-ath79-nand-netgear_wndr4300", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["NETGEAR", "WNDR4500", "v3", "ath79/nand", "openwrt-ath79-nand-netgear_wndr4500-v3", ["-squashfs-factory.img", "-squashfs-sysupgrade.bin"]], ["GL.iNet", "GL-AR750S", "NOR", "ath79/nand", "openwrt-ath79-nand-glinet_gl-ar750s-nor", ["-squashfs-sysupgrade.bin"]], ["ZyXEL", "NBG6716", "", "ath79/nand", "openwrt-ath79-nand-zyxel_nbg6716", ["-squashfs-sysupgrade.tar", "-squashfs-factory.bin", "-squashfs-sysupgrade-4M-Kernel.bin"]], ["Digilent", "Zybo", "", "zynq", "openwrt-zynq-digilent_zynq-zybo", ["-squashfs-sdcard.img.gz"]], ["Xilinx", "ZC702", "", "zynq", "openwrt-zynq-xlnx_zynq-zc702", ["-squashfs-sdcard.img.gz"]], ["Avnet", "ZedBoard", "", "zynq", "openwrt-zynq-avnet_zynq-zed", ["-squashfs-sdcard.img.gz"]], ["Digilent", "Zybo Z7", "", "zynq", "openwrt-zynq-digilent_zynq-zybo-z7", ["-squashfs-sdcard.img.gz"]], ["Ubiquiti", "EdgeRouter", "", "octeon", "openwrt-octeon-ubnt_edgerouter", ["-squashfs-sysupgrade.tar"]], ["Ubiquiti", "EdgeRouter Lite", "", "octeon", "openwrt-octeon-ubnt_edgerouter-lite", ["-squashfs-sysupgrade.tar"]], ["MitraStar", "STG-212", "", "oxnas/ox820", "openwrt-oxnas-ox820-mitrastar_stg-212", ["-ubifs-ubinized.bin", "-ubifs-sysupgrade.tar", "-squashfs-ubinized.bin", "-squashfs-sysupgrade.tar"]], ["Shuttle", "KD20", "", "oxnas/ox820", "openwrt-oxnas-ox820-shuttle_kd20", ["-ubifs-ubinized.bin", "-ubifs-sysupgrade.tar", "-squashfs-ubinized.bin", "-squashfs-sysupgrade.tar"]], ["Cloud Engines", "PogoPlug Pro (with mPCIe)", "", "oxnas/ox820", "openwrt-oxnas-ox820-cloudengines_pogoplugpro", ["-ubifs-ubinized.bin", "-ubifs-sysupgrade.tar", "-squashfs-ubinized.bin", "-squashfs-sysupgrade.tar"]], ["Cloud Engines", "PogoPlug Series V3 (without mPCIe)", "", "oxnas/ox820", "openwrt-oxnas-ox820-cloudengines_pogoplug-series-3", ["-ubifs-ubinized.bin", "-ubifs-sysupgrade.tar", "-squashfs-ubinized.bin", "-squashfs-sysupgrade.tar"]], ["Akition", "myCloud mini", "", "oxnas/ox820", "openwrt-oxnas-ox820-akitio_mycloud", ["-ubifs-ubinized.bin", "-ubifs-sysupgrade.tar", "-squashfs-ubinized.bin", "-squashfs-sysupgrade.tar"]], ["NXP", "LS1088A-RDB", "Default", "layerscape/armv8_64b", "openwrt-layerscape-armv8_64b-ls1088ardb", ["-ubifs-firmware.bin"]], ["NXP", "LS1043A-RDB", "Default", "layerscape/armv8_64b", "openwrt-layerscape-armv8_64b-ls1043ardb", ["-squashfs-firmware.bin"]], ["NXP", "LS1012A-RDB", "", "layerscape/armv8_64b", "openwrt-layerscape-armv8_64b-ls1012ardb", ["-ubifs-firmware.bin"]], ["NXP", "LS2088ARDB", "", "layerscape/armv8_64b", "openwrt-layerscape-armv8_64b-ls2088ardb", ["-squashfs-firmware.bin"]], ["Traverse", "LS1043 Boards", "", "layerscape/armv8_64b", "openwrt-layerscape-armv8_64b-traverse-ls1043", ["-ubifs-root", "-ubifs-sysupgrade.bin"]], ["NXP", "LS1046A-RDB", "Default", "layerscape/armv8_64b", "openwrt-layerscape-armv8_64b-ls1046ardb", ["-ubifs-firmware.bin"]], ["NXP", "TWR-LS1021A", "Default", "layerscape/armv7", "openwrt-layerscape-armv7-ls1021atwr", ["-squashfs-firmware.bin"]], ["Generic", "96328avng", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-96328avng-generic", ["-squashfs-cfe-16M.bin", "-squashfs-cfe-4M.bin", "-squashfs-cfe-8M.bin"]], ["ADB", "P.DG AV4202N", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-AV4202N", ["-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG520v", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-HG520v", ["-squashfs-cfe.bin"]], ["Pirelli", "A226M-FWB", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-A226M-FWB", ["-squashfs-cfe.bin"]], ["Generic", "96358VW2", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-96358VW2-generic", ["-squashfs-cfe.bin"]], ["D-Link", "DSL-2650U", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-DSL2650U", ["-squashfs-cfe.bin"]], ["SFR", "Neufbox4", "Sercomm", "brcm63xx/generic", "openwrt-brcm63xx-generic-NEUFBOX4-SER", ["-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG553", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-HG553", ["-squashfs-cfe.bin"]], ["SKY", "SR102", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-SR102", ["-squashfs-cfe.bin"]], ["Tecom", "GW6200", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-GW6200", ["-squashfs-cfe.bin"]], ["Generic", "96338W", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-96338W-generic", ["-squashfs-cfe.bin"]], ["Comtrend", "VR-3025u", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-VR-3025u", ["-squashfs-sysupgrade.bin", "-squashfs-cfe.bin"]], ["Generic", "96348GW-10", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-96348GW-10-generic", ["-squashfs-cfe.bin"]], ["NETGEAR", "DGND3800B", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-DGND3800B", ["-squashfs-factory.chk", "-squashfs-sysupgrade.bin"]], ["Comtrend", "AR-5387un", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-AR5387un", ["-squashfs-cfe.bin", "-squashfs-sysupgrade.bin"]], ["D-Link", "DVA-G3810BN/TL", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-DVAG3810BN", ["-squashfs-cfe.bin"]], ["Comtrend", "VR-3025un", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-VR-3025un", ["-squashfs-cfe.bin"]], ["Observa", "VH4032N", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-VH4032N", ["-squashfs-sysupgrade.bin", "-squashfs-cfe.bin"]], ["Pirelli", "A226G", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-A226G", ["-squashfs-cfe.bin"]], ["ZyXEL", "P870HW-51a", "v2", "brcm63xx/generic", "openwrt-brcm63xx-generic-P870HW-51a_v2", ["-squashfs-factory.bin"]], ["Generic", "96348GW", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-96348GW-generic", ["-squashfs-cfe.bin", "-squashfs-cfe-bc221.bin"]], ["D-Link", "DSL-2740B", "F1", "brcm63xx/generic", "openwrt-brcm63xx-generic-DSL274XB-F1", ["-squashfs-cfe-EU.bin", "-squashfs-cfe-AU.bin"]], ["D-Link", "DSL-2741B", "F1", "brcm63xx/generic", "openwrt-brcm63xx-generic-DSL274XB-F1", ["-squashfs-cfe-EU.bin", "-squashfs-cfe-AU.bin"]], ["Sercomm", "AD1018", "SPI flash mod", "brcm63xx/generic", "openwrt-brcm63xx-generic-AD1018-SPI_flash", ["-squashfs-cfe.bin"]], ["Sagemcom", "F@st 2504N", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-FAST2504n", ["-squashfs-cfe.bin"]], ["BT", "Home Hub 2.0", "A", "brcm63xx/generic", "openwrt-brcm63xx-generic-HomeHub2A", ["-squashfs-cfe.bin"]], ["NETGEAR", "DGND3700", "v1", "brcm63xx/generic", "openwrt-brcm63xx-generic-DGND3700v1", ["-squashfs-factory.chk", "-squashfs-sysupgrade.bin"]], ["D-Link", "DSL-2740B", "C2", "brcm63xx/generic", "openwrt-brcm63xx-generic-DSL274XB-C2", ["-squashfs-cfe.bin"]], ["D-Link", "DSL-2741B", "C2", "brcm63xx/generic", "openwrt-brcm63xx-generic-DSL274XB-C2", ["-squashfs-cfe.bin"]], ["Comtrend", "WAP-5813n", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-WAP-5813n", ["-squashfs-cfe.bin"]], ["Generic", "963281TAN", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-963281TAN-generic", ["-squashfs-cfe-4M.bin", "-squashfs-cfe-8M.bin", "-squashfs-cfe-16M.bin"]], ["D-Link", "DSL-2750B", "D1", "brcm63xx/generic", "openwrt-brcm63xx-generic-DSL275XB-D1", ["-squashfs-cfe.bin"]], ["D-Link", "DSL-2751", "D1", "brcm63xx/generic", "openwrt-brcm63xx-generic-DSL275XB-D1", ["-squashfs-cfe.bin"]], ["Pirelli", "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-AGPF-S0", ["-squashfs-cfe.bin"]], ["Generic", "96368MVWG", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-96368MVWG-generic", ["-squashfs-cfe.bin"]], ["Comtrend", "CT-6373", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-CT-6373", ["-squashfs-cfe.bin"]], ["SFR", "Neufbox6", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-NEUFBOX6", ["-squashfs-cfe.bin"]], ["NuCom", "R5010UN", "v2", "brcm63xx/generic", "openwrt-brcm63xx-generic-R5010UNv2", ["-squashfs-cfe.bin", "-squashfs-sysupgrade.bin"]], ["Comtrend", "VR-3026e", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-VR-3026e", ["-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG622", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-HG622", ["-squashfs-sysupgrade.bin", "-squashfs-cfe.bin"]], ["Comtrend", "AR-5315u", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-AR5315u", ["-squashfs-sysupgrade.bin", "-squashfs-cfe.bin"]], ["Generic", "96358VW", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-96358VW-generic", ["-squashfs-cfe.bin"]], ["Generic", "96368MVNgr", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-96368MVNgr-generic", ["-squashfs-cfe.bin"]], ["Generic", "96348GW-11", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-96348GW-11-generic", ["-squashfs-cfe.bin"]], ["ADB", "P.DG A4001N", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-A4001N", ["-squashfs-cfe.bin"]], ["Pirelli", "A226M", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-A226M", ["-squashfs-cfe.bin"]], ["Actiontec", "R1000H", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-R1000H", ["-squashfs-cfe.bin"]], ["Comtrend", "AR-5381u", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-AR5381u", ["-squashfs-cfe.bin", "-squashfs-sysupgrade.bin"]], ["Generic", "96338GW", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-96338GW-generic", ["-squashfs-cfe.bin"]], ["Telsey", "CPVA642-type (CPA-ZNTE60T)", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-CPA-ZNTE60T", ["-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG556a", "A", "brcm63xx/generic", "openwrt-brcm63xx-generic-HG556a-A", ["-squashfs-cfe.bin"]], ["D-Link", "DSL-2740B", "C3", "brcm63xx/generic", "openwrt-brcm63xx-generic-DSL274XB-C3", ["-squashfs-cfe.bin"]], ["D-Link", "DSL-2741B", "C3", "brcm63xx/generic", "openwrt-brcm63xx-generic-DSL274XB-C3", ["-squashfs-cfe.bin"]], ["NETGEAR", "EVG2000", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-EVG2000", ["-squashfs-factory.chk", "-squashfs-sysupgrade.bin"]], ["Huawei", "EchoLife HG556a", "B", "brcm63xx/generic", "openwrt-brcm63xx-generic-HG556a-B", ["-squashfs-cfe.bin"]], ["Alcatel", "RG100A", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-RG100A", ["-squashfs-cfe.bin"]], ["T-Com", "Speedport W 303V", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-SPW303V", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Generic", "96348R", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-96348R-generic", ["-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG655b", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-HG655b", ["-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG556a", "C", "brcm63xx/generic", "openwrt-brcm63xx-generic-HG556a-C", ["-squashfs-cfe.bin"]], ["Sagemcom", "F@st 2704N", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-FAST2704N", ["-squashfs-cfe.bin"]], ["Sagemcom", "F@st 2704 V2", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-FAST2704V2", ["-squashfs-cfe.bin"]], ["Tecom", "GW6000", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-GW6000", ["-squashfs-cfe.bin"]], ["SFR", "Neufbox4", "Foxconn", "brcm63xx/generic", "openwrt-brcm63xx-generic-NEUFBOX4-FXC", ["-squashfs-cfe.bin"]], ["ADB", "P.DG A4001N1", "", "brcm63xx/generic", "openwrt-brcm63xx-generic-A4001N1", ["-squashfs-cfe.bin", "-squashfs-sysupgrade.bin"]], ["Comtrend", "AR-5387un", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-AR5387un", ["-squashfs-sysupgrade.bin", "-squashfs-cfe.bin"]], ["Comtrend", "WAP-5813n", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-WAP-5813n", ["-squashfs-cfe.bin"]], ["Tecom", "GW6200", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-GW6200", ["-squashfs-cfe.bin"]], ["Actiontec", "R1000H", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-R1000H", ["-squashfs-cfe.bin"]], ["Generic", "96348GW", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-96348GW-generic", ["-squashfs-cfe.bin", "-squashfs-cfe-bc221.bin"]], ["Sagemcom", "F@st 2704 V2", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-FAST2704V2", ["-squashfs-cfe.bin"]], ["D-Link", "DVA-G3810BN/TL", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-DVAG3810BN", ["-squashfs-cfe.bin"]], ["Comtrend", "VR-3025u", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-VR-3025u", ["-squashfs-sysupgrade.bin", "-squashfs-cfe.bin"]], ["Telsey", "CPVA642-type (CPA-ZNTE60T)", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-CPA-ZNTE60T", ["-squashfs-cfe.bin"]], ["Pirelli", "A226M", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-A226M", ["-squashfs-cfe.bin"]], ["Observa", "VH4032N", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-VH4032N", ["-squashfs-sysupgrade.bin", "-squashfs-cfe.bin"]], ["Comtrend", "AR-5315u", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-AR5315u", ["-squashfs-cfe.bin", "-squashfs-sysupgrade.bin"]], ["Huawei", "EchoLife HG556a", "C", "brcm63xx/smp", "openwrt-brcm63xx-smp-HG556a-C", ["-squashfs-cfe.bin"]], ["D-Link", "DSL-2740B", "C3", "brcm63xx/smp", "openwrt-brcm63xx-smp-DSL274XB-C3", ["-squashfs-cfe.bin"]], ["D-Link", "DSL-2741B", "C3", "brcm63xx/smp", "openwrt-brcm63xx-smp-DSL274XB-C3", ["-squashfs-cfe.bin"]], ["Generic", "96348R", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-96348R-generic", ["-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG655b", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-HG655b", ["-squashfs-cfe.bin"]], ["Pirelli", "A226G", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-A226G", ["-squashfs-cfe.bin"]], ["Generic", "96348GW-10", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-96348GW-10-generic", ["-squashfs-cfe.bin"]], ["Generic", "96338GW", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-96338GW-generic", ["-squashfs-cfe.bin"]], ["Comtrend", "CT-6373", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-CT-6373", ["-squashfs-cfe.bin"]], ["NETGEAR", "DGND3800B", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-DGND3800B", ["-squashfs-factory.chk", "-squashfs-sysupgrade.bin"]], ["Generic", "96368MVNgr", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-96368MVNgr-generic", ["-squashfs-cfe.bin"]], ["Comtrend", "AR-5381u", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-AR5381u", ["-squashfs-sysupgrade.bin", "-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG553", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-HG553", ["-squashfs-cfe.bin"]], ["ZyXEL", "P870HW-51a", "v2", "brcm63xx/smp", "openwrt-brcm63xx-smp-P870HW-51a_v2", ["-squashfs-factory.bin"]], ["Generic", "96328avng", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-96328avng-generic", ["-squashfs-cfe-4M.bin", "-squashfs-cfe-8M.bin", "-squashfs-cfe-16M.bin"]], ["BT", "Home Hub 2.0", "A", "brcm63xx/smp", "openwrt-brcm63xx-smp-HomeHub2A", ["-squashfs-cfe.bin"]], ["D-Link", "DSL-2650U", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-DSL2650U", ["-squashfs-cfe.bin"]], ["NuCom", "R5010UN", "v2", "brcm63xx/smp", "openwrt-brcm63xx-smp-R5010UNv2", ["-squashfs-sysupgrade.bin", "-squashfs-cfe.bin"]], ["Sagemcom", "F@st 2704N", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-FAST2704N", ["-squashfs-cfe.bin"]], ["Generic", "96358VW", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-96358VW-generic", ["-squashfs-cfe.bin"]], ["Generic", "96348GW-11", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-96348GW-11-generic", ["-squashfs-cfe.bin"]], ["ADB", "P.DG A4001N", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-A4001N", ["-squashfs-cfe.bin"]], ["Comtrend", "VR-3025un", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-VR-3025un", ["-squashfs-cfe.bin"]], ["ADB", "P.DG AV4202N", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-AV4202N", ["-squashfs-cfe.bin"]], ["NETGEAR", "EVG2000", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-EVG2000", ["-squashfs-factory.chk", "-squashfs-sysupgrade.bin"]], ["SFR", "Neufbox6", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-NEUFBOX6", ["-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG622", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-HG622", ["-squashfs-cfe.bin", "-squashfs-sysupgrade.bin"]], ["D-Link", "DSL-2740B", "F1", "brcm63xx/smp", "openwrt-brcm63xx-smp-DSL274XB-F1", ["-squashfs-cfe-EU.bin", "-squashfs-cfe-AU.bin"]], ["D-Link", "DSL-2741B", "F1", "brcm63xx/smp", "openwrt-brcm63xx-smp-DSL274XB-F1", ["-squashfs-cfe-EU.bin", "-squashfs-cfe-AU.bin"]], ["Comtrend", "VR-3026e", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-VR-3026e", ["-squashfs-cfe.bin"]], ["SKY", "SR102", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-SR102", ["-squashfs-cfe.bin"]], ["D-Link", "DSL-2740B", "C2", "brcm63xx/smp", "openwrt-brcm63xx-smp-DSL274XB-C2", ["-squashfs-cfe.bin"]], ["D-Link", "DSL-2741B", "C2", "brcm63xx/smp", "openwrt-brcm63xx-smp-DSL274XB-C2", ["-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG556a", "B", "brcm63xx/smp", "openwrt-brcm63xx-smp-HG556a-B", ["-squashfs-cfe.bin"]], ["D-Link", "DSL-2750B", "D1", "brcm63xx/smp", "openwrt-brcm63xx-smp-DSL275XB-D1", ["-squashfs-cfe.bin"]], ["D-Link", "DSL-2751", "D1", "brcm63xx/smp", "openwrt-brcm63xx-smp-DSL275XB-D1", ["-squashfs-cfe.bin"]], ["Sagemcom", "F@st 2504N", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-FAST2504n", ["-squashfs-cfe.bin"]], ["T-Com", "Speedport W 303V", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-SPW303V", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["ADB", "P.DG A4001N1", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-A4001N1", ["-squashfs-cfe.bin", "-squashfs-sysupgrade.bin"]], ["NETGEAR", "DGND3700", "v1", "brcm63xx/smp", "openwrt-brcm63xx-smp-DGND3700v1", ["-squashfs-factory.chk", "-squashfs-sysupgrade.bin"]], ["Generic", "96358VW2", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-96358VW2-generic", ["-squashfs-cfe.bin"]], ["Alcatel", "RG100A", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-RG100A", ["-squashfs-cfe.bin"]], ["Tecom", "GW6000", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-GW6000", ["-squashfs-cfe.bin"]], ["Sercomm", "AD1018", "SPI flash mod", "brcm63xx/smp", "openwrt-brcm63xx-smp-AD1018-SPI_flash", ["-squashfs-cfe.bin"]], ["SFR", "Neufbox4", "Sercomm", "brcm63xx/smp", "openwrt-brcm63xx-smp-NEUFBOX4-SER", ["-squashfs-cfe.bin"]], ["Generic", "963281TAN", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-963281TAN-generic", ["-squashfs-cfe-4M.bin", "-squashfs-cfe-8M.bin", "-squashfs-cfe-16M.bin"]], ["Huawei", "EchoLife HG556a", "A", "brcm63xx/smp", "openwrt-brcm63xx-smp-HG556a-A", ["-squashfs-cfe.bin"]], ["Pirelli", "A226M-FWB", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-A226M-FWB", ["-squashfs-cfe.bin"]], ["Generic", "96368MVWG", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-96368MVWG-generic", ["-squashfs-cfe.bin"]], ["SFR", "Neufbox4", "Foxconn", "brcm63xx/smp", "openwrt-brcm63xx-smp-NEUFBOX4-FXC", ["-squashfs-cfe.bin"]], ["Generic", "96338W", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-96338W-generic", ["-squashfs-cfe.bin"]], ["Huawei", "EchoLife HG520v", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-HG520v", ["-squashfs-cfe.bin"]], ["Pirelli", "Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0", "", "brcm63xx/smp", "openwrt-brcm63xx-smp-AGPF-S0", ["-squashfs-cfe.bin"]], ["LeMaker", "Banana Pi R64", "", "mediatek/mt7622", "openwrt-mediatek-mt7622-lemaker_bananapi-bpi-r64", ["-squashfs-sysupgrade.bin"]], ["MediaTek", "MTK7622 Lynx rfb1 AP", "", "mediatek/mt7622", "openwrt-mediatek-mt7622-mediatek_mt7622-lynx-rfb1", ["-squashfs-sysupgrade.bin"]], ["MediaTek", "MTK7622 rfb1 AP", "", "mediatek/mt7622", "openwrt-mediatek-mt7622-mediatek_mt7622-rfb1", ["-squashfs-sysupgrade.bin"]], ["UniElec", "U7623-02", "eMMC/512MB RAM", "mediatek/mt7623", "openwrt-mediatek-mt7623-unielec_u7623-02-emmc-512m", ["-squashfs-sysupgrade-emmc.bin.gz"]], ["LeMaker", "Banana Pi R2", "", "mediatek/mt7623", "openwrt-mediatek-mt7623-lemaker_bananapi-bpi-r2", ["-squashfs-sysupgrade.bin"]], ["MediaTek", "MT7629 Lynx reference board", "", "mediatek/mt7629", "openwrt-mediatek-mt7629-mediatek_mt7629-lynx-rfb", ["-squashfs-sysupgrade.bin"]], ["Microchip", "SAMA5D3 Xplained", "", "at91/sama5", "openwrt-at91-sama5-at91-sama5d3_xplained", ["-ubifs-root.ubi", "-ubifs-zImage", "-squashfs-root.ubi", "-squashfs-zImage", "-ext4-sdcard.img.gz"]], ["Microchip", "SAMA5D2 PTC Ek", "", "at91/sama5", "openwrt-at91-sama5-at91-sama5d2_ptc_ek", ["-ubifs-zImage", "-squashfs-root.ubi", "-ubifs-root.ubi", "-ext4-sdcard.img.gz"]], ["Microchip", "SAMA5D27 SOM1 Ek", "", "at91/sama5", "openwrt-at91-sama5-at91-sama5d27_som1_ek", ["-ubifs-root.ubi", "-ext4-sdcard.img.gz", "-squashfs-root.ubi", "-squashfs-zImage"]], ["Microchip", "SAMA5D2 Xplained", "", "at91/sama5", "openwrt-at91-sama5-at91-sama5d2_xplained", ["-ubifs-root.ubi", "-ubifs-zImage", "-ext4-sdcard.img.gz", "-squashfs-root.ubi", "-squashfs-zImage"]], ["Microchip", "SAMA5D4 Xplained", "", "at91/sama5", "openwrt-at91-sama5-at91-sama5d4_xplained", ["-ubifs-root.ubi", "-ubifs-zImage", "-squashfs-root.ubi", "-squashfs-zImage", "-ext4-sdcard.img.gz"]], ["Calao", "TNYA9263", "", "at91/sam9x", "openwrt-at91-sam9x-tny_a9263", ["-ubifs-factory.bin", "-squashfs-factory.bin"]], ["Atmel", "AT91SAM9G20-EK", "2MMC", "at91/sam9x", "openwrt-at91-sam9x-at91sam9g20ek_2mmc", ["-squashfs-root.ubi", "-ubifs-root.ubi"]], ["Atmel", "AT91SAM9X25-EK", "", "at91/sam9x", "openwrt-at91-sam9x-at91sam9x25ek", ["-ubifs-root.ubi", "-ubifs-zImage", "-ext4-sdcard.img.gz", "-squashfs-root.ubi", "-squashfs-zImage"]], ["egnite", "Ethernut 5", "", "at91/sam9x", "openwrt-at91-sam9x-ethernut5", ["-ubifs-root.ubi", "-squashfs-root.ubi"]], ["Calao", "TNYA9G20", "", "at91/sam9x", "openwrt-at91-sam9x-tny_a9g20", ["-ubifs-factory.bin", "-squashfs-factory.bin"]], ["Atmel", "AT91SAM9G15-EK", "", "at91/sam9x", "openwrt-at91-sam9x-at91sam9g15ek", ["-ubifs-root.ubi", "-squashfs-root.ubi"]], ["Calao", "USBA9260", "", "at91/sam9x", "openwrt-at91-sam9x-usb_a9260", ["-ubifs-factory.bin", "-squashfs-factory.bin"]], ["Atmel", "AT91SAM9X35-EK", "", "at91/sam9x", "openwrt-at91-sam9x-at91sam9x35ek", ["-ubifs-root.ubi", "-ubifs-zImage", "-ext4-sdcard.img.gz", "-squashfs-root.ubi", "-squashfs-zImage"]], ["Calao", "USBA9263", "", "at91/sam9x", "openwrt-at91-sam9x-usb_a9263", ["-ubifs-factory.bin", "-squashfs-factory.bin"]], ["Atmel", "AT91SAM9G25-EK", "", "at91/sam9x", "openwrt-at91-sam9x-at91sam9g25ek", ["-ubifs-root.ubi", "-squashfs-root.ubi"]], ["Atmel", "AT91SAM9M10G45-EK", "", "at91/sam9x", "openwrt-at91-sam9x-at91sam9m10g45ek", ["-ubifs-root.ubi", "-squashfs-root.ubi"]], ["Atmel", "AT91SAM9G35-EK", "", "at91/sam9x", "openwrt-at91-sam9x-at91sam9g35ek", ["-ubifs-root.ubi", "-squashfs-root.ubi"]], ["Calao", "USBA9G20", "", "at91/sam9x", "openwrt-at91-sam9x-usb_a9g20", ["-ubifs-factory.bin", "-squashfs-factory.bin"]], ["Atmel", "AT91SAM9G20-EK", "", "at91/sam9x", "openwrt-at91-sam9x-at91sam9g20ek", ["-ubifs-root.ubi", "-ubifs-zImage", "-squashfs-root.ubi", "-squashfs-zImage"]], ["Calao", "TNYA9260", "", "at91/sam9x", "openwrt-at91-sam9x-tny_a9260", ["-ubifs-factory.bin", "-squashfs-factory.bin"]], ["Atmel", "AT91SAM9263-EK", "", "at91/sam9x", "openwrt-at91-sam9x-at91sam9263ek", ["-ubifs-root.ubi", "-ubifs-zImage", "-squashfs-root.ubi", "-squashfs-zImage"]], ["Laird", "WB45N", "", "at91/sam9x", "openwrt-at91-sam9x-wb45n", ["-ubifs-root.ubi", "-squashfs-root.ubi"]], ["CalAmp", "LMU5000", "", "at91/sam9x", "openwrt-at91-sam9x-lmu5000", ["-squashfs-factory.bin", "-ubifs-factory.bin"]], ["Olimex", "A13-OLinuXino", "", "sunxi/cortexa8", "openwrt-sunxi-cortexa8-olimex_a13-olinuxino", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["HAOYU Electronics", "MarsBoard A10", "", "sunxi/cortexa8", "openwrt-sunxi-cortexa8-marsboard_a10-marsboard", ["-ext4-sdcard.img.gz", "-squashfs-sdcard.img.gz"]], ["LinkSprite", "pcDuino", "", "sunxi/cortexa8", "openwrt-sunxi-cortexa8-linksprite_a10-pcduino", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Olimex", "A13-SOM", "", "sunxi/cortexa8", "openwrt-sunxi-cortexa8-olimex_a13-olimex-som", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Cubietech", "Cubieboard", "", "sunxi/cortexa8", "openwrt-sunxi-cortexa8-cubietech_a10-cubieboard", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Olimex", "A10-OLinuXino-LIME", "", "sunxi/cortexa8", "openwrt-sunxi-cortexa8-olimex_a10-olinuxino-lime", ["-ext4-sdcard.img.gz", "-squashfs-sdcard.img.gz"]], ["LeMaker", "Banana Pi", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-lemaker_bananapi", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Mele", "M9", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-mele_m9", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Xunlong", "Orange Pi PC Plus", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-xunlong_orangepi-pc-plus", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Cubietech", "Cubieboard2", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-cubietech_cubieboard2", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["LeMaker", "Banana Pro", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-lemaker_bananapro", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["FriendlyARM", "NanoPi NEO", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-friendlyarm_nanopi-neo", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Cubietech", "Cubietruck", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-cubietech_cubietruck", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Xunlong", "Orange Pi One", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-xunlong_orangepi-one", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Lamobo", "Lamobo R1", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-lamobo_lamobo-r1", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Xunlong", "Orange Pi R1", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-xunlong_orangepi-r1", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["FriendlyARM", "NanoPi M1 Plus", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-friendlyarm_nanopi-m1-plus", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Olimex", "A20-OLinuXino-LIME2", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-olimex_a20-olinuxino-lime2", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["LinkSprite", "pcDuino3", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-linksprite_pcduino3", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Sinovoip", "Banana Pi M2+", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-sinovoip_bananapi-m2-plus", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Olimex", "A20-OLinuXino-MICRO", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-olimex_a20-olinuxino-micro", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["FriendlyARM", "NanoPi NEO Air", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-friendlyarm_nanopi-neo-air", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Xunlong", "Orange Pi Zero", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-xunlong_orangepi-zero", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Olimex", "A20-OLinuXino-LIME", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-olimex_a20-olinuxino-lime", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["LeMaker", "Banana Pi M2 Ultra", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-lemaker_bananapi-m2-ultra", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Xunlong", "Orange Pi 2", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-xunlong_orangepi-2", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Xunlong", "Orange Pi Plus", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-xunlong_orangepi-plus", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Olimex", "A20-OLinuXino-LIME2", "eMMC", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-olimex_a20-olinuxino-lime2-emmc", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Xunlong", "Orange Pi PC", "", "sunxi/cortexa7", "openwrt-sunxi-cortexa7-xunlong_orangepi-pc", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Pine64", "SoPine", "", "sunxi/cortexa53", "openwrt-sunxi-cortexa53-pine64_sopine-baseboard", ["-ext4-sdcard.img.gz", "-squashfs-sdcard.img.gz"]], ["FriendlyARM", "NanoPi NEO2", "", "sunxi/cortexa53", "openwrt-sunxi-cortexa53-friendlyarm_nanopi-neo2", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Pine64", "Pine64+", "", "sunxi/cortexa53", "openwrt-sunxi-cortexa53-pine64_pine64-plus", ["-ext4-sdcard.img.gz", "-squashfs-sdcard.img.gz"]], ["FriendlyARM", "NanoPi NEO Plus2", "", "sunxi/cortexa53", "openwrt-sunxi-cortexa53-friendlyarm_nanopi-neo-plus2", ["-squashfs-sdcard.img.gz", "-ext4-sdcard.img.gz"]], ["Xunlong", "Orange Pi Zero Plus", "", "sunxi/cortexa53", "openwrt-sunxi-cortexa53-xunlong_orangepi-zero-plus", ["-ext4-sdcard.img.gz", "-squashfs-sdcard.img.gz"]], ["Xunlong", "Orange Pi PC 2", "", "sunxi/cortexa53", "openwrt-sunxi-cortexa53-xunlong_orangepi-pc2", ["-ext4-sdcard.img.gz", "-squashfs-sdcard.img.gz"]], ["Imagination Technologies", "Creator Ci40 (VL-62899)", "", "pistachio", "openwrt-pistachio-marduk", ["-squashfs-sysupgrade.tar", "-squashfs-factory.ubi"]], ["Imagination Technologies", "Marduk board", "", "pistachio", "openwrt-pistachio-marduk", ["-squashfs-sysupgrade.tar", "-squashfs-factory.ubi"]], ["Cisco Meraki", "MX60/MX60W", "", "apm821xx/nand", "openwrt-apm821xx-nand-meraki_mx60", ["-squashfs-sysupgrade.bin"]], ["NETGEAR", "Centria N900 WNDR4700/WNDR4720", "", "apm821xx/nand", "openwrt-apm821xx-nand-netgear_wndr4700", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["NETGEAR", "WNDAP620 (Premium Wireless-N)", "", "apm821xx/nand", "openwrt-apm821xx-nand-netgear_wndap620", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["NETGEAR", "WNDAP660 (Dual Radio Dual Band Wireless-N)", "", "apm821xx/nand", "openwrt-apm821xx-nand-netgear_wndap660", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["Cisco Meraki", "MR24", "", "apm821xx/nand", "openwrt-apm821xx-nand-meraki_mr24", ["-squashfs-sysupgrade.bin"]], ["Western Digital", "My Book Live Series (Single + Duo)", "", "apm821xx/sata", "openwrt-apm821xx-sata-wd_mybooklive", ["-ext4-factory.img.gz", "-ext4-sysupgrade.img.gz", "-squashfs-factory.img.gz", "-squashfs-sysupgrade.img.gz"]], ["Linksys", "WRT310N", "v1", "brcm47xx/generic", "openwrt-brcm47xx-generic-linksys-wrt310n-v1", ["-squashfs.bin"]], ["Linksys", "WRT300N", "v1.1", "brcm47xx/generic", "openwrt-brcm47xx-generic-linksys-wrt300n-v1.1", ["-squashfs.bin"]], ["Linksys", "WRT610N", "v1", "brcm47xx/generic", "openwrt-brcm47xx-generic-linksys-wrt610n-v1", ["-squashfs.bin"]], ["Linksys", "WRT350N", "v1", "brcm47xx/generic", "openwrt-brcm47xx-generic-linksys-wrt350n-v1", ["-squashfs.bin"]], ["", "Image with LZMA loader and LZMA compressed kernel", "", "brcm47xx/generic", "openwrt-brcm47xx-generic-standard", ["-squashfs.trx"]], ["Linksys", "E3000", "v1", "brcm47xx/generic", "openwrt-brcm47xx-generic-linksys-e3000-v1", ["-squashfs.bin"]], ["Linksys", "WRT610N", "v2", "brcm47xx/generic", "openwrt-brcm47xx-generic-linksys-wrt610n-v2", ["-squashfs.bin"]], ["ASUS", "WL-520gU", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-asus-wl-520gu", ["-squashfs.trx"]], ["Motorola", "WA840G", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-motorola-wa840g", ["-squashfs.bin"]], ["ASUS", "WL-320gP", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-asus-wl-320gp", ["-squashfs.trx"]], ["ASUS", "WL-550gE", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-asus-wl-550ge", ["-squashfs.trx"]], ["Edimax", "PS-1208MFg", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-edimax-ps1208-mfg", ["-squashfs.bin"]], ["NETGEAR", "WNDR3300", "v1", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-netgear-wndr3300-v1", ["-squashfs.chk"]], ["Linksys", "WRT160N", "v1", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-linksys-wrt160n-v1", ["-squashfs.bin"]], ["ASUS", "WL-HDD25", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-asus-wl-hdd25", ["-squashfs.trx"]], ["Huawei", "E970", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-huawei-e970", ["-squashfs.bin"]], ["ASUS", "WL-500gP", "v2", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-asus-wl-500gp-v2", ["-squashfs.trx"]], ["ASUS", "WL-500W", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-asus-wl-500w", ["-squashfs.trx"]], ["NETGEAR", "WGR614", "v8", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-netgear-wgr614-v8", ["-squashfs.chk"]], ["Motorola", "WR850G", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-motorola-wr850g", ["-squashfs.bin"]], ["D-Link", "DWL-3150", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-dlink-dwl-3150", ["-squashfs.bin"]], ["Linksys", "WRT54G3G-EM", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-linksys-wrt54g3g-em", ["-squashfs.bin"]], ["ASUS", "WL-300g", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-asus-wl-300g", ["-squashfs.trx"]], ["Linksys", "WRT54G3G", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-linksys-wrt54g3g", ["-squashfs.bin"]], ["Motorola", "WE800G", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-motorola-we800g", ["-squashfs.bin"]], ["Linksys", "WRTSL54GS", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-linksys-wrtsl54gs", ["-squashfs.bin"]], ["NETGEAR", "WNR834B", "v2", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-netgear-wnr834b-v2", ["-squashfs.chk"]], ["Linksys", "WRT54G", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-linksys-wrt54g", ["-squashfs.bin"]], ["NETGEAR", "WGT634U", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-netgear-wgt634u", ["-squashfs.bin"]], ["ASUS", "WL-500g Deluxe", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-asus-wl-500gd", ["-squashfs.trx"]], ["Linksys", "WRT150N", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-linksys-wrt150n", ["-squashfs.bin"]], ["", "Image with gzipped kernel", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-standard-noloader-gz", ["-squashfs.trx"]], ["ASUS", "WL-330gE", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-asus-wl-330ge", ["-squashfs.trx"]], ["Linksys", "WRT54GS", "v1/v2/v3", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-linksys-wrt54gs", ["-squashfs.bin"]], ["Linksys", "WRT54G-TM", "v1", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-linksys-wrt54gs", ["-squashfs.bin"]], ["ASUS", "WL-500gP", "v1", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-asus-wl-500gp-v1", ["-squashfs.trx"]], ["US Robotics", "USR5461", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-usrobotics-usr5461", ["-squashfs.bin"]], ["Linksys", "WRT300N", "v1", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-linksys-wrt300n-v1", ["-squashfs.bin", "-squashfs.trx"]], ["Linksys", "WRT54G3GV2-VF", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-linksys-wrt54g3gv2-vf", ["-squashfs.noheader.bin", "-squashfs.bin"]], ["", "Image with LZMA loader and LZMA compressed kernel", "", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-standard", ["-squashfs.trx"]], ["Linksys", "WRT54GS", "v4", "brcm47xx/legacy", "openwrt-brcm47xx-legacy-linksys-wrt54gs-v4", ["-squashfs.bin"]], ["ASUS", "RT-N12", "D1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-asus-rt-n12-d1", ["-squashfs.trx"]], ["Linksys", "E2500", "v2", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-linksys-e2500-v2", ["-squashfs.bin"]], ["Linksys", "E1200", "v1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-linksys-e1200-v1", ["-squashfs.bin"]], ["ASUS", "RT-N12HP", "", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-asus-rt-n12hp", ["-squashfs.trx"]], ["Linksys", "E1000", "v1/v2/v2.1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-linksys-e1000", ["-squashfs.bin"]], ["NETGEAR", "WNDR4000", "v1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-netgear-wndr4000", ["-squashfs.chk"]], ["", "Image with LZMA loader and LZMA compressed kernel", "", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-standard", ["-squashfs.trx"]], ["NETGEAR", "WNR3500L", "v1 (ROW)", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-netgear-wnr3500l-v1", ["-squashfs.chk"]], ["NETGEAR", "WNR3500L", "v2", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-netgear-wnr3500l-v2", ["-squashfs.chk"]], ["NETGEAR", "WNR1000", "v3", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-netgear-wnr1000-v3", ["-squashfs.chk"]], ["Linksys", "E2500", "v2.1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-linksys-e2500-v2.1", ["-squashfs.bin"]], ["NETGEAR", "WN2500RP", "v1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-netgear-wn2500rp-v1", ["-squashfs.chk"]], ["ASUS", "RT-AC53U", "", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-asus-rt-ac53u", ["-squashfs.trx"]], ["Linksys", "E2000", "v1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-linksys-e2000-v1", ["-squashfs.bin"]], ["ASUS", "RT-N12", "C1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-asus-rt-n12-c1", ["-squashfs.trx"]], ["ASUS", "RT-N53", "", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-asus-rt-n53", ["-squashfs.trx"]], ["NETGEAR", "WNDR3700", "v3", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-netgear-wndr3700-v3", ["-squashfs.chk"]], ["Linksys", "E1500", "v1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-linksys-e1500-v1", ["-squashfs.bin"]], ["ASUS", "RT-N10U", "B", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-asus-rt-n10u-b", ["-squashfs.trx"]], ["ASUS", "RT-N66W", "", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-asus-rt-n66w", ["-squashfs.trx"]], ["NETGEAR", "WGR614", "v10 (NA)", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-netgear-wgr614-v10-na", ["-squashfs.chk"]], ["NETGEAR", "WN3000RP", "", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-netgear-wn3000rp", ["-squashfs.chk"]], ["ASUS", "RT-N10P", "v2", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-asus-rt-n10p-v2", ["-squashfs.trx"]], ["ASUS", "RT-N15U", "", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-asus-rt-n15u", ["-squashfs.trx"]], ["ASUS", "RT-N10P", "v1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-asus-rt-n10p", ["-squashfs.trx"]], ["NETGEAR", "WNDR3400", "v3", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-netgear-wndr3400-v3", ["-squashfs.chk"]], ["NETGEAR", "WNR2000", "v2", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-netgear-wnr2000v2", ["-squashfs.chk"]], ["ASUS", "RT-N12", "A1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-asus-rt-n12", ["-squashfs.trx"]], ["NETGEAR", "WGR614", "v10", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-netgear-wgr614-v10", ["-squashfs.chk"]], ["", "Image with LZMA compressed kernel matching CFE decompressor", "", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-standard-noloader-nodictionarylzma", ["-squashfs.trx"]], ["Linksys", "E4200", "v1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-linksys-e4200-v1", ["-squashfs.bin"]], ["ASUS", "RT-N10U", "A", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-asus-rt-n10u", ["-squashfs.trx"]], ["Linksys", "E2500", "v1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-linksys-e2500-v1", ["-squashfs.bin"]], ["ASUS", "RT-N12", "B1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-asus-rt-n12-b1", ["-squashfs.trx"]], ["ASUS", "RT-N66U", "", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-asus-rt-n66u", ["-squashfs.trx"]], ["NETGEAR", "WNDR3400", "v1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-netgear-wndr3400-v1", ["-squashfs.chk"]], ["ASUS", "RT-N10", "", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-asus-rt-n10", ["-squashfs.trx"]], ["NETGEAR", "WNDR3400", "v2", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-netgear-wndr3400-v2", ["-squashfs.chk"]], ["Linksys", "WRT310N", "v2", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-linksys-wrt310n-v2", ["-squashfs.bin"]], ["NETGEAR", "WNR3500", "v2", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-netgear-wnr3500-v2", ["-squashfs.chk"]], ["Linksys", "WRT160N", "v3", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-linksys-wrt160n-v3", ["-squashfs.bin"]], ["ASUS", "RT-N16", "", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-asus-rt-n16", ["-squashfs.trx"]], ["Linksys", "E3200", "v1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-linksys-e3200-v1", ["-squashfs.bin"]], ["Linksys", "E2500", "v3", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-linksys-e2500-v3", ["-squashfs.bin"]], ["NETGEAR", "WNR3500L", "v1 (NA)", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-netgear-wnr3500l-v1-na", ["-squashfs.chk"]], ["Linksys", "E1550", "v1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-linksys-e1550-v1", ["-squashfs.bin"]], ["ASUS", "RT-N14UHP", "", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-asus-rt-n14uhp", ["-squashfs.trx"]], ["Linksys", "WRT320N", "v1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-linksys-wrt320n-v1", ["-squashfs.bin"]], ["Linksys", "E900", "v1", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-linksys-e900-v1", ["-squashfs.bin"]], ["Linksys", "E1200", "v2", "brcm47xx/mips74k", "openwrt-brcm47xx-mips74k-linksys-e1200-v2", ["-squashfs.bin"]], ["Sophos", "RED 15w", "Rev.1", "mpc85xx/generic", "openwrt-mpc85xx-generic-sophos_red-15w-rev1", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WDR4900", "v1", "mpc85xx/generic", "openwrt-mpc85xx-generic-tplink_tl-wdr4900-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Freescale", "P2020RDB", "", "mpc85xx/p2020", "openwrt-mpc85xx-p2020-freescale_p2020rdb", ["-squashfs-sysupgrade.bin"]], ["OCEDO", "Panda", "", "mpc85xx/p1020", "openwrt-mpc85xx-p1020-ocedo_panda", ["-squashfs-fdt.bin", "-squashfs-sysupgrade.bin"]], ["Aerohive", "HiveAP-330", "", "mpc85xx/p1020", "openwrt-mpc85xx-p1020-aerohive_hiveap-330", ["-squashfs-fdt.bin", "-squashfs-sysupgrade.bin"]], ["Enterasys", "WS-AP3710i", "", "mpc85xx/p1020", "openwrt-mpc85xx-p1020-enterasys_ws-ap3710i", ["-squashfs-sysupgrade.bin"]], ["PandaBoard.org", "OMAP4 TI pandaboard", "", "omap", "openwrt-omap-ti_omap4-panda", ["-ext4-sdcard.img.gz", "-squashfs-sdcard.img.gz"]], ["Texas Instruments", "AM335x EVM", "", "omap", "openwrt-omap-ti_am335x-evm", ["-ext4-sdcard.img.gz", "-squashfs-sdcard.img.gz"]], ["Texas Instruments", "AM335x BeagleBone Black", "", "omap", "openwrt-omap-ti_am335x-bone-black", ["-ext4-sdcard.img.gz", "-squashfs-sdcard.img.gz"]], ["BeagleBoard.org", "OMAP3 TI beagleboard", "", "omap", "openwrt-omap-ti_omap3-beagle", ["-ext4-sdcard.img.gz", "-squashfs-sdcard.img.gz"]], ["SolidRun", "CuBox-i", "", "imx6", "openwrt-imx6-cubox-i", ["-squashfs-combined.bin"]], ["Gateworks", "Ventana family", "large NAND flash", "imx6", "openwrt-imx6-ventana-large", ["-squashfs-nand.ubi"]], ["Gateworks", "Ventana family", "normal NAND flash", "imx6", "openwrt-imx6-ventana", ["-squashfs-nand.ubi", "-squashfs-bootfs.tar.gz"]], ["Toradex", "Apalis family", "", "imx6", "openwrt-imx6-apalis", ["-squashfs.sysupgrade.bin", "-squashfs.combined.bin"]], ["Raspberry Pi", "2B/3B/3B+/3CM/4B", "", "brcm2708/bcm2709", "openwrt-brcm2708-bcm2709-rpi-2", ["-ext4-factory.img.gz", "-ext4-sysupgrade.img.gz", "-squashfs-factory.img.gz", "-squashfs-sysupgrade.img.gz"]], ["Raspberry Pi", "4B", "", "brcm2708/bcm2711", "openwrt-brcm2708-bcm2711-rpi-4", ["-squashfs-factory.img.gz", "-squashfs-sysupgrade.img.gz", "-ext4-factory.img.gz", "-ext4-sysupgrade.img.gz"]], ["Raspberry Pi", "2B-1.2/3B/3B+/3CM", "", "brcm2708/bcm2710", "openwrt-brcm2708-bcm2710-rpi-3", ["-squashfs-factory.img.gz", "-ext4-factory.img.gz", "-squashfs-sysupgrade.img.gz"]], ["Raspberry Pi", "B/B+/CM/Zero/ZeroW", "", "brcm2708/bcm2708", "openwrt-brcm2708-bcm2708-rpi", ["-ext4-factory.img.gz", "-ext4-sysupgrade.img.gz", "-squashfs-factory.img.gz", "-squashfs-sysupgrade.img.gz"]], ["TP-Link", "RE650", "v1", "ramips/mt7621", "openwrt-ramips-mt7621-tplink_re650-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["NETGEAR", "R6350", "", "ramips/mt7621", "openwrt-ramips-mt7621-netgear_r6350", ["-squashfs-sysupgrade.bin", "-squashfs-kernel.bin", "-squashfs-factory.img", "-squashfs-rootfs.bin"]], ["TP-Link", "RE350", "v1", "ramips/mt7621", "openwrt-ramips-mt7621-tplink_re350-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["I-O DATA", "WNPR2600G", "", "ramips/mt7621", "openwrt-ramips-mt7621-iodata_wnpr2600g", ["-squashfs-factory.bin"]], ["Edimax", "Gemini AC2600 RG21S", "", "ramips/mt7621", "openwrt-ramips-mt7621-edimax_rg21s", ["-squashfs-factory.bin"]], ["WeVO", "W2914NS", "v2", "ramips/mt7621", "openwrt-ramips-mt7621-wevo_w2914ns-v2", ["-squashfs-sysupgrade.bin"]], ["Ubiquiti", "EdgeRouter X-SFP", "", "ramips/mt7621", "openwrt-ramips-mt7621-ubiquiti_edgerouterx-sfp", ["-squashfs-sysupgrade.bin"]], ["Phicomm", "K2P", "", "ramips/mt7621", "openwrt-ramips-mt7621-phicomm_k2p", ["-squashfs-sysupgrade.bin"]], ["Phicomm", "KE 2P", "", "ramips/mt7621", "openwrt-ramips-mt7621-phicomm_k2p", ["-squashfs-sysupgrade.bin"]], ["Linksys", "RE6500", "", "ramips/mt7621", "openwrt-ramips-mt7621-linksys_re6500", ["-squashfs-sysupgrade.bin"]], ["AsiaRF", "AP7621-NV1", "", "ramips/mt7621", "openwrt-ramips-mt7621-asiarf_ap7621-nv1", ["-squashfs-sysupgrade.bin"]], ["Xiaomi", "Mi Router 3 Pro", "", "ramips/mt7621", "openwrt-ramips-mt7621-xiaomi_mir3p", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["NETGEAR", "EX6150", "", "ramips/mt7621", "openwrt-ramips-mt7621-netgear_ex6150", ["-squashfs-sysupgrade.bin", "-squashfs-factory.chk"]], ["D-Link", "DIR-860L", "B1", "ramips/mt7621", "openwrt-ramips-mt7621-dlink_dir-860l-b1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["NETIS", "WF-2881", "", "ramips/mt7621", "openwrt-ramips-mt7621-netis_wf-2881", ["-squashfs-sysupgrade.bin"]], ["NETGEAR", "R6220", "", "ramips/mt7621", "openwrt-ramips-mt7621-netgear_r6220", ["-squashfs-sysupgrade.bin", "-squashfs-kernel.bin", "-squashfs-factory.img", "-squashfs-rootfs.bin"]], ["UniElec", "U7621-06", "64M", "ramips/mt7621", "openwrt-ramips-mt7621-unielec_u7621-06-64m", ["-squashfs-sysupgrade.bin"]], ["I-O DATA", "WN-GX300GR", "", "ramips/mt7621", "openwrt-ramips-mt7621-iodata_wn-gx300gr", ["-squashfs-sysupgrade.bin"]], ["ASUS", "RT-AC57U", "", "ramips/mt7621", "openwrt-ramips-mt7621-asus_rt-ac57u", ["-squashfs-sysupgrade.bin"]], ["JCG", "JHR-AC876M", "", "ramips/mt7621", "openwrt-ramips-mt7621-jcg_jhr-ac876m", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["MikroTik", "RouterBOARD M33G", "", "ramips/mt7621", "openwrt-ramips-mt7621-mikrotik_rbm33g", ["-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WG3526", "32M", "ramips/mt7621", "openwrt-ramips-mt7621-zbtlink_zbt-wg3526-32m", ["-squashfs-sysupgrade.bin"]], ["Mediatek", "AP-MT7621A-V60 EVB", "", "ramips/mt7621", "openwrt-ramips-mt7621-mediatek_ap-mt7621a-v60", ["-squashfs-sysupgrade.bin"]], ["Newifi", "D2", "", "ramips/mt7621", "openwrt-ramips-mt7621-d-team_newifi-d2", ["-squashfs-sysupgrade.bin"]], ["PandoraBox", "PBR-M1", "", "ramips/mt7621", "openwrt-ramips-mt7621-d-team_pbr-m1", ["-squashfs-sysupgrade.bin"]], ["MediaTek", "MT7621 EVB", "", "ramips/mt7621", "openwrt-ramips-mt7621-mediatek_mt7621-eval-board", ["-squashfs-sysupgrade.bin"]], ["NETGEAR", "R6260", "", "ramips/mt7621", "openwrt-ramips-mt7621-netgear_r6260", ["-squashfs-kernel.bin", "-squashfs-factory.img"]], ["YouHua", "WR1200JS", "", "ramips/mt7621", "openwrt-ramips-mt7621-youhua_wr1200js", ["-squashfs-sysupgrade.bin"]], ["Newifi", "D1", "", "ramips/mt7621", "openwrt-ramips-mt7621-lenovo_newifi-d1", ["-squashfs-sysupgrade.bin"]], ["I-O DATA", "WN-AX1167GR", "", "ramips/mt7621", "openwrt-ramips-mt7621-iodata_wn-ax1167gr", ["-squashfs-sysupgrade.bin"]], ["ALFA Network", "Quad-E4G", "", "ramips/mt7621", "openwrt-ramips-mt7621-alfa-network_quad-e4g", ["-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WG3526", "16M", "ramips/mt7621", "openwrt-ramips-mt7621-zbtlink_zbt-wg3526-16m", ["-squashfs-sysupgrade.bin"]], ["XiaoYu", "XY-C5", "", "ramips/mt7621", "openwrt-ramips-mt7621-xiaoyu_xy-c5", ["-squashfs-sysupgrade.bin"]], ["ASUS", "RT-AC85P", "", "ramips/mt7621", "openwrt-ramips-mt7621-asus_rt-ac85p", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["GnuBee", "Personal Cloud One", "", "ramips/mt7621", "openwrt-ramips-mt7621-gnubee_gb-pc1", ["-squashfs-sysupgrade.bin"]], ["TOTOLINK", "A7000R", "", "ramips/mt7621", "openwrt-ramips-mt7621-totolink_a7000r", ["-squashfs-sysupgrade.bin"]], ["Ubiquiti", "EdgeRouter X", "", "ramips/mt7621", "openwrt-ramips-mt7621-ubiquiti_edgerouterx", ["-squashfs-sysupgrade.bin"]], ["AFOUNDRY", "EW1200", "", "ramips/mt7621", "openwrt-ramips-mt7621-afoundry_ew1200", ["-squashfs-sysupgrade.bin"]], ["Planex", "VR500", "", "ramips/mt7621", "openwrt-ramips-mt7621-planex_vr500", ["-squashfs-sysupgrade.bin"]], ["ELECOM", "WRC-1900GST", "", "ramips/mt7621", "openwrt-ramips-mt7621-elecom_wrc-1900gst", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["ADSLR", "G7", "", "ramips/mt7621", "openwrt-ramips-mt7621-adslr_g7", ["-squashfs-sysupgrade.bin"]], ["Thunder", "Timecloud", "", "ramips/mt7621", "openwrt-ramips-mt7621-thunder_timecloud", ["-squashfs-sysupgrade.bin"]], ["MikroTik", "RouterBOARD RB750G", "r3", "ramips/mt7621", "openwrt-ramips-mt7621-mikrotik_rb750gr3", ["-squashfs-sysupgrade.bin"]], ["Buffalo", "WSR-1166DHP", "", "ramips/mt7621", "openwrt-ramips-mt7621-buffalo_wsr-1166dhp", ["-squashfs-sysupgrade.bin"]], ["Buffalo", "WSR-600DHP", "", "ramips/mt7621", "openwrt-ramips-mt7621-buffalo_wsr-600dhp", ["-squashfs-sysupgrade.bin"]], ["CreativeBox", "v1", "", "ramips/mt7621", "openwrt-ramips-mt7621-xzwifi_creativebox-v1", ["-squashfs-sysupgrade.bin"]], ["MQmaker", "WiTi", "", "ramips/mt7621", "openwrt-ramips-mt7621-mqmaker_witi", ["-squashfs-sysupgrade.bin"]], ["ZIO", "FREEZIO", "", "ramips/mt7621", "openwrt-ramips-mt7621-zio_freezio", ["-squashfs-sysupgrade.bin"]], ["NETGEAR", "R6850", "", "ramips/mt7621", "openwrt-ramips-mt7621-netgear_r6850", ["-squashfs-kernel.bin", "-squashfs-sysupgrade.bin", "-squashfs-factory.img", "-squashfs-rootfs.bin"]], ["Zbtlink", "ZBT-WG2626", "", "ramips/mt7621", "openwrt-ramips-mt7621-zbtlink_zbt-wg2626", ["-squashfs-sysupgrade.bin"]], ["Xiaomi", "Mi Router 3G", "", "ramips/mt7621", "openwrt-ramips-mt7621-xiaomi_mir3g", ["-squashfs-kernel1.bin", "-squashfs-sysupgrade.bin", "-squashfs-rootfs0.bin"]], ["Edimax", "RA21S", "", "ramips/mt7621", "openwrt-ramips-mt7621-edimax_ra21s", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Edimax", "Gemini RA21S", "", "ramips/mt7621", "openwrt-ramips-mt7621-edimax_ra21s", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["WeVO", "11AC NAS Router", "", "ramips/mt7621", "openwrt-ramips-mt7621-wevo_11acnas", ["-squashfs-sysupgrade.bin"]], ["MTC", "Wireless Router WR1201", "", "ramips/mt7621", "openwrt-ramips-mt7621-mtc_wr1201", ["-squashfs-sysupgrade.bin"]], ["Xiaomi", "Mi Router 3G", "v2", "ramips/mt7621", "openwrt-ramips-mt7621-xiaomi_mir3g-v2", ["-squashfs-sysupgrade.bin"]], ["Xiaomi", "Mi Router 4A", "Gigabit Edition", "ramips/mt7621", "openwrt-ramips-mt7621-xiaomi_mir3g-v2", ["-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WE1326", "", "ramips/mt7621", "openwrt-ramips-mt7621-zbtlink_zbt-we1326", ["-squashfs-sysupgrade.bin"]], ["ASUS", "RT-AC65P", "", "ramips/mt7621", "openwrt-ramips-mt7621-asus_rt-ac65p", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["ELECOM", "WRC-2533GST", "", "ramips/mt7621", "openwrt-ramips-mt7621-elecom_wrc-2533gst", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["ipTIME", "A6ns-M", "", "ramips/mt7621", "openwrt-ramips-mt7621-iptime_a6ns-m", ["-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WE3526", "", "ramips/mt7621", "openwrt-ramips-mt7621-zbtlink_zbt-we3526", ["-squashfs-sysupgrade.bin"]], ["Telco Electronics", "X1", "", "ramips/mt7621", "openwrt-ramips-mt7621-telco-electronics_x1", ["-squashfs-sysupgrade.bin"]], ["Youku", "YK-L2", "", "ramips/mt7621", "openwrt-ramips-mt7621-youku_yk-l2", ["-squashfs-sysupgrade.bin"]], ["Firefly", "FireWRT", "", "ramips/mt7621", "openwrt-ramips-mt7621-firefly_firewrt", ["-squashfs-sysupgrade.bin"]], ["MikroTik", "RouterBOARD M11G", "", "ramips/mt7621", "openwrt-ramips-mt7621-mikrotik_rbm11g", ["-squashfs-sysupgrade.bin"]], ["NETGEAR", "WNDR3700", "v5", "ramips/mt7621", "openwrt-ramips-mt7621-netgear_wndr3700-v5", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["ELECOM", "WRC-1167GHBK2-S", "", "ramips/mt7621", "openwrt-ramips-mt7621-elecom_wrc-1167ghbk2-s", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["AsiaRF", "AP7621-001", "", "ramips/mt7621", "openwrt-ramips-mt7621-asiarf_ap7621-001", ["-squashfs-sysupgrade.bin"]], ["ipTIME", "A8004T", "", "ramips/mt7621", "openwrt-ramips-mt7621-iptime_a8004t", ["-squashfs-sysupgrade.bin"]], ["STORYLiNK", "SAP-G3200U3", "", "ramips/mt7621", "openwrt-ramips-mt7621-storylink_sap-g3200u3", ["-squashfs-sysupgrade.bin"]], ["SamKnows", "Whitebox 8", "", "ramips/mt7621", "openwrt-ramips-mt7621-samknows_whitebox-v8", ["-squashfs-sysupgrade.bin"]], ["UniElec", "U7621-06", "16M", "ramips/mt7621", "openwrt-ramips-mt7621-unielec_u7621-06-16m", ["-squashfs-sysupgrade.bin"]], ["GnuBee", "Personal Cloud Two", "", "ramips/mt7621", "openwrt-ramips-mt7621-gnubee_gb-pc2", ["-squashfs-sysupgrade.bin"]], ["Poray", "IP2202", "", "ramips/rt305x", "openwrt-ramips-rt305x-poray_ip2202", ["-squashfs-sysupgrade.bin"]], ["Aztech", "HW550-3G", "", "ramips/rt305x", "openwrt-ramips-rt305x-aztech_hw550-3g", ["-squashfs-sysupgrade.bin"]], ["Allnet", "ALL0239-3G", "", "ramips/rt305x", "openwrt-ramips-rt305x-aztech_hw550-3g", ["-squashfs-sysupgrade.bin"]], ["Hi-Link", "HLK-RM04", "", "ramips/rt305x", "openwrt-ramips-rt305x-hilink_hlk-rm04", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["MoFi Network", "MOFI3500-3GN", "", "ramips/rt305x", "openwrt-ramips-rt305x-mofinetwork_mofi3500-3gn", ["-squashfs-sysupgrade.bin"]], ["JCG", "JHR-N926R", "", "ramips/rt305x", "openwrt-ramips-rt305x-jcg_jhr-n926r", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["ZyXEL", "NBG-419N", "", "ramips/rt305x", "openwrt-ramips-rt305x-zyxel_nbg-419n", ["-squashfs-sysupgrade.bin"]], ["ALFA", "Networks W502U", "", "ramips/rt305x", "openwrt-ramips-rt305x-alfa-network_w502u", ["-squashfs-sysupgrade.bin"]], ["Hauppauge", "Broadway", "", "ramips/rt305x", "openwrt-ramips-rt305x-hauppauge_broadway", ["-squashfs-sysupgrade.bin"]], ["HAME", "MPR", "A2", "ramips/rt305x", "openwrt-ramips-rt305x-hame_mpr-a2", ["-squashfs-sysupgrade.bin"]], ["Tenda", "W306R", "V2.0", "ramips/rt305x", "openwrt-ramips-rt305x-tenda_w306r-v2", ["-squashfs-sysupgrade.bin"]], ["Sparklan", "WCR-150GN", "", "ramips/rt305x", "openwrt-ramips-rt305x-sparklan_wcr-150gn", ["-squashfs-sysupgrade.bin"]], ["Huawei", "D105", "", "ramips/rt305x", "openwrt-ramips-rt305x-huawei_d105", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-620", "A1", "ramips/rt305x", "openwrt-ramips-rt305x-dlink_dir-620-a1", ["-squashfs-sysupgrade.bin"]], ["7Links", "PX-4885", "8M", "ramips/rt305x", "openwrt-ramips-rt305x-7links_px-4885-8m", ["-squashfs-sysupgrade.bin"]], ["UPVEL", "UR-336UN", "", "ramips/rt305x", "openwrt-ramips-rt305x-upvel_ur-336un", ["-squashfs-sysupgrade.bin"]], ["Edimax", "3g-6200nl", "", "ramips/rt305x", "openwrt-ramips-rt305x-edimax_3g-6200nl", ["-squashfs-sysupgrade.bin"]], ["AsiaRF", "AWAPN2403", "", "ramips/rt305x", "openwrt-ramips-rt305x-asiarf_awapn2403", ["-squashfs-sysupgrade.bin"]], ["Accton", "WR6202", "", "ramips/rt305x", "openwrt-ramips-rt305x-accton_wr6202", ["-squashfs-sysupgrade.bin"]], ["Planex", "MZK-DP150N", "", "ramips/rt305x", "openwrt-ramips-rt305x-planex_mzk-dp150n", ["-squashfs-sysupgrade.bin"]], ["7Links", "PX-4885", "4M", "ramips/rt305x", "openwrt-ramips-rt305x-7links_px-4885-4m", ["-squashfs-sysupgrade.bin"]], ["EasyAcc", "WIZARD 8800", "", "ramips/rt305x", "openwrt-ramips-rt305x-easyacc_wizard-8800", ["-squashfs-sysupgrade.bin"]], ["Alpha", "ASL26555", "", "ramips/rt305x", "openwrt-ramips-rt305x-alphanetworks_asl26555-8m", ["-squashfs-sysupgrade.bin"]], ["EnGenius", "ESR-9753", "", "ramips/rt305x", "openwrt-ramips-rt305x-engenius_esr-9753", ["-squashfs-sysupgrade.bin"]], ["Poray", "M4", "8M", "ramips/rt305x", "openwrt-ramips-rt305x-poray_m4-8m", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["AXIMCom", "MR-102N", "", "ramips/rt305x", "openwrt-ramips-rt305x-aximcom_mr-102n", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DAP-1350", "", "ramips/rt305x", "openwrt-ramips-rt305x-dlink_dap-1350", ["-squashfs-sysupgrade.bin", "-squashfs-factory-NA.bin", "-squashfs-factory.bin"]], ["D-Link", "DIR-300", "B1", "ramips/rt305x", "openwrt-ramips-rt305x-dlink_dir-300-b1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Nexx", "WT1520", "8M", "ramips/rt305x", "openwrt-ramips-rt305x-nexx_wt1520-8m", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Sitecom", "WL-351 v1", "", "ramips/rt305x", "openwrt-ramips-rt305x-sitecom_wl-351", ["-squashfs-sysupgrade.bin"]], ["TRENDnet", "TEW-638APB", "v2", "ramips/rt305x", "openwrt-ramips-rt305x-trendnet_tew-638apb-v2", ["-squashfs-sysupgrade.bin"]], ["ZyXEL", "NBG-419N", "v2", "ramips/rt305x", "openwrt-ramips-rt305x-zyxel_nbg-419n-v2", ["-squashfs-sysupgrade.bin"]], ["8devices", "Carambola", "", "ramips/rt305x", "openwrt-ramips-rt305x-8devices_carambola", ["-squashfs-sysupgrade.bin"]], ["HAME", "MPR", "A1", "ramips/rt305x", "openwrt-ramips-rt305x-hame_mpr-a1", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-615", "H1", "ramips/rt305x", "openwrt-ramips-rt305x-dlink_dir-615-h1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Tenda", "3G300M", "", "ramips/rt305x", "openwrt-ramips-rt305x-tenda_3g300m", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-620", "D1", "ramips/rt305x", "openwrt-ramips-rt305x-dlink_dir-620-d1", ["-squashfs-sysupgrade.bin"]], ["Ralink", "WR512-3GN", "8M", "ramips/rt305x", "openwrt-ramips-rt305x-unbranded_wr512-3gn-8m", ["-squashfs-sysupgrade.bin"]], ["Intenso", "Memory 2 Move", "", "ramips/rt305x", "openwrt-ramips-rt305x-intenso_memory2move", ["-squashfs-sysupgrade.bin"]], ["Omnima", "MiniEMBPlug", "", "ramips/rt305x", "openwrt-ramips-rt305x-omnima_miniembplug", ["-squashfs-sysupgrade.bin"]], ["Teltonika", "RUT5XX", "", "ramips/rt305x", "openwrt-ramips-rt305x-teltonika_rut5xx", ["-squashfs-sysupgrade.bin"]], ["Allnet", "ALL5002", "", "ramips/rt305x", "openwrt-ramips-rt305x-allnet_all5002", ["-squashfs-sysupgrade.bin"]], ["AirLive", "Air3GII", "", "ramips/rt305x", "openwrt-ramips-rt305x-airlive_air3gii", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-320", "B1", "ramips/rt305x", "openwrt-ramips-rt305x-dlink_dir-320-b1", ["-squashfs-sysupgrade.bin"]], ["Nexx", "WT1520", "4M", "ramips/rt305x", "openwrt-ramips-rt305x-nexx_wt1520-4m", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["VoCore", "VoCore", "8M", "ramips/rt305x", "openwrt-ramips-rt305x-vocore_vocore-8m", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-615", "D", "ramips/rt305x", "openwrt-ramips-rt305x-dlink_dir-615-d", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["JCG", "JHR-N805R", "", "ramips/rt305x", "openwrt-ramips-rt305x-jcg_jhr-n805r", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Allnet", "ALL0256N", "8M", "ramips/rt305x", "openwrt-ramips-rt305x-allnet_all0256n-8m", ["-squashfs-sysupgrade.bin"]], ["Poray", "X8", "", "ramips/rt305x", "openwrt-ramips-rt305x-poray_x8", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Allnet", "ALL5003", "", "ramips/rt305x", "openwrt-ramips-rt305x-allnet_all5003", ["-squashfs-sysupgrade.bin"]], ["Fon", "Fonera 2.0N", "", "ramips/rt305x", "openwrt-ramips-rt305x-fon_fonera-20n", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["ZyXEL", "Keenetic Start", "", "ramips/rt305x", "openwrt-ramips-rt305x-zyxel_keenetic-start", ["-squashfs-sysupgrade.bin"]], ["Netcore", "NW718", "", "ramips/rt305x", "openwrt-ramips-rt305x-netcore_nw718", ["-squashfs-sysupgrade.bin"]], ["Alpha", "ASL26555", "16M", "ramips/rt305x", "openwrt-ramips-rt305x-alphanetworks_asl26555-16m", ["-squashfs-sysupgrade.bin"]], ["Asus", "WL-330N", "", "ramips/rt305x", "openwrt-ramips-rt305x-asus_wl-330n", ["-squashfs-sysupgrade.bin"]], ["NexAira", "BC2", "", "ramips/rt305x", "openwrt-ramips-rt305x-nexaira_bc2", ["-squashfs-sysupgrade.bin"]], ["ARC Wireless", "FreeStation", "", "ramips/rt305x", "openwrt-ramips-rt305x-arcwireless_freestation5", ["-squashfs-sysupgrade.bin"]], ["Buffalo", "WHR-G300N", "", "ramips/rt305x", "openwrt-ramips-rt305x-buffalo_whr-g300n", ["-squashfs-tftp.bin", "-squashfs-sysupgrade.bin"]], ["Asus", "RT-N13U", "", "ramips/rt305x", "openwrt-ramips-rt305x-asus_rt-n13u", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-600", "B1/B2", "ramips/rt305x", "openwrt-ramips-rt305x-dlink_dir-600-b1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Planex", "MZK-W300NH2", "", "ramips/rt305x", "openwrt-ramips-rt305x-planex_mzk-w300nh2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["HooToo", "HT-TM02", "", "ramips/rt305x", "openwrt-ramips-rt305x-hootoo_ht-tm02", ["-squashfs-sysupgrade.bin"]], ["OLIMEX", "RT5350F-OLinuXino", "", "ramips/rt305x", "openwrt-ramips-rt305x-olimex_rt5350f-olinuxino", ["-squashfs-sysupgrade.bin"]], ["Petatel", "PSR-680W Wireless 3G Router", "", "ramips/rt305x", "openwrt-ramips-rt305x-petatel_psr-680w", ["-squashfs-sysupgrade.bin"]], ["NETGEAR", "WNCE2001", "", "ramips/rt305x", "openwrt-ramips-rt305x-netgear_wnce2001", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin", "-squashfs-factory-NA.bin"]], ["Skyline", "SL-R7205 Wireless 3G Router", "", "ramips/rt305x", "openwrt-ramips-rt305x-skyline_sl-r7205", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-610", "A1", "ramips/rt305x", "openwrt-ramips-rt305x-dlink_dir-610-a1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Nixcore", "X1", "16M", "ramips/rt305x", "openwrt-ramips-rt305x-nixcore_x1-16m", ["-squashfs-sysupgrade.bin"]], ["Poray", "M3", "", "ramips/rt305x", "openwrt-ramips-rt305x-poray_m3", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Poray", "M4", "4M", "ramips/rt305x", "openwrt-ramips-rt305x-poray_m4-4m", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Edimax", "3g-6200n", "", "ramips/rt305x", "openwrt-ramips-rt305x-edimax_3g-6200n", ["-squashfs-sysupgrade.bin"]], ["WIZnet", "WizFi630A", "", "ramips/rt305x", "openwrt-ramips-rt305x-wiznet_wizfi630a", ["-squashfs-sysupgrade.bin"]], ["Zorlik", "ZL5900V2", "", "ramips/rt305x", "openwrt-ramips-rt305x-zorlik_zl5900v2", ["-squashfs-sysupgrade.bin"]], ["Belkin", "F5D8235", "v2", "ramips/rt305x", "openwrt-ramips-rt305x-belkin_f5d8235-v2", ["-squashfs-sysupgrade.bin"]], ["VoCore", "VoCore", "16M", "ramips/rt305x", "openwrt-ramips-rt305x-vocore_vocore-16m", ["-squashfs-sysupgrade.bin"]], ["Tenda", "3G150B", "", "ramips/rt305x", "openwrt-ramips-rt305x-tenda_3g150b", ["-squashfs-sysupgrade.bin"]], ["Ralink", "AP-RT3052-V22RW-2X2", "", "ramips/rt305x", "openwrt-ramips-rt305x-ralink_v22rw-2x2", ["-squashfs-sysupgrade.bin"]], ["Omnima", "MiniEMBWiFi", "", "ramips/rt305x", "openwrt-ramips-rt305x-omnima_miniembwifi", ["-squashfs-sysupgrade.bin"]], ["Nixcore", "X1", "8M", "ramips/rt305x", "openwrt-ramips-rt305x-nixcore_x1-8m", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-300", "B7", "ramips/rt305x", "openwrt-ramips-rt305x-dlink_dir-300-b7", ["-squashfs-sysupgrade.bin"]], ["Asus", "RT-G32", "B1", "ramips/rt305x", "openwrt-ramips-rt305x-asus_rt-g32-b1", ["-squashfs-sysupgrade.bin"]], ["HuaWei", "HG255D", "", "ramips/rt305x", "openwrt-ramips-rt305x-huawei_hg255d", ["-squashfs-sysupgrade.bin"]], ["XDX", "RN502J", "", "ramips/rt305x", "openwrt-ramips-rt305x-unbranded_xdx-rn502j", ["-squashfs-sysupgrade.bin"]], ["Argus", "ATP-52B", "", "ramips/rt305x", "openwrt-ramips-rt305x-argus_atp-52b", ["-squashfs-sysupgrade.bin"]], ["UPVEL", "UR-326N4G", "", "ramips/rt305x", "openwrt-ramips-rt305x-upvel_ur-326n4g", ["-squashfs-sysupgrade.bin"]], ["TRENDnet", "TEW-714TRU", "", "ramips/rt305x", "openwrt-ramips-rt305x-trendnet_tew-714tru", ["-squashfs-sysupgrade.bin"]], ["AsiaRF", "AWM002-EVB", "4M", "ramips/rt305x", "openwrt-ramips-rt305x-asiarf_awm002-evb-4m", ["-squashfs-sysupgrade.bin"]], ["Planex", "MZK-WDPR", "", "ramips/rt305x", "openwrt-ramips-rt305x-planex_mzk-wdpr", ["-squashfs-sysupgrade.bin"]], ["Belkin", "F7C027", "", "ramips/rt305x", "openwrt-ramips-rt305x-belkin_f7c027", ["-squashfs-sysupgrade.bin"]], ["", "A5-V11", "", "ramips/rt305x", "openwrt-ramips-rt305x-unbranded_a5-v11", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["AsiaRF", "AWM002-EVB/AWM003-EVB", "8M", "ramips/rt305x", "openwrt-ramips-rt305x-asiarf_awm002-evb-8m", ["-squashfs-sysupgrade.bin"]], ["Asus", "RT-N10+", "", "ramips/rt305x", "openwrt-ramips-rt305x-asus_rt-n10-plus", ["-squashfs-sysupgrade.bin"]], ["Wansview", "NCS601W", "", "ramips/rt305x", "openwrt-ramips-rt305x-wansview_ncs601w", ["-squashfs-sysupgrade.bin"]], ["Allnet", "ALL0256N", "4M", "ramips/rt305x", "openwrt-ramips-rt305x-allnet_all0256n-4m", ["-squashfs-sysupgrade.bin"]], ["ZyXEL", "Keenetic", "", "ramips/rt305x", "openwrt-ramips-rt305x-zyxel_keenetic", ["-squashfs-sysupgrade.bin"]], ["Asus", "WL-330N3G", "", "ramips/rt305x", "openwrt-ramips-rt305x-asus_wl-330n3g", ["-squashfs-sysupgrade.bin"]], ["Prolink", "PWH2004", "", "ramips/rt305x", "openwrt-ramips-rt305x-prolink_pwh2004", ["-squashfs-sysupgrade.bin"]], ["Tenda", "W150M", "", "ramips/rt305x", "openwrt-ramips-rt305x-tenda_w150m", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DWR-512", "B", "ramips/rt305x", "openwrt-ramips-rt305x-dlink_dwr-512-b", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["JCG", "JHR-N825R", "", "ramips/rt305x", "openwrt-ramips-rt305x-jcg_jhr-n825r", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Ralink", "WR512-3GN", "4M", "ramips/rt305x", "openwrt-ramips-rt305x-unbranded_wr512-3gn-4m", ["-squashfs-sysupgrade.bin"]], ["Poray", "X5/X6", "", "ramips/rt305x", "openwrt-ramips-rt305x-poray_x5", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["OLIMEX", "RT5350F-OLinuXino-EVB", "", "ramips/rt305x", "openwrt-ramips-rt305x-olimex_rt5350f-olinuxino-evb", ["-squashfs-sysupgrade.bin"]], ["Loewe", "WMDR-143N", "", "ramips/rt3883", "openwrt-ramips-rt3883-loewe_wmdr-143n", ["-squashfs-sysupgrade.bin"]], ["Omnima", "HPM", "", "ramips/rt3883", "openwrt-ramips-rt3883-omnima_hpm", ["-squashfs-sysupgrade.bin"]], ["Edimax", "BR-6475nD", "", "ramips/rt3883", "openwrt-ramips-rt3883-edimax_br-6475nd", ["-squashfs-sysupgrade.bin"]], ["Samsung", "CY-SWR1100", "", "ramips/rt3883", "openwrt-ramips-rt3883-samsung_cy-swr1100", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Asus", "RT-N56U", "", "ramips/rt3883", "openwrt-ramips-rt3883-asus_rt-n56u", ["-squashfs-sysupgrade.bin"]], ["Belkin", "F9K1109", "Version 1.0", "ramips/rt3883", "openwrt-ramips-rt3883-belkin_f9k1109v1", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-645", "", "ramips/rt3883", "openwrt-ramips-rt3883-dlink_dir-645", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["TRENDnet", "TEW-692GR", "", "ramips/rt3883", "openwrt-ramips-rt3883-trendnet_tew-692gr", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Sitecom", "WLR-6000", "", "ramips/rt3883", "openwrt-ramips-rt3883-sitecom_wlr-6000", ["-squashfs-factory.dlf", "-squashfs-sysupgrade.bin"]], ["TRENDnet", "TEW-691GR", "", "ramips/rt3883", "openwrt-ramips-rt3883-trendnet_tew-691gr", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["WRTnode", "WRTnode 2R", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-wrtnode_wrtnode2r", ["-squashfs-sysupgrade.bin"]], ["Xiaomi", "Mi Router 4A", "100M Edition", "ramips/mt76x8", "openwrt-ramips-mt76x8-xiaomi_mir4a-100m", ["-squashfs-sysupgrade.bin"]], ["DuZun", "DM06", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-duzun_dm06", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer C20", "v5", "ramips/mt76x8", "openwrt-ramips-mt76x8-tplink_archer-c20-v5", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WA801ND", "v5", "ramips/mt76x8", "openwrt-ramips-mt76x8-tplink_tl-wa801nd-v5", ["-squashfs-sysupgrade.bin", "-squashfs-tftp-recovery.bin"]], ["Onion", "Omega2+", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-onion_omega2p", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "RE305", "v1", "ramips/mt76x8", "openwrt-ramips-mt76x8-tplink_re305-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "Archer C20", "v4", "ramips/mt76x8", "openwrt-ramips-mt76x8-tplink_archer-c20-v4", ["-squashfs-sysupgrade.bin", "-squashfs-tftp-recovery.bin"]], ["VoCore", "VoCore2-Lite", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-vocore_vocore2-lite", ["-squashfs-sysupgrade.bin"]], ["HiWiFi", "HC5861B", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-hiwifi_hc5861b", ["-squashfs-sysupgrade.bin"]], ["ALFA Network", "AWUSFREE1", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-alfa-network_awusfree1", ["-squashfs-sysupgrade.bin"]], ["HILINK", "HLK-7628N", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-hilink_hlk-7628n", ["-squashfs-sysupgrade.bin"]], ["MediaTek", "LinkIt Smart 7688", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-mediatek_linkit-smart-7688", ["-squashfs-sysupgrade.bin"]], ["ipTIME", "A3", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-iptime_a3", ["-squashfs-sysupgrade.bin"]], ["ipTIME", "A604M", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-iptime_a604m", ["-squashfs-sysupgrade.bin"]], ["MediaTek", "MT7628 EVB", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-mediatek_mt7628an-eval-board", ["-squashfs-sysupgrade.bin"]], ["VoCore", "VoCore2", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-vocore_vocore2", ["-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WE1226", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-zbtlink_zbt-we1226", ["-squashfs-sysupgrade.bin"]], ["WIZnet", "WizFi630S", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-wiznet_wizfi630s", ["-squashfs-sysupgrade.bin"]], ["PandoraBox", "PBR-D1", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-d-team_pbr-d1", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR902AC", "v3", "ramips/mt76x8", "openwrt-ramips-mt76x8-tplink_tl-wr902ac-v3", ["-squashfs-sysupgrade.bin", "-squashfs-tftp-recovery.bin"]], ["Xiaomi", "MiWiFi Nano", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-xiaomi_miwifi-nano", ["-squashfs-sysupgrade.bin"]], ["Onion", "Omega2", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-onion_omega2", ["-squashfs-sysupgrade.bin"]], ["Buffalo", "WCR-1166DS", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-buffalo_wcr-1166ds", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "TL-MR3020", "v3", "ramips/mt76x8", "openwrt-ramips-mt76x8-tplink_tl-mr3020-v3", ["-squashfs-sysupgrade.bin", "-squashfs-tftp-recovery.bin"]], ["TP-Link", "Archer C50", "v4", "ramips/mt76x8", "openwrt-ramips-mt76x8-tplink_archer-c50-v4", ["-squashfs-sysupgrade.bin"]], ["ZyXEL", "Keenetic Extra II", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-zyxel_keenetic-extra-ii", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["NETGEAR", "R6120", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-netgear_r6120", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["TP-Link", "TL-WR841N", "v13", "ramips/mt76x8", "openwrt-ramips-mt76x8-tplink_tl-wr841n-v13", ["-squashfs-sysupgrade.bin", "-squashfs-tftp-recovery.bin"]], ["TP-Link", "TL-WR840N", "v5", "ramips/mt76x8", "openwrt-ramips-mt76x8-tplink_tl-wr840n-v5", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR842N", "v5", "ramips/mt76x8", "openwrt-ramips-mt76x8-tplink_tl-wr842n-v5", ["-squashfs-sysupgrade.bin", "-squashfs-tftp-recovery.bin"]], ["Rakwireless", "RAK633", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-rakwireless_rak633", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR802N", "v4", "ramips/mt76x8", "openwrt-ramips-mt76x8-tplink_tl-wr802n-v4", ["-squashfs-sysupgrade.bin", "-squashfs-tftp-recovery.bin"]], ["GL.iNet", "VIXMINI", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-glinet_vixmini", ["-squashfs-sysupgrade.bin"]], ["WRTnode", "WRTnode 2P", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-wrtnode_wrtnode2p", ["-squashfs-sysupgrade.bin"]], ["GL.iNet", "GL-MT300N", "V2", "ramips/mt76x8", "openwrt-ramips-mt76x8-glinet_gl-mt300n-v2", ["-squashfs-sysupgrade.bin"]], ["Skylab", "SKW92A", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-skylab_skw92a", ["-squashfs-sysupgrade.bin"]], ["Wavlink", "WL-WN575A3", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-wavlink_wl-wn575a3", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-MR3420", "v5", "ramips/mt76x8", "openwrt-ramips-mt76x8-tplink_tl-mr3420-v5", ["-squashfs-sysupgrade.bin", "-squashfs-tftp-recovery.bin"]], ["Cudy", "WR1000", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-cudy_wr1000", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "TL-WR841N", "v14", "ramips/mt76x8", "openwrt-ramips-mt76x8-tplink_tl-wr841n-v14", ["-squashfs-sysupgrade.bin", "-squashfs-tftp-recovery.bin"]], ["HiWiFi", "HC5761A", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-hiwifi_hc5761a", ["-squashfs-sysupgrade.bin"]], ["Mercury", "MAC1200R", "v2.0", "ramips/mt76x8", "openwrt-ramips-mt76x8-mercury_mac1200r-v2", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer C50", "v3", "ramips/mt76x8", "openwrt-ramips-mt76x8-tplink_archer-c50-v3", ["-squashfs-sysupgrade.bin", "-squashfs-tftp-recovery.bin"]], ["Wavlink", "WL-WN570HA1", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-wavlink_wl-wn570ha1", ["-squashfs-sysupgrade.bin"]], ["Tama", "W06", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-tama_w06", ["-squashfs-sysupgrade.bin"]], ["TOTOLINK", "LR1200", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-totolink_lr1200", ["-squashfs-sysupgrade.bin"]], ["Widora", "Widora-NEO", "32M", "ramips/mt76x8", "openwrt-ramips-mt76x8-widora_neo-32m", ["-squashfs-sysupgrade.bin"]], ["Widora", "Widora-NEO", "16M", "ramips/mt76x8", "openwrt-ramips-mt76x8-widora_neo-16m", ["-squashfs-sysupgrade.bin"]], ["TP-Link", "TL-WR840N", "v4", "ramips/mt76x8", "openwrt-ramips-mt76x8-tplink_tl-wr840n-v4", ["-squashfs-sysupgrade.bin", "-squashfs-tftp-recovery.bin"]], ["HiWiFi", "HC5661A", "", "ramips/mt76x8", "openwrt-ramips-mt76x8-hiwifi_hc5661a", ["-squashfs-sysupgrade.bin"]], ["UniElec", "U7628-01", "16M", "ramips/mt76x8", "openwrt-ramips-mt76x8-unielec_u7628-01-16m", ["-squashfs-sysupgrade.bin"]], ["Dovado", "Tiny AC", "", "ramips/mt7620", "openwrt-ramips-mt7620-dovado_tiny-ac", ["-squashfs-sysupgrade.bin"]], ["WRTNode", "WRTNode", "", "ramips/mt7620", "openwrt-ramips-mt7620-wrtnode_wrtnode", ["-squashfs-sysupgrade.bin"]], ["Comfast", "CF-WR800N", "", "ramips/mt7620", "openwrt-ramips-mt7620-comfast_cf-wr800n", ["-squashfs-sysupgrade.bin"]], ["Linksys", "E1700", "", "ramips/mt7620", "openwrt-ramips-mt7620-linksys_e1700", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "Archer C20", "v1", "ramips/mt7620", "openwrt-ramips-mt7620-tplink_archer-c20-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["ALFA Network", "AC1200RM", "", "ramips/mt7620", "openwrt-ramips-mt7620-alfa-network_ac1200rm", ["-squashfs-sysupgrade.bin"]], ["Buffalo", "WHR-300HP2", "", "ramips/mt7620", "openwrt-ramips-mt7620-buffalo_whr-300hp2", ["-squashfs-sysupgrade.bin"]], ["Kingston", "MLW221", "", "ramips/mt7620", "openwrt-ramips-mt7620-kingston_mlw221", ["-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-APE522II", "", "ramips/mt7620", "openwrt-ramips-mt7620-zbtlink_zbt-ape522ii", ["-squashfs-sysupgrade.bin"]], ["Nexx", "WT3020", "4M", "ramips/mt7620", "openwrt-ramips-mt7620-nexx_wt3020-4m", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "Archer C20i", "", "ramips/mt7620", "openwrt-ramips-mt7620-tplink_archer-c20i", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Edimax", "EW-7476RPC", "", "ramips/mt7620", "openwrt-ramips-mt7620-edimax_ew-7476rpc", ["-squashfs-sysupgrade.bin"]], ["GL.iNet", "GL-MT750", "", "ramips/mt7620", "openwrt-ramips-mt7620-glinet_gl-mt750", ["-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WE826", "16M", "ramips/mt7620", "openwrt-ramips-mt7620-zbtlink_zbt-we826-16m", ["-squashfs-sysupgrade.bin"]], ["Asus", "RT-AC51U", "", "ramips/mt7620", "openwrt-ramips-mt7620-asus_rt-ac51u", ["-squashfs-sysupgrade.bin"]], ["Microduino", "MicroWRT", "", "ramips/mt7620", "openwrt-ramips-mt7620-microduino_microwrt", ["-squashfs-sysupgrade.bin"]], ["EnGenius", "ESR600", "", "ramips/mt7620", "openwrt-ramips-mt7620-engenius_esr600", ["-squashfs-sysupgrade.bin", "-squashfs-factory.dlf"]], ["ZyXEL", "Keenetic Viva", "", "ramips/mt7620", "openwrt-ramips-mt7620-zyxel_keenetic-viva", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["ZTE", "Q7", "", "ramips/mt7620", "openwrt-ramips-mt7620-zte_q7", ["-squashfs-sysupgrade.bin"]], ["Kingston", "MLWG2", "", "ramips/mt7620", "openwrt-ramips-mt7620-kingston_mlwg2", ["-squashfs-sysupgrade.bin"]], ["Elecom", "WRH-300CR", "", "ramips/mt7620", "openwrt-ramips-mt7620-elecom_wrh-300cr", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Sercomm", "NA930", "", "ramips/mt7620", "openwrt-ramips-mt7620-sercomm_na930", ["-squashfs-sysupgrade.bin"]], ["Asus", "RT-N14u", "", "ramips/mt7620", "openwrt-ramips-mt7620-asus_rt-n14u", ["-squashfs-sysupgrade.bin"]], ["Planex", "MZK-750DHP", "", "ramips/mt7620", "openwrt-ramips-mt7620-planex_mzk-750dhp", ["-squashfs-sysupgrade.bin"]], ["GL.iNet", "GL-MT300A", "", "ramips/mt7620", "openwrt-ramips-mt7620-glinet_gl-mt300a", ["-squashfs-sysupgrade.bin"]], ["Edimax", "EW-7478AC", "", "ramips/mt7620", "openwrt-ramips-mt7620-edimax_ew-7478ac", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DWR-116", "A1/A2", "ramips/mt7620", "openwrt-ramips-mt7620-dlink_dwr-116-a1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["D-Link", "DWR-922", "E2", "ramips/mt7620", "openwrt-ramips-mt7620-dlink_dwr-922-e2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Phicomm", "PSG1218", "Bx", "ramips/mt7620", "openwrt-ramips-mt7620-phicomm_psg1218b", ["-squashfs-sysupgrade.bin"]], ["Kimax", "U35WF", "", "ramips/mt7620", "openwrt-ramips-mt7620-kimax_u35wf", ["-squashfs-sysupgrade.bin"]], ["Head Weblink", "HDRM2000", "", "ramips/mt7620", "openwrt-ramips-mt7620-head-weblink_hdrm200", ["-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WE1026-5G", "16M", "ramips/mt7620", "openwrt-ramips-mt7620-zbtlink_zbt-we1026-5g-16m", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DCH-M225", "", "ramips/mt7620", "openwrt-ramips-mt7620-dlink_dch-m225", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["HNET", "C108", "", "ramips/mt7620", "openwrt-ramips-mt7620-hnet_c108", ["-squashfs-sysupgrade.bin"]], ["MediaTek", "MT7620a EVB", "", "ramips/mt7620", "openwrt-ramips-mt7620-ralink_mt7620a-evb", ["-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WR8305RT", "", "ramips/mt7620", "openwrt-ramips-mt7620-zbtlink_zbt-wr8305rt", ["-squashfs-sysupgrade.bin"]], ["LAVA", "LR-25G001", "", "ramips/mt7620", "openwrt-ramips-mt7620-lava_lr-25g001", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Xiaomi", "MiWiFi Mini", "", "ramips/mt7620", "openwrt-ramips-mt7620-xiaomi_miwifi-mini", ["-squashfs-sysupgrade.bin"]], ["YOUKU", "YK1", "", "ramips/mt7620", "openwrt-ramips-mt7620-youku_yk1", ["-squashfs-sysupgrade.bin"]], ["NETGEAR", "EX6130", "", "ramips/mt7620", "openwrt-ramips-mt7620-netgear_ex6130", ["-squashfs-sysupgrade.bin", "-squashfs-factory.chk"]], ["Zbtlink", "ZBT-WE826", "32M", "ramips/mt7620", "openwrt-ramips-mt7620-zbtlink_zbt-we826-32m", ["-squashfs-sysupgrade.bin"]], ["Buffalo", "WMR-300", "", "ramips/mt7620", "openwrt-ramips-mt7620-buffalo_wmr-300", ["-squashfs-sysupgrade.bin"]], ["Phicomm", "K2G", "", "ramips/mt7620", "openwrt-ramips-mt7620-phicomm_k2g", ["-squashfs-sysupgrade.bin"]], ["Aigale", "Ai-BR100", "", "ramips/mt7620", "openwrt-ramips-mt7620-aigale_ai-br100", ["-squashfs-sysupgrade.bin"]], ["HiWiFi", "HC5661", "", "ramips/mt7620", "openwrt-ramips-mt7620-hiwifi_hc5661", ["-squashfs-sysupgrade.bin"]], ["I-O DATA", "WN-AC1167GR", "", "ramips/mt7620", "openwrt-ramips-mt7620-iodata_wn-ac1167gr", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "RE200", "v1", "ramips/mt7620", "openwrt-ramips-mt7620-tplink_re200-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Edimax", "BR-6478AC", "V2", "ramips/mt7620", "openwrt-ramips-mt7620-edimax_br-6478ac-v2", ["-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WA05", "", "ramips/mt7620", "openwrt-ramips-mt7620-zbtlink_zbt-wa05", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-810L", "", "ramips/mt7620", "openwrt-ramips-mt7620-dlink_dir-810l", ["-squashfs-sysupgrade.bin"]], ["BDCOM", "WAP2100-SK (ZTE ZXECS EBG3130)", "", "ramips/mt7620", "openwrt-ramips-mt7620-bdcom_wap2100-sk", ["-squashfs-sysupgrade.bin"]], ["Lenovo", "Y1", "", "ramips/mt7620", "openwrt-ramips-mt7620-lenovo_newifi-y1", ["-squashfs-sysupgrade.bin"]], ["Planex", "MZK-EX300NP", "", "ramips/mt7620", "openwrt-ramips-mt7620-planex_mzk-ex300np", ["-squashfs-sysupgrade.bin"]], ["MediaTek", "MT7620a + MT7530 EVB", "", "ramips/mt7620", "openwrt-ramips-mt7620-ralink_mt7620a-mt7530-evb", ["-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WE2026", "", "ramips/mt7620", "openwrt-ramips-mt7620-zbtlink_zbt-we2026", ["-squashfs-sysupgrade.bin"]], ["Sanlinking Technologies", "D240", "", "ramips/mt7620", "openwrt-ramips-mt7620-sanlinking_d240", ["-squashfs-sysupgrade.bin"]], ["Planex", "CS-QR10", "", "ramips/mt7620", "openwrt-ramips-mt7620-planex_cs-qr10", ["-squashfs-sysupgrade.bin"]], ["Vonets", "VAR11N-300", "", "ramips/mt7620", "openwrt-ramips-mt7620-vonets_var11n-300", ["-squashfs-sysupgrade.bin"]], ["NETGEAR", "EX2700", "", "ramips/mt7620", "openwrt-ramips-mt7620-netgear_ex2700", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["GL.iNet", "GL-MT300N", "", "ramips/mt7620", "openwrt-ramips-mt7620-glinet_gl-mt300n", ["-squashfs-sysupgrade.bin"]], ["Nexx", "WT3020", "8M", "ramips/mt7620", "openwrt-ramips-mt7620-nexx_wt3020-8m", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["HiWiFi", "HC5761", "", "ramips/mt7620", "openwrt-ramips-mt7620-hiwifi_hc5761", ["-squashfs-sysupgrade.bin"]], ["Phicomm", "PSG1218", "Ax", "ramips/mt7620", "openwrt-ramips-mt7620-phicomm_psg1218a", ["-squashfs-sysupgrade.bin"]], ["ALFA Network", "R36M-E4G", "", "ramips/mt7620", "openwrt-ramips-mt7620-alfa-network_r36m-e4g", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DWR-118", "A1", "ramips/mt7620", "openwrt-ramips-mt7620-dlink_dwr-118-a1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Buffalo", "WHR-1166D", "", "ramips/mt7620", "openwrt-ramips-mt7620-buffalo_whr-1166d", ["-squashfs-sysupgrade.bin"]], ["Lenovo", "Y1S", "", "ramips/mt7620", "openwrt-ramips-mt7620-lenovo_newifi-y1s", ["-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-CPE102", "", "ramips/mt7620", "openwrt-ramips-mt7620-zbtlink_zbt-cpe102", ["-squashfs-sysupgrade.bin"]], ["HiWiFi", "HC5861", "", "ramips/mt7620", "openwrt-ramips-mt7620-hiwifi_hc5861", ["-squashfs-sysupgrade.bin"]], ["Planex", "DB-WRT01", "", "ramips/mt7620", "openwrt-ramips-mt7620-planex_db-wrt01", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DWR-921", "C3", "ramips/mt7620", "openwrt-ramips-mt7620-dlink_dwr-921-c3", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Planex", "MZK-EX750NP", "", "ramips/mt7620", "openwrt-ramips-mt7620-planex_mzk-ex750np", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DWR-921", "C1", "ramips/mt7620", "openwrt-ramips-mt7620-dlink_dwr-921-c1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "Archer MR200", "", "ramips/mt7620", "openwrt-ramips-mt7620-tplink_archer-mr200", ["-squashfs-sysupgrade.bin"]], ["YUKAI Engineering", "BOCCO", "", "ramips/mt7620", "openwrt-ramips-mt7620-yukai_bocco", ["-squashfs-sysupgrade.bin"]], ["I-O DATA", "WN-AC733GR3", "", "ramips/mt7620", "openwrt-ramips-mt7620-iodata_wn-ac733gr3", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["D-Link", "DWR-118", "A2", "ramips/mt7620", "openwrt-ramips-mt7620-dlink_dwr-118-a2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["NETGEAR", "WN3000RP", "v3", "ramips/mt7620", "openwrt-ramips-mt7620-netgear_wn3000rp-v3", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["TP-Link", "Archer C50", "v1", "ramips/mt7620", "openwrt-ramips-mt7620-tplink_archer-c50-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory-eu.bin", "-squashfs-factory-us.bin"]], ["Fon", "FON2601", "", "ramips/mt7620", "openwrt-ramips-mt7620-fon_fon2601", ["-squashfs-sysupgrade.bin"]], ["ZyXEL", "Keenetic Omni II", "", "ramips/mt7620", "openwrt-ramips-mt7620-zyxel_keenetic-omni-ii", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["ZyXEL", "Keenetic Omni", "", "ramips/mt7620", "openwrt-ramips-mt7620-zyxel_keenetic-omni", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Phicomm", "PSG1208", "", "ramips/mt7620", "openwrt-ramips-mt7620-phicomm_psg1208", ["-squashfs-sysupgrade.bin"]], ["ipTIME", "A104ns", "", "ramips/mt7620", "openwrt-ramips-mt7620-iptime_a104ns", ["-squashfs-sysupgrade.bin"]], ["Edimax", "EW-7478APC", "", "ramips/mt7620", "openwrt-ramips-mt7620-edimax_ew-7478apc", ["-squashfs-sysupgrade.bin"]], ["Asus", "RP-N53", "", "ramips/mt7620", "openwrt-ramips-mt7620-asus_rp-n53", ["-squashfs-sysupgrade.bin"]], ["ALFA Network", "Tube-E4G", "", "ramips/mt7620", "openwrt-ramips-mt7620-alfa-network_tube-e4g", ["-squashfs-sysupgrade.bin"]], ["Oh Yeah", "OY-0001", "", "ramips/mt7620", "openwrt-ramips-mt7620-ohyeah_oy-0001", ["-squashfs-sysupgrade.bin"]], ["Ravpower", "WD03", "", "ramips/mt7620", "openwrt-ramips-mt7620-ravpower_wd03", ["-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WE826-E", "", "ramips/mt7620", "openwrt-ramips-mt7620-zbtlink_zbt-we826-e", ["-squashfs-sysupgrade.bin"]], ["NETGEAR", "EX3700/EX3800", "", "ramips/mt7620", "openwrt-ramips-mt7620-netgear_ex3700", ["-squashfs-sysupgrade.bin", "-squashfs-factory.chk"]], ["TP-Link", "Archer C2", "v1", "ramips/mt7620", "openwrt-ramips-mt7620-tplink_archer-c2-v1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Kimax", "U25AWF", "H1", "ramips/mt7620", "openwrt-ramips-mt7620-kimax_u25awf-h1", ["-squashfs-sysupgrade.bin"]], ["Zbtlink", "ZBT-WE1026-H", "32M", "ramips/mt7620", "openwrt-ramips-mt7620-zbtlink_zbt-we1026-h-32m", ["-squashfs-sysupgrade.bin"]], ["MediaTek", "MT7620a + MT7610e EVB", "", "ramips/mt7620", "openwrt-ramips-mt7620-ralink_mt7620a-mt7610e-evb", ["-squashfs-sysupgrade.bin"]], ["Buffalo", "WHR-600D", "", "ramips/mt7620", "openwrt-ramips-mt7620-buffalo_whr-600d", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DIR-510L", "", "ramips/mt7620", "openwrt-ramips-mt7620-dlink_dir-510l", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["MediaTek", "MT7620a V22SG", "", "ramips/mt7620", "openwrt-ramips-mt7620-ralink_mt7620a-v22sg-evb", ["-squashfs-sysupgrade.bin"]], ["Asus", "RT-N11P/RT-N12+/RT-N12Eb1", "", "ramips/mt7620", "openwrt-ramips-mt7620-asus_rt-n12p", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DAP-1522", "A1", "ramips/rt288x", "openwrt-ramips-rt288x-dlink_dap-1522-a1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Buffalo", "WLI-TX4-AG300N", "", "ramips/rt288x", "openwrt-ramips-rt288x-buffalo_wli-tx4-ag300n", ["-squashfs-sysupgrade.bin"]], ["Belkin", "F5D8235", "V1", "ramips/rt288x", "openwrt-ramips-rt288x-belkin_f5d8235-v1", ["-squashfs-sysupgrade.bin"]], ["Buffalo", "WZR-AGL300NH", "", "ramips/rt288x", "openwrt-ramips-rt288x-buffalo_wzr-agl300nh", ["-squashfs-sysupgrade.bin"]], ["Ralink", "V11ST-FE", "", "ramips/rt288x", "openwrt-ramips-rt288x-ralink_v11st-fe", ["-squashfs-sysupgrade.bin"]], ["Airlink", "AR725W", "", "ramips/rt288x", "openwrt-ramips-rt288x-airlink101_ar725w", ["-squashfs-sysupgrade.bin"]], ["Asus", "RT-N15", "", "ramips/rt288x", "openwrt-ramips-rt288x-asus_rt-n15", ["-squashfs-sysupgrade.bin"]], ["Airlink", "AR670W", "", "ramips/rt288x", "openwrt-ramips-rt288x-airlink101_ar670w", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Atheros", "Generic AR2xxx board", "", "ath25", "openwrt-ath25-generic", ["-kernel.elf", "-squashfs-rootfs.bin", "-squashfs-sysupgrade.bin", "-kernel.gz", "-kernel.lzma"]], ["Ubiquiti", "XS2", "", "ath25", "openwrt-ath25-ubnt2", ["-squashfs-sysupgrade.bin"]], ["Ubiquiti", "XS2-8", "", "ath25", "openwrt-ath25-ubnt2-pico2", ["-squashfs-sysupgrade.bin"]], ["Ubiquiti", "XS5", "", "ath25", "openwrt-ath25-ubnt5", ["-squashfs-sysupgrade.bin"]], ["Qualcomm", "AP148", "standard", "ipq806x/generic", "openwrt-ipq806x-generic-qcom_ipq8064-ap148", ["-squashfs-nand-factory.bin", "-squashfs-nand-sysupgrade.bin"]], ["Buffalo", "WXR-2533DHP", "", "ipq806x/generic", "openwrt-ipq806x-generic-buffalo_wxr-2533dhp", ["-squashfs-sysupgrade.bin"]], ["Qualcomm", "AP148", "legacy", "ipq806x/generic", "openwrt-ipq806x-generic-qcom_ipq8064-ap148-legacy", ["-squashfs-nand-factory.bin", "-squashfs-nand-sysupgrade.bin"]], ["Qualcomm", "AP161", "", "ipq806x/generic", "openwrt-ipq806x-generic-qcom_ipq8064-ap161", ["-squashfs-nand-factory.bin", "-squashfs-nand-sysupgrade.bin"]], ["NETGEAR", "Nighthawk X4 D7800", "", "ipq806x/generic", "openwrt-ipq806x-generic-netgear_d7800", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["ZyXEL", "NBG6817", "", "ipq806x/generic", "openwrt-ipq806x-generic-zyxel_nbg6817", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["NETGEAR", "Nighthawk X4 R7500", "v2", "ipq806x/generic", "openwrt-ipq806x-generic-netgear_r7500v2", ["-squashfs-factory.img", "-squashfs-sysupgrade.bin"]], ["TP-Link", "Archer C2600", "v1", "ipq806x/generic", "openwrt-ipq806x-generic-tplink_c2600", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Linksys", "EA8500", "", "ipq806x/generic", "openwrt-ipq806x-generic-linksys_ea8500", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["NETGEAR", "Nighthawk X4 R7500", "v1", "ipq806x/generic", "openwrt-ipq806x-generic-netgear_r7500", ["-squashfs-factory.img", "-squashfs-sysupgrade.bin"]], ["NETGEAR", "Nighthawk X4S R7800", "", "ipq806x/generic", "openwrt-ipq806x-generic-netgear_r7800", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["NEC", "Aterm WG2600HP", "", "ipq806x/generic", "openwrt-ipq806x-generic-nec_wg2600hp", ["-squashfs-sysupgrade.bin"]], ["Compex", "WPQ864", "", "ipq806x/generic", "openwrt-ipq806x-generic-compex_wpq864", ["-squashfs-nand-factory.bin", "-squashfs-nand-sysupgrade.bin"]], ["TP-Link", "Archer VR2600v", "v1", "ipq806x/generic", "openwrt-ipq806x-generic-tplink_vr2600v", ["-squashfs-sysupgrade.bin"]], ["MikroTik", "RouterBOARD 532", "", "rb532", "openwrt-rb532-nand", ["-squashfs-sysupgrade.bin"]], ["Buffalo", "WZR-600DHP2", "", "bcm53xx/generic", "openwrt-bcm53xx-generic-buffalo-wzr-600dhp2", ["-squashfs.trx"]], ["Tenda", "AC9", "", "bcm53xx/generic", "openwrt-bcm53xx-generic-tenda-ac9", ["-squashfs.trx"]], ["NETGEAR", "R6250", "", "bcm53xx/generic", "openwrt-bcm53xx-generic-netgear-r6250", ["-squashfs.chk"]], ["Buffalo", "WZR-1750DHP", "", "bcm53xx/generic", "openwrt-bcm53xx-generic-buffalo-wzr-1750dhp", ["-squashfs.trx"]], ["TP-LINK", "Archer C5", "v2", "bcm53xx/generic", "openwrt-bcm53xx-generic-tplink-archer-c5-v2", ["-squashfs.bin"]], ["SmartRG", "SR400ac", "", "bcm53xx/generic", "openwrt-bcm53xx-generic-smartrg-sr400ac", ["-squashfs.trx"]], ["NETGEAR", "R7900", "", "bcm53xx/generic", "openwrt-bcm53xx-generic-netgear-r7900", ["-squashfs.chk"]], ["NETGEAR", "R8000", "", "bcm53xx/generic", "openwrt-bcm53xx-generic-netgear-r8000", ["-squashfs.chk"]], ["ASUS", "RT-N18U", "", "bcm53xx/generic", "openwrt-bcm53xx-generic-asus-rt-n18u", ["-squashfs.trx"]], ["PHICOMM", "K3", "", "bcm53xx/generic", "openwrt-bcm53xx-generic-phicomm-k3", ["-squashfs.trx"]], ["NETGEAR", "R6300", "v2", "bcm53xx/generic", "openwrt-bcm53xx-generic-netgear-r6300-v2", ["-squashfs.chk"]], ["Buffalo", "WXR-1900DHP", "", "bcm53xx/generic", "openwrt-bcm53xx-generic-buffalo-wxr-1900dhp", ["-squashfs.trx"]], ["TP-LINK", "Archer C9", "v1", "bcm53xx/generic", "openwrt-bcm53xx-generic-tplink-archer-c9-v1", ["-squashfs.bin"]], ["Linksys", "EA6500", "v2", "bcm53xx/generic", "openwrt-bcm53xx-generic-linksys-ea6500-v2", ["-squashfs.trx"]], ["ASUS", "RT-AC68U", "", "bcm53xx/generic", "openwrt-bcm53xx-generic-asus-rt-ac68u", ["-squashfs.trx"]], ["ASUS", "RT-AC56U", "", "bcm53xx/generic", "openwrt-bcm53xx-generic-asus-rt-ac56u", ["-squashfs.trx"]], ["ASUS", "RT-AC87U", "", "bcm53xx/generic", "openwrt-bcm53xx-generic-asus-rt-ac87u", ["-squashfs.trx"]], ["D-Link", "DIR-885L", "", "bcm53xx/generic", "openwrt-bcm53xx-generic-dlink-dir-885l", ["-squashfs.bin"]], ["Buffalo", "WZR-900DHP", "", "bcm53xx/generic", "openwrt-bcm53xx-generic-buffalo-wzr-900dhp", ["-squashfs.trx", "-squashfs.factory-DHP-EU.bin", "-squashfs.factory-DHP2-JP.bin"]], ["NETGEAR", "R7000", "", "bcm53xx/generic", "openwrt-bcm53xx-generic-netgear-r7000", ["-squashfs.chk"]], ["ITian", "Square One SQ201", "", "gemini", "openwrt-gemini-itian_sq201", ["-squashfs-factory.bin"]], ["Raidsonic", "NAS IB-4220-B", "", "gemini", "openwrt-gemini-raidsonic_ib-4220-b", ["-squashfs-factory.bin"]], ["D-Link", "DIR-685 Xtreme N Storage Router", "", "gemini", "openwrt-gemini-dlink_dir-685", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["D-Link", "DNS-313 1-Bay Network Storage Enclosure", "", "gemini", "openwrt-gemini-dlink_dns-313", ["-ext4-factory.bin.gz"]], ["StorLink", "SL93512r", "", "gemini", "openwrt-gemini-storlink_sl93512r", ["-squashfs-factory.bin"]], ["CompuLab", "TrimSlice", "", "tegra", "openwrt-tegra-compulab_trimslice", ["-ext4-sdcard.img.gz", "-squashfs-sdcard.img.gz"]], ["Linksys", "EA6350", "v3", "ipq40xx/generic", "openwrt-ipq40xx-generic-linksys_ea6350v3", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Linksys", "EA8300", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-linksys_ea8300", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["AVM", "FRITZ!Repeater 3000", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-avm_fritzrepeater-3000", ["-squashfs-sysupgrade.bin"]], ["Netgear", "EX6150", "v2", "ipq40xx/generic", "openwrt-ipq40xx-generic-netgear_ex6150v2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["Qualcomm Atheros", "AP-DK01.1", "C1", "ipq40xx/generic", "openwrt-ipq40xx-generic-qcom_ap-dk01.1-c1", ["-squashfs-sysupgrade.bin"]], ["Cisco Meraki", "MR33", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-meraki_mr33", ["-squashfs-sysupgrade.bin"]], ["GL.iNet", "GL-B1300", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-glinet_gl-b1300", ["-squashfs-sysupgrade.bin"]], ["Compex", "WPJ419", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-compex_wpj419", ["-squashfs-nand-sysupgrade.bin", "-squashfs-nand-factory.ubi"]], ["Crisis Innovation Lab", "MeshPoint.One", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-cilab_meshpoint-one", ["-squashfs-nand-sysupgrade.bin", "-squashfs-nand-factory.ubi"]], ["ASUS", "Lyra (MAP-AC2200)", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-asus_map-ac2200", ["-squashfs-sysupgrade.bin"]], ["Qualcomm Atheros", "AP-DK04.1", "C1", "ipq40xx/generic", "openwrt-ipq40xx-generic-qcom_ap-dk04.1-c1", ["-squashfs-nand-sysupgrade.bin", "-squashfs-nand-factory.ubi"]], ["EnGenius", "ENS620EXT", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-engenius_ens620ext", ["-squashfs-sysupgrade.bin", "-squashfs-factory_30.bin", "-squashfs-factory_35.bin"]], ["OpenMesh", "A42", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-openmesh_a42", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Aruba", "AP-303H", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-aruba_ap-303h", ["-squashfs-sysupgrade.bin"]], ["Netgear", "EX6100", "v2", "ipq40xx/generic", "openwrt-ipq40xx-generic-netgear_ex6100v2", ["-squashfs-sysupgrade.bin", "-squashfs-factory.img"]], ["AVM", "FRITZ!Repeater 1200", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-avm_fritzrepeater-1200", ["-squashfs-sysupgrade.bin"]], ["Qxwlan", "E2600AC", "C2", "ipq40xx/generic", "openwrt-ipq40xx-generic-qxwlan_e2600ac-c2", ["-squashfs-nand-factory.ubi", "-squashfs-nand-sysupgrade.bin"]], ["EnGenius", "EMD1", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-engenius_emd1", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Compex", "WPJ428", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-compex_wpj428", ["-squashfs-sysupgrade.bin"]], ["ASUS", "RT-AC58U", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-asus_rt-ac58u", ["-squashfs-sysupgrade.bin"]], ["AVM", "FRITZ!Box 4040", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-avm_fritzbox-4040", ["-squashfs-eva.bin", "-squashfs-sysupgrade.bin"]], ["OpenMesh", "A62", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-openmesh_a62", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Aruba", "AP-303", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-aruba_ap-303", ["-squashfs-sysupgrade.bin"]], ["Qxwlan", "E2600AC", "C1", "ipq40xx/generic", "openwrt-ipq40xx-generic-qxwlan_e2600ac-c1", ["-squashfs-sysupgrade.bin"]], ["8devices", "Jalapeno", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-8dev_jalapeno", ["-squashfs-nand-sysupgrade.bin", "-squashfs-nand-factory.ubi"]], ["ZyXEL", "NBG6617", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-zyxel_nbg6617", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["ALFA Network", "AP120C-AC", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-alfa-network_ap120c-ac", ["-squashfs-nand-sysupgrade.bin", "-squashfs-nand-factory.bin"]], ["ZyXEL", "WRE6606", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-zyxel_wre6606", ["-squashfs-sysupgrade.bin"]], ["EnGenius", "EAP1300", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-engenius_eap1300", ["-squashfs-sysupgrade.bin"]], ["EZVIZ", "CS-W3-WD1200G", "EUP", "ipq40xx/generic", "openwrt-ipq40xx-generic-ezviz_cs-w3-wd1200g-eup", ["-squashfs-sysupgrade.bin"]], ["D-Link", "DAP-2610", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-dlink_dap-2610", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["AVM", "FRITZ!Box 7530", "", "ipq40xx/generic", "openwrt-ipq40xx-generic-avm_fritzbox-7530", ["-squashfs-sysupgrade.bin"]], ["Unielec", "U4019", "32M", "ipq40xx/generic", "openwrt-ipq40xx-generic-unielec_u4019-32m", ["-squashfs-sysupgrade.bin"]], ["Cisco Systems", "ON100", "", "kirkwood", "openwrt-kirkwood-cisco_on100", ["-squashfs-sysupgrade.bin", "-squashfs-factory.bin"]], ["Linksys", "EA3500 (Audi)", "", "kirkwood", "openwrt-kirkwood-linksys_audi", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Cloud Engines", "Pogoplug V4", "", "kirkwood", "openwrt-kirkwood-cloudengines_pogoplugv4", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["RaidSonic", "ICY BOX IB-NAS62x0", "", "kirkwood", "openwrt-kirkwood-raidsonic_ib-nas62x0", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Seagate", "GoFlexNet", "", "kirkwood", "openwrt-kirkwood-seagate_goflexnet", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Iomega", "StorCenter ix2-200", "", "kirkwood", "openwrt-kirkwood-iom_ix2_200", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Cloud Engines", "Pogoplug E02", "", "kirkwood", "openwrt-kirkwood-cloudengines_pogoe02", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Linksys", "E4200v2 / EA4500 (Viper)", "", "kirkwood", "openwrt-kirkwood-linksys_viper", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["ZyXEL", "NSA310b", "", "kirkwood", "openwrt-kirkwood-zyxel_nsa310b", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Iomega", "Iconnect", "", "kirkwood", "openwrt-kirkwood-iom_iconnect-1.1", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["ZyXEL", "NSA325", "v1/v2", "kirkwood", "openwrt-kirkwood-zyxel_nsa325", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Seagate", "FreeAgent Dockstar", "", "kirkwood", "openwrt-kirkwood-seagate_dockstar", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]], ["Seagate", "GoFlexHome", "", "kirkwood", "openwrt-kirkwood-seagate_goflexhome", ["-squashfs-factory.bin", "-squashfs-sysupgrade.bin"]]]}}
\ No newline at end of file
index 402012881e9b84d950cf298e521e5be55481de29..e33f9074b1e9c135b2e53d8d518257a974f6a548 100644 (file)
@@ -1,24 +1,38 @@
 
 var translations = {
   'de': {
-    'tr-load': 'Lade die OpenWrt Firmware für dein Gerät!',
-    'tr-title': 'OpenWrt Firmware Selector',
-    'tr-message': 'Bitte benutze den die Eingabe unten um die passende Firmare herunterzuladen!',
-    'tr-build': 'Build',
-    'tr-model': 'Model:',
-    'tr-target': 'Target',
-    'tr-version': 'Version:',
-    'tr-downloads': 'Downloads'
+       'tr-load': 'Lade die OpenWrt Firmware für dein Gerät!',
+       'tr-title': 'OpenWrt Firmware Selector',
+       'tr-message': 'Bitte benutze den die Eingabe unten um die passende Firmare herunterzuladen!',
+       'tr-build': 'Build',
+       'tr-model': 'Model:',
+       'tr-target': 'Target',
+       'tr-version': 'Version:',
+       'tr-downloads': 'Downloads',
+       'tr-factory-help': 'Factory Abbilder werden über die Weboberfläche der originalen Firmware eingespielt.',
+       'tr-sysupgrade-help': 'Sysupgrade Abbilder werden für Geräte verwendet, die bereits OpenWrt laufen haben. Es ist möglich, existierende Einstellungen beizubehalten.',
+       'tr-kernel-help': 'Linux Kernel als separates Abbild.',
+       'tr-rootfs-help': 'Das Root Dateisystem als separates Abbild.',
+       'tr-tftp-help': 'Image das per tftp Protokol mit dem boot loader geladen wird.',
+       'tr-sdcard-help': 'Image für SD Speicherkarten.',
+       'tr-other-help': 'Sonstiger Imagetyp.'
   },
   'en': {
-    'tr-load': 'Download OpenWrt firmware for your device!',
-    'tr-title': 'OpenWrt Firmware Selector',
-    'tr-message': 'Please use the input below to download firmware for your device!',
-    'tr-build': 'Build',
-    'tr-model': 'Modell:',
-    'tr-target': 'Platform',
-    'tr-version': 'Version:',
-    'tr-downloads': 'Downloads'
+       'tr-load': 'Download OpenWrt firmware for your device!',
+       'tr-title': 'OpenWrt Firmware Selector',
+       'tr-message': 'Please use the input below to download firmware for your device!',
+       'tr-build': 'Build',
+       'tr-model': 'Modell:',
+       'tr-target': 'Platform',
+       'tr-version': 'Version:',
+       'tr-downloads': 'Downloads',
+       'tr-factory-help': 'Factory images are for flashing routers with OpenWrt for the first time using the web interface of the original firmware.',
+       'tr-sysupgrade-help': 'Sysupgrade images are for flashing routers that already run OpenWrt. The image can be applied using the web interface or the console.',
+       'tr-kernel-help': 'Linux kernel as a separate image.',
+       'tr-rootfs-help': 'Root file system as a separate image.',
+       'tr-tftp-help': 'Image that can be applied using the tftp meachnism of the boot loader',
+       'tr-sdcard-help': 'Image that is meant to be flashed on an SD-Card.',
+       'tr-other-help': 'Other image type.'
   }
 };
 
index 6f59d506f1d0d129f9875cfb2457012f59cfd022..fe4fd2630437882d87b32e4861822b93896c82c7 100644 (file)
@@ -126,17 +126,16 @@ header > div {
 }
 
 .download-link {
-  padding: 1em 1.5em;
   text-decoration: none;
   border-radius: 4px;
   padding: 12px 16px;
+  margin: 0px 5px;
   font-size: 16px;
   cursor: pointer;
   letter-spacing: 0.05em;
   display: inline-flex;
   align-items: center;
   box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12);
-  align-items: center;
   color: #fff;
   background-color: #3F51B5;
 }
@@ -145,7 +144,7 @@ header > div {
   background-color: #293680
 }
 
-.download-link > span {
+.download-link :first-child {
   width: 30px;
   margin-right: 15px;
   margin-top: -2px;
@@ -165,3 +164,7 @@ header > div {
 #images > div {
   padding-top: 20px;
 }
+
+#image-model {
+  font-weight: bold;
+}
index 046d26bd78b795b25670c4a37ef20ad71aa17680..fbbaeaa6aed0276ded71fa65970c123b33792eda 100644 (file)
                                <div><span class="tr-version">Version:</span> <span id="image-release"></span> (<span id="image-commit"></span>)</div>
                        </div>
 
-                       <div>
+                       <div id="download-links">
                                <h3 class="tr-downloads">Downloads</h3>
-                               <a id="factory-image" class="download-link" href="#"><span></span>FACTORY</a>
-                               <a id="sysupgrade-image" class="download-link" href="#"><span></span>SYSUPGRADE</a>
-                               <a id="kernel-image" class="download-link" href="#"><span></span>KERNEL</a>
-                               <a id="rootfs-image" class="download-link" href="#"><span></span>ROOTFS</a>
-                               <a id="tftp-image" class="download-link" href="#"><span></span>TFTP</a>
-                               <a id="sdcard-image" class="download-link" href="#"><span></span>SDCARD</a>
                        </div>
 
                        <div>
-                               <span id="factory-help" class="tr-factory-help">Factory images are for flashing routers with OpenWrt for the first time using the vendors web interface.</span>
-                               <span id="sysupgrade-help" class="tr-sysupgrade-help">Sysupgrade images are for flashing routers that already run OpenWrt. The image can be applied using the web interface or the console.</span>
-                               <span id="kernel-help" class="tr-kernel-help">Linux kernel as a separate image.</span>
-                               <span id="rootfs-help" class="tr-rootfs-help">Root file system as a separate image.</span>
-                               <span id="tftp-help" class="tr-tftp-help">Image that can be applied using the tftp meachnism of the boot loader</span>
-                               <span id="sdcard-help" class="tr-sdcard-help">Image that is meant to be flashed on an SD-Card.</span>
+                               <span id="factory-help" class="download-help tr-factory-help">Factory images are for flashing routers with OpenWrt for the first time using the web interface of the original firmware.</span>
+                               <span id="sysupgrade-help" class="download-help tr-sysupgrade-help">Sysupgrade images are for flashing routers that already run OpenWrt. The image can be applied using the web interface or the console.</span>
+                               <span id="kernel-help" class="download-help tr-kernel-help">Linux kernel as a separate image.</span>
+                               <span id="rootfs-help" class="download-help tr-rootfs-help">Root file system as a separate image.</span>
+                               <span id="tftp-help" class="download-help tr-tftp-help">Image that can be applied using the tftp meachnism of the boot loader</span>
+                               <span id="sdcard-help" class="download-help tr-sdcard-help">Image that is meant to be flashed on an SD-Card.</span>
+                               <span id="other-help" class="download-help tr-other-help">Image of unknown purpose.</span>
                        </div>
                </div>
        </div>
index d9e500684c17dceb35f41622c474f167d40fa96d..b1c07965179a24232b277c2a499fff75b5c557f7 100644 (file)
@@ -30,13 +30,9 @@ function setupSelectList(select, items, onselection) {
 function changeLanguage(language) {
   var mapping = translations[language];
   if (mapping) {
-    for (var id in mapping) {
-      var elements = document.getElementsByClassName(id);
-      for (var i in elements) {
-        if (elements.hasOwnProperty(i)) {
-          elements[i].innerHTML = mapping[id];
-        }
-      }
+    for (var tr in mapping) {
+      Array.from(document.getElementsByClassName(tr))
+      .forEach(function(e) { e.innerText = mapping[tr]; })
     }
   }
 }
@@ -46,7 +42,10 @@ function setupAutocompleteList(input, items, onselection) {
   // the text field element and an array of possible autocompleted values:
   var currentFocus = -1;
 
-  items.sort();
+  // sort numbers and other characters separately
+  var collator = new Intl.Collator(undefined, {numeric: true, sensitivity: 'base'});
+
+  items.sort(collator.compare);
 
   // execute a function when someone writes in the text field:
   input.oninput = function(e) {
@@ -77,7 +76,7 @@ function setupAutocompleteList(input, items, onselection) {
       }
 
       c += 1;
-      if (c >= 10) {
+      if (c >= 15) {
         var div = document.createElement("DIV");
         div.innerHTML = "...";
         list.appendChild(div);
@@ -166,62 +165,119 @@ function $(id) {
   return document.getElementById(id);
 }
 
-function extractImageType(name) {
-  var m = /-(sysupgrade|factory|rootfs|kernel|tftp|sdcard)[-.]/.exec(name);
-  return m ? m[1] : 'factory';
-}
-
-function updateImages(dllink, model, target, release, commit, images) {
-  var types = ['sysupgrade', 'factory', 'rootfs', 'kernel', 'tftp', 'sdcard'];
-
-  function hideLinks() {
-    types.forEach(function(type) {
-      $(type + '-image').style.display = 'none';
-    });
-  }
-
-  function hideHelps() {
-    types.forEach(function(type) {
-      $(type + '-help').style.display = 'none';
-    });
-  }
+function updateImages(dllink, model, target, release, commit, prefix, images) {
+  // add download button for image
+  function add_link(label, tags, image, help_id) {
+    var a = document.createElement('A');
+
+    a.classList.add('download-link');
+    a.href = (dllink ? dllink : config.downloadLink)
+      .replace('%target', target)
+      .replace('%release', release)
+      .replace('%file', prefix + image)
+      .replace('%commit', commit);
+    var span = document.createElement('SPAN');
+    span.appendChild(document.createTextNode(''));
+    a.appendChild(span);
+
+    // add sub label
+    if (tags.length > 0) {
+      a.appendChild(document.createTextNode(label + ' (' + tags.join(', ') + ')'));
+    } else {
+      a.appendChild(document.createTextNode(label));
+    }
 
-  function showLink(type, path) {
-    var e = $(type + '-image');
-    e.href = path;
-    e.style.display = 'inline-flex';
     if (config.showHelp) {
-      e.onmouseover = function() {
-        hideHelps();
-        $(type + '-help').style.display = 'block';
+      a.onmouseover = function() {
+        // hide all help texts
+        Array.from(document.getElementsByClassName('download-help'))
+          .forEach(function(e) { e.style.display = 'none'; });
+        $(help_id).style.display = 'block';
       };
     }
+
+    $('download-links').appendChild(a);
   }
 
-  hideLinks();
-  hideHelps();
+  // remove all download links
+  Array.from(document.getElementsByClassName('download-link'))
+    .forEach(function(e) { e.remove(); });
+
+  // hide all help texts
+  Array.from(document.getElementsByClassName('download-help'))
+    .forEach(function(e) { e.style.display = 'none'; });
 
-  if (model && target && release && commit && images) {
+  if (model && target && release && commit && prefix && images) {
     // fill out build info
     $('image-model').innerText = model;
     $('image-target').innerText = target;
     $('image-release').innerText = release;
     $('image-commit').innerText = commit;
 
-    // show links to images
-    for(var i in images) {
-      var file = images[i];
-      var path = (dllink ? dllink : config.downloadLink)
-        .replace('%target', target)
-        .replace('%release', release)
-        .replace('%file', file)
-        .replace('%commit', commit);
-      var type = extractImageType(file);
-
-      if (types.includes(type)) {
-        showLink(type, path);
+    images.sort();
+
+    var entries = {'FACTORY': [], 'SYSUPGRADE': [], 'KERNEL': [], 'ROOTFS': [], 'SDCARD': [], 'OTHER': [] };
+
+    for (var i in images) {
+      var image = images[i];
+      if (image.includes('-factory')) {
+        entries['FACTORY'].push(image);
+      } else if (image.includes('-sysupgrade')) {
+        entries['SYSUPGRADE'].push(image);
+      } else if (image.includes('-kernel') || image.includes('-zImage') || image.includes('-uImage')) {
+        entries['KERNEL'].push(image);
+      } else if (image.includes('-rootfs')) {
+        entries['ROOTFS'].push(image);
+      } else if (image.includes('sdcard')) {
+        entries['SDCARD'].push(image);
+      } else {
+        entries['OTHER'].push(image);
+      }
+    }
+
+    for (var category in entries) {
+      var images = entries[category];
+      for (var i in images) {
+        var image = images[i];
+        //  extract tags
+        var tags = [];
+        if (images.length > 1) {
+          var tags = image.split('.')[0].split('-');
+          var ignore = ['', 'kernel', 'zImage', 'uImage', 'factory', 'sysupgrade', 'rootfs', 'sdcard'];
+          tags = tags.filter(function (el) { return !ignore.includes(el); });
+          console.log(tags);
+        }
+        add_link(category, tags, image, 'factory-help');
+      }
+    }
+
+/*
+    for (var i in images) {
+      var image = images[i];
+      var label_suffix = "";
+
+      if (images.length >= 2) {
+        var extra = extractImageExtra(image);
+        if (extra.length > 0) {
+          label_suffix = " (" + extra.toUpperCase() + ")";
+        }
+      }
+
+      if (image.includes('-factory')) {
+        add_link("FACTORY" + label_suffix, image, 'factory-help');
+      } else if (image.includes('-sysupgrade')) {
+        add_link("SYSUPGRADE" + label_suffix, image, 'sysupgrade-help');
+      } else if (image.includes('-kernel') || image.includes('-zImage') || image.includes('-uImage')) {
+        add_link("KERNEL" + label_suffix, image, 'kernel-help');
+      } else if (image.includes('-rootfs')) {
+        add_link("ROOTFS" + label_suffix, image, 'rootfs-help');
+      } else if (image.includes('sdcard')) {
+        add_link("SDCARD" + label_suffix, image, 'sdcard-help');
+      } else {
+        add_link("OTHER" + label_suffix, image, 'other-help');
       }
     }
+*/
 
     $('images').style.display = 'block';
   } else {
@@ -233,6 +289,7 @@ function updateImages(dllink, model, target, release, commit, images) {
 updateImages();
 changeLanguage(config.language);
 
+// parse data for internal use
 function parseData(data) {
   var obj = JSON.parse(data);
   var out = {};
@@ -245,8 +302,9 @@ function parseData(data) {
       var entry = entries[i];
       var name = (entry[0] + " " + entry[1] + " " + entry[2]).trim();
       var target = entry[3];
-      var images = entry[4];
-      models[name] = {'link': link, 'name': name, 'target': target, 'commit': commit, 'images': images};
+      var prefix = entry[4];
+      var images = entry[5];
+      models[name] = {'link': link, 'name': name, 'target': target, 'commit': commit, 'prefix': prefix, 'images': images};
     }
     out[release] = models;
   }
@@ -258,11 +316,17 @@ loadFile(config.data, function(data) {
     setupSelectList($("releases"), Object.keys(obj), function(release) {
       setupAutocompleteList($("models"), Object.keys(obj[release]), function(model) {
         if (model in obj[release]) {
+          // e.g. 'https://openwrt.org/%release/%file'
           var dllink = obj[release][model].link;
+          // e.g. 'ath79/generic'
           var target = obj[release][model].target;
+          // e.g. 'r12345-abcfefg321'
           var commit = obj[release][model].commit;
+          // e.g. 'openwrt-ath79-generic-tp-link-841-v10'
+          var prefix = obj[release][model].prefix;
+          // e.g. ['-sysupgrade.bin', '-factory.bin']
           var images = obj[release][model].images;
-          updateImages(dllink, model, target, release, commit, images);
+          updateImages(dllink, model, target, release, commit, prefix, images);
         } else {
           updateImages();
         }