-
Notifications
You must be signed in to change notification settings - Fork 326
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
ipq40xx-generic: add extreme-networks-ws-ap3915i #3396
Conversation
This looks like a related thread with a possible solution: setting also documented in the wiki:
https://openwrt.org/toh/extreme_networks_ws_ap391x?s[]=ap3915i |
Primary MAC also needs to be fixed in order to consider merging. |
Should this be fixed through label-mac in openwrt or through 010-mac-address in gluon? |
Preferably this should be fixed in openwrt if possible. |
We tried a few things in openwrt: We could fix the BLOCKSIZE issue - making sysupgrades keep the config. I tried: However it did not work yet. Snippet:
I also tried different variants of adding Eventually this is related to something being broken for ipq40xx (as mentioned in #3389) - so I could need a hint here what to try :)
This snippet shows the correct label, so my assumption that this would change immediatly was just wrong. So this is blocked waiting on upstream. |
If main is bumped to the latest openwrt 24.10, this is ready. |
@maurerle can you please rebase and test again, there seems to be a linter issue |
Tested again after rebase - fixed the wrong spacing. |
@seilpforte can you update the check list, please? (primary mac and must/keep forget configuration are both working now) I just want to avoid confusion as this checklist counts as some form of documentation |
More important, we forgot to add it to the supported devices list :( |
i edited the checklist. can't do the supported devices atm. |
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.
(https://gluon.readthedocs.io/en/latest/features/configmode.html)
is_outdoor_device
function inpackage/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
is_cellular_device
function inpackage/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
setup_ncm_qmi
topackage/gluon-core/luasrc/lib/gluon/upgrade/250-cellular
docs/user/supported_devices.rst
Primary MAC Adress is: ca:b2:ef:60:c6:63
Eth0 MAC is: dc:b8:08:72:a2:ad
Label MAC is: dc:b8:08:72:a2:ad
Keeps forgetting config after any sysupgrade