gluon/docs
Martin Weinelt 99bdce1072
ramips-mt7621: add TP-Link RE650v1 (#2527)
- [x] Must be flashable from vendor firmware
  - [x] Web interface
  - [ ] TFTP (untested, but possible according to OpenWrt wiki)
  - [ ] Other: <specify>
- [x] Must support upgrade mechanism
  - [x] Must have working sysupgrade
    - [x] Must keep/forget configuration (`sysupgrade [-n]`, `firstboot`)
  - [x] Gluon profile name matches autoupdater image name
        (`lua -e 'print(require("platform_info").get_image_name())'`)
- [x] Reset/WPS/... button must return device into config mode
- [x] 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
  - [x] should support all network ports on the device
  - [x] 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)
  - [x] Association with AP must be possible on all radios
  - [x] Association with 802.11s mesh must work on all radios
  - [x] AP+mesh mode must work in parallel on all radios
- LED mapping
  - Power/system LED
    - [x] Lit while the device is on
    - [x] Should display config mode blink sequence
          (https://gluon.readthedocs.io/en/latest/features/configmode.html)
  - Radio LEDs
    - [x] Should map to their respective radio
    - [x] Should show activity
  - Switch port LEDs
    - [x] Should map to their respective port (or switch, if only one led present)
    - [x] Should show link state and activity
2022-05-21 14:17:29 +02:00
..
_static/css docs: drop obselete theme fixes 2021-06-26 20:40:43 +02:00
dev docs: dev/hardware: update hardware support documentation (#2458) 2022-05-07 18:27:45 +02:00
features Merge pull request #2372 from freifunk-gluon/uci-regen 2022-03-20 17:54:04 +01:00
multidomain-site-example build: set GLUON_DEPRECATED = 0 by default 2021-12-31 14:44:47 +01:00
package docs: consistently indent .rst files with 2 spaces 2021-12-24 14:16:04 +01:00
releases docs: import v2021.1.2 release notes and update README 2022-05-05 20:01:08 +02:00
site-example treewide: Replace /> self closing html tags with > 2022-02-22 18:48:09 +01:00
user ramips-mt7621: add TP-Link RE650v1 (#2527) 2022-05-21 14:17:29 +02:00
.gitignore docs: initial sphinx project with very little content 2014-02-20 17:22:06 +01:00
conf.py Update copyright years 2022-05-05 19:57:47 +02:00
index.rst docs: move release notes TOC to sub page (#2408) 2022-03-23 20:26:56 +01:00
Makefile docs: treat sphinx warnings as errors 2019-06-20 13:38:09 +02:00
requirements.txt build(deps): bump sphinx-rtd-theme from 0.5.2 to 1.0.0 in /docs 2021-12-18 14:41:58 +00:00