aab7d8aca9
Specifications: - CPU: MediaTek MT7628AN (580MHz) - Flash: 16MB - RAM: 64MB DDR2 - 2.4 GHz: IEEE 802.11b/g/n with Integrated LNA and PA - Antennas: 4x external single band antennas - WAN: 1x 10/100M - LAN: 2x 10/100M - LEDs: 2x yellow/blue. Programmable (labelled as power on case) - Non-programmable (shows WAN activity) - Button: Reset How to install: 1- Use OpenWRTInvasion to gain telnet and ftp access. 2- Push openwrt firmware to /tmp/ using ftp. 3- Connect to router using telnet. (IP: 192.168.31.1 - Username: root - No password) 4- Use command "mtd -r write /tmp/firmware.bin OS1" to flash into the router.. 5- It takes around 2 minutes. After that router will restart itself to OpenWrt.
88 lines
1.5 KiB
Plaintext
88 lines
1.5 KiB
Plaintext
-- Cudy
|
|
|
|
device('cudy-wr1000', 'cudy_wr1000')
|
|
|
|
|
|
-- GL.iNet
|
|
|
|
device('gl-mt300n-v2', 'glinet_gl-mt300n-v2', {
|
|
factory = false,
|
|
})
|
|
|
|
device('gl.inet-vixmini', 'glinet_vixmini', {
|
|
factory = false,
|
|
})
|
|
|
|
|
|
-- Netgear
|
|
|
|
device('netgear-r6120', 'netgear_r6120', {
|
|
factory_ext = '.img',
|
|
})
|
|
|
|
|
|
-- TP-Link
|
|
|
|
device('tp-link-archer-c50-v3', 'tplink_archer-c50-v3', {
|
|
factory = false,
|
|
extra_images = {
|
|
{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
|
|
},
|
|
})
|
|
|
|
device('tp-link-archer-c50-v4', 'tplink_archer-c50-v4', {
|
|
factory = false,
|
|
})
|
|
|
|
device('tp-link-tl-mr3020-v3', 'tplink_tl-mr3020-v3', {
|
|
factory = false,
|
|
extra_images = {
|
|
{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
|
|
},
|
|
})
|
|
|
|
device('tp-link-tl-mr3420-v5', 'tplink_tl-mr3420-v5', {
|
|
factory = false,
|
|
extra_images = {
|
|
{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
|
|
},
|
|
})
|
|
|
|
device('tp-link-tl-wa801nd-v5', 'tplink_tl-wa801nd-v5', {
|
|
factory = false,
|
|
extra_images = {
|
|
{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
|
|
},
|
|
})
|
|
|
|
device('tp-link-tl-wr841n-v13', 'tplink_tl-wr841n-v13', {
|
|
factory = false,
|
|
extra_images = {
|
|
{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
|
|
},
|
|
})
|
|
|
|
device('tp-link-tl-wr902ac-v3', 'tplink_tl-wr902ac-v3', {
|
|
factory = false,
|
|
extra_images = {
|
|
{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
|
|
},
|
|
})
|
|
|
|
-- VoCore 2
|
|
|
|
device('vocore2', 'vocore_vocore2', {
|
|
factory = false,
|
|
})
|
|
|
|
|
|
-- Xiaomi
|
|
|
|
device('xiaomi-mi-router-4a-100m-edition', 'xiaomi_mi-router-4a-100m', {
|
|
factory = false,
|
|
})
|
|
|
|
device('xiaomi-mi-router-4c', 'xiaomi_mi-router-4c', {
|
|
factory = false,
|
|
})
|