-
Notifications
You must be signed in to change notification settings - Fork 327
ramips-mt76x8: add support for TP-Link Archer C50 v6 #3568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
I finally got my hands on a C50 v6 again. Everything is working as expected. Even meshing on both radios works. The only problem I currently face is, that the lua -e 'print(require("platform_info").get_image_name())' yields a different device name than specified by OpenWrt & in this PRs target file. How should we deal with that? |
I also got a C50 v6.20 on hand. The hardware appears to be identical to the v6, but it ships with TP-Link's proprietary TPOS instead of the usual Linux-based firmware. Should we treat the v6.20 differently upstream, or simply document it as a v6 variant that uses TPOS by default? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The OpenWrt wiki suggests flashing is not as easy as you marked in the checklist?
I think others would appreciate a link to the instructions :)
either openwrt/openwrt@e9ac1b1
or https://openwrt.org/toh/tp-link/archer-c50?s[]=more&s[]=host#v6_instructions
Co-authored-by: Jan-Niklas Burfeind <github@aiyionpri.me>
Co-authored-by: Jan-Niklas Burfeind <github@aiyionpri.me>
Fixed. Thank you! |
this device is not going to last many releases (just a warning) |
@GoliathLabs despite being a weak device, ave you verified, the profile name does now match the autoupdater name? |
sysupgrade [-n]
,firstboot
)(
lua -e 'print(require("platform_info").get_image_name())'
)(https://gluon.readthedocs.io/en/latest/dev/hardware.html#hardware-support-in-packages)
factory reset must be performed before checking the primary MAC address, as
the setting from the old version is not reset otherwise.
The PoE input should be the WAN port in this case.
(https://gluon.readthedocs.io/en/latest/features/configmode.html)
Added board name todevice is no outdoor deviceis_outdoor_device
function inpackage/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
docs/user/supported_devices.rst