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 archer-c7-v2 #2437

Merged
merged 1 commit into from
Mar 29, 2022

Conversation

Dark4MD
Copy link
Contributor

@Dark4MD Dark4MD commented Mar 28, 2022

  • must be flashable from vendor firmware
    • webinterface
    • tftp
  • 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)
      • 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.
  • 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
    • n/a added board name to is_outdoor_device function in package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua

targets/ath79-generic Outdated Show resolved Hide resolved
@github-actions github-actions bot added 3. topic: docs Topic: Documentation 3. topic: hardware Topic: Hardware Support labels Mar 28, 2022
@neocturne neocturne merged commit 8fdda51 into freifunk-gluon:master Mar 29, 2022
@Dark4MD Dark4MD deleted the ath79-c7v2 branch April 2, 2022 00:35
JayBraker pushed a commit to JayBraker/gluon that referenced this pull request Apr 12, 2023
neocturne added a commit to neocturne/gluon that referenced this pull request May 13, 2024
… image

The Archer C7 v2 needs a different factory image depending on the region
(EU or US); this got lost during the ar71xx -> ath79 migration.

The OpenWrt factory image without a region suffix is only installable on
very old TP-Link firmwares from before the region split was introduced.
The region-specific firmware works for both old and new TP-Link firmwares.

Fixes: 8fdda51 ("ath79-generic: (re)add support for archer-c7-v2 (freifunk-gluon#2437)")
blocktrron pushed a commit that referenced this pull request May 14, 2024
… image (#3259)

The Archer C7 v2 needs a different factory image depending on the region
(EU or US); this got lost during the ar71xx -> ath79 migration.

The OpenWrt factory image without a region suffix is only installable on
very old TP-Link firmwares from before the region split was introduced.
The region-specific firmware works for both old and new TP-Link firmwares.

Fixes: 8fdda51 ("ath79-generic: (re)add support for archer-c7-v2 (#2437)")
github-actions bot pushed a commit that referenced this pull request May 14, 2024
… image

The Archer C7 v2 needs a different factory image depending on the region
(EU or US); this got lost during the ar71xx -> ath79 migration.

The OpenWrt factory image without a region suffix is only installable on
very old TP-Link firmwares from before the region split was introduced.
The region-specific firmware works for both old and new TP-Link firmwares.

Fixes: 8fdda51 ("ath79-generic: (re)add support for archer-c7-v2 (#2437)")
(cherry picked from commit e721e7f)
blocktrron pushed a commit that referenced this pull request May 14, 2024
… image (#3260)

The Archer C7 v2 needs a different factory image depending on the region
(EU or US); this got lost during the ar71xx -> ath79 migration.

The OpenWrt factory image without a region suffix is only installable on
very old TP-Link firmwares from before the region split was introduced.
The region-specific firmware works for both old and new TP-Link firmwares.

Fixes: 8fdda51 ("ath79-generic: (re)add support for archer-c7-v2 (#2437)")
(cherry picked from commit e721e7f)

Co-authored-by: Matthias Schiffer <mschiffer@universe-factory.net>
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.

None yet

2 participants