Skip to content
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

WIP: kirkwood: add support for Linksys E4200 (v2) #2266

Closed
wants to merge 2 commits into from
Closed

WIP: kirkwood: add support for Linksys E4200 (v2) #2266

wants to merge 2 commits into from

Conversation

GoliathLabs
Copy link
Contributor

@GoliathLabs GoliathLabs commented Jul 8, 2021

  • must be flashable from vendor firmware

    • webinterface
    • tftp
    • other:
  • must support upgrade mechanism

    • must have working sysupgrade
      • must keep/forget configuration (if applicable)
        think sysupgrade [-n] or firstboot
    • must have working autoupdate
      usually means: gluon profile name must match image name
  • reset/wps/phone button must return device into config mode

  • primary mac should match address on device label (or packaging) (https://gluon.readthedocs.io/en/latest/dev/hardware.html#notes)

  • wired network

    • should support all network ports on the device
    • must have correct port assignment (WAN/LAN)
  • wifi (if applicable)

    • association with AP must be possible on all radios
    • association with 802.11s mesh must be working on all radios
    • ap/mesh mode must work in parallel on all radios
  • led mapping

    • power/sys led (critical, because led definitions are setup on firstboot only)
    • radio leds
      • should map to their respective radio
      • should show activity
    • switchport leds
      • should map to their respective port (or switch, if only one led present)
      • should show link state and activity
  • outdoor devices only

    • added board name to is_outdoor_device function in package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua

    Yet the networking doesn't seem to work quite right. We're currently investigating.

@github-actions github-actions bot added 3. topic: docs Topic: Documentation 3. topic: hardware Topic: Hardware Support labels Jul 8, 2021
@GoliathLabs GoliathLabs changed the title kirkwood: add support for Linksys E4200 (v2) WIP: kirkwood: add support for Linksys E4200 (v2) Jul 8, 2021
@GoliathLabs
Copy link
Contributor Author

Closing as @darkdragon-001 is already working on adding support for this device

@GoliathLabs GoliathLabs closed this Jul 8, 2021
@GoliathLabs GoliathLabs deleted the new-device-linksys-e4200 branch July 9, 2021 13:13
@darkdragon-001
Copy link
Contributor

darkdragon-001 commented Mar 29, 2024

I got this finally working in #3240.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. topic: docs Topic: Documentation 3. topic: hardware Topic: Hardware Support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants