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

ath79-generic: (re)add support for tl-wr1043n-v5 #2483

Merged
merged 1 commit into from
Apr 17, 2022

Conversation

herbetom
Copy link
Contributor

Gone due to commit 45c84a1 ("ar71xx: drop target")

  • Must be flashable from vendor firmware
    • Web interface
    • TFTP
    • Other:
  • Must support upgrade mechanism
    • Must have working sysupgrade
      • Must keep/forget configuration (sysupgrade [-n], firstboot)
    • Gluon profile name matches autoupdater image name
      (lua -e 'print(require("platform_info").get_image_name())')
  • Reset/WPS/... button must return device into config mode
  • Primary MAC address should match address on device label (or packaging)
    (https://gluon.readthedocs.io/en/latest/dev/hardware.html#notes)
    • When re-adding a device that was supported by an earlier version of Gluon, a
      factory reset must be performed before checking the primary MAC address, as
      the setting from the old version is not reset otherwise.
  • Wired network
    • should support all network ports on the device
    • must have correct port assignment (WAN/LAN)
      • On devices supplied via PoE, there is usually no explicit WAN/LAN labeling on the hardware.
        The PoE input should be the WAN port in this case.
  • Wireless network (if applicable)
    • Association with AP must be possible on all radios
    • Association with 802.11s mesh must work on all radios
    • AP+mesh mode must work in parallel on all radios
  • LED mapping
    • Power/system LED
    • Radio LEDs
      • Should map to their respective radio
      • Should show activity
    • Switch port 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

@github-actions github-actions bot added the 3. topic: hardware Topic: Hardware Support label Apr 17, 2022
Gone due to
commit 45c84a1 ("ar71xx: drop target")
@github-actions github-actions bot added the 3. topic: docs Topic: Documentation label Apr 17, 2022
@rotanid
Copy link
Member

rotanid commented Apr 17, 2022

@herbetom test checklist looks finished, is it ready for merge from your side?

@herbetom
Copy link
Contributor Author

herbetom commented Apr 17, 2022

@rotanid I'm currently not aware of any problems which are specific to this device. So yes, i think it's ready for merge from my side.

@neocturne neocturne merged commit 588502c into freifunk-gluon:master Apr 17, 2022
@herbetom herbetom deleted the readd_tl1043_v5 branch April 17, 2022 18:46
JayBraker pushed a commit to JayBraker/gluon that referenced this pull request Apr 12, 2023
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.

3 participants