-
Notifications
You must be signed in to change notification settings - Fork 325
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
mediatek-mt7622: add support for Ubiquiti UniFi 6 LR v3 #2982
base: main
Are you sure you want to change the base?
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Please drop the v2 from this PR in case you were not able to complete the checklist. |
done |
from stock rom:
I suspect ra0 and rai0 to be radio macs. Would it be important to get OpenWrt to actually know these two wifi MACs so gluon can take advantage of them?
permaddr of all wifi interfaces are either but they don't end on d6 or d7 |
I don't understand your last comment. If the primary MAC address matches and Gluon assigns Wireless MACs, why should these addresses be required? |
|
|
@Djfe could you check with plain openwrt? |
https://openwrt.org/toh/ubiquiti/unifi_6_lr#installation_steps
sysupgrade [-n]
,firstboot
)(
lua -e 'print(require("platform_info").get_image_name())'
)ubiquiti-unifi-6-lr-v3
WPS/...button must return device into config mode(https://gluon.readthedocs.io/en/latest/dev/hardware.html#hardware-support-in-packages)
60:22:32:6a:37:d5
When re-adding a device that was supported by an earlier version of Gluon, afactory reset must be performed before checking the primary MAC address, as
the setting from the old version is not reset otherwise.
LAN)otherwise the first port should be declared as WAN, all other ports LAN(https://gluon.readthedocs.io/en/latest/features/configmode.html)
Radio LEDsShould map to their respective radioShould show activitySwitch port LEDsShould map to their respective port (or switch, if only one led present)Should show link state and activityAdded board name tois_outdoor_device
function inpackage/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
Added board name tois_cellular_device
function inpackage/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
Added board name with modem setup functionsetup_ncm_qmi
topackage/gluon-core/luasrc/lib/gluon/upgrade/250-cellular
docs/user/supported_devices.rst