NeoRouter
http://www.neorouter.com/forum/

Openwrt client for MediaTek MT7620A
http://www.neorouter.com/forum/viewtopic.php?f=8&t=6019
Page 1 of 1

Author:  Blackdeath [ Sat Nov 26, 2016 7:01 pm ]
Post subject:  Openwrt client for MediaTek MT7620A

Hello
Are there any plans to port NeoRouter client to MT7620A based router (for examle xiaomi wifi mini)?
Or may be you may give source code to me. I can try to make client for this router and give it to you?

Author:  kevinz [ Mon Nov 28, 2016 9:39 am ]
Post subject:  Re: Openwrt client for MediaTek MT7620A

Hi Blackdeath,

If more users request for it, we will support it.

Thanks,
KevinZ - NeoRouter team

Author:  Blackdeath [ Mon Nov 28, 2016 3:05 pm ]
Post subject:  Re: Openwrt client for MediaTek MT7620A

I can buy this release, if it possible.
And I have another question, your download links have in-a-box for AR71xx. Is this release compatibility with Atheros QCA9533-BL3A?

Author:  kevinz [ Tue Nov 29, 2016 9:26 am ]
Post subject:  Re: Openwrt client for MediaTek MT7620A

Hi Blackdeath,

NR in-a-box for AR71xx should be compatible with Atheros QCA9533-BL3A, based on the openwrt document for TP-Link TL-WR841ND, but we didn't test it.

Thanks,
KevinZ - NeoRouter team

Author:  Blackdeath [ Sun Dec 04, 2016 12:26 pm ]
Post subject:  Re: Openwrt client for MediaTek MT7620A

Ok.
Finally i choose:

1) "TP-Link MR3020" with Atheros AR9331
or
2) "Asus RT-N56U" with MIPS74Kc: Ralink RT3662F.

Is this routers support?

Author:  esv [ Thu Jan 12, 2017 4:32 am ]
Post subject:  Re: Openwrt client for MediaTek MT7620A

Hi,

im also looking for a client version for MT7620A (ramips?) . Im using a openvpn solution today, but would be very nice with a neorouter solution instead.

Author:  esv [ Mon Jan 23, 2017 1:41 am ]
Post subject:  Re: Openwrt client for MediaTek MT7620A

Hi, you can run the MIPSEL version of neorouter on a MTK7620A

i just added this under system->Software->Configuration

it was only all/noarch/ramips_24kec in orignal config, but adding brcm37xx will fix it.

original:

Code:
dest root /
dest ram /tmp
lists_dir ext /var/opkg-lists
option overlay_root /overlay
option check_signature 1



then run this command: opkg print-architecture
Code:
root@GL-MT300A:~# opkg print-architecture
----
arch all 1
arch noarch 1
arch ramips_24kec 10
----


copy and past output from it in to new config and add "arch brcm47xx 300"

new:

Code:
dest root /
dest ram /tmp
lists_dir ext /var/opkg-lists
option overlay_root /overlay
option check_signature 1
arch all 1
arch noarch 1
arch ramips_24kec 10
arch brcm47xx 300


then just run command to install it. worked ok this router, but took almost 30s to install.

opkg install .....

Page 1 of 1 All times are UTC - 5 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/