On Monday, 18 May 2026 16:43:42 CEST Sven Eckelmann wrote: [...]
Wer schonmal Hardware-Support fuer ein Geraet in Gluon einbauen wollte, sollte schonmal https://github.com/freifunk-gluon/ (branch next) auschecken. Und vielleicht anfangen das Target mediatek-filogic zu bauen.
git clone https://github.com/freifunk-gluon/gluon -b next gluon-next git clone https://github.com/FreifunkVogtland/site-ffv gluon-next/site cd gluon-next
make update make GLUON_TARGET="mediatek-filogic" -j"$(nproc)"
Sorry, falsches Target. ramips-mt7621 waere richtig gewesen. Wir haben aber schonmal mit dem Support der neuen Hardware fuer Gluon next angefangen. Wir haben die Checkliste auch schon angefangen zu bearbeiten: Subject: DRAFT: ramips-mt7621: add support for Plasma Cloud PAX1800-Lite Plasma Cloud PAX1800-Lite is a dual-band Wi-Fi 6 router, based on MediaTek MT7621A + MT79x5D platform. Specifications: - SOC: MT7621AT (880 MHz) - DRAM: DDR3 448 MiB (Nanya NT5CC256M16DP-DI) - Flash: 2 MiB SPI NOR (S25FL016K) + 128 MB SPI NAND (W25N02KVZEIR) - Ethernet: 1x 10/100/1000 Mbps (SOC's built-in switch, with PoE+) - Wi-Fi: 2x2:2 2.4/5 GHz (MT7905DAN + MT7975DN) (MT7905DAN doesn't support background DFS scan/BT) - LED: tri-color LED for status (red, blue, green) - Buttons: 1x (reset) - Antenna: 4x internal, non-detachable omnidirectional - UART: 1x 4-pin (2.54 mm pitch, marked as "3V3 G/RX GND W/TX") - Power: 12 V DC/2 A (DC jack) Checklist ========= - [x] Must be flashable from vendor firmware - [ ] Web interface - [ ] TFTP - [x] Other: ap51-flash (https://github.com/ap51-flash/ap51-flash) - [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#hardware-support-in...) - 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) - if there are multiple ports but no WAN port: - the PoE input should be WAN, all other ports LAN - otherwise the first port should be declared as WAN, all other ports LAN - Wireless network (if applicable) - [x] Association with AP must be possible on all radios - [ ] Association with 802.11s mesh must work on all radios * works only when removing `option 'basic_rate' '24000'` - [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 - [ ] ~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`~ - Cellular devices only: - [ ] ~Added board name to `is_cellular_device` function in `package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua`~ - [ ] ~Added board name with modem setup function `setup_ncm_qmi` to `package/gluon-core/luasrc/lib/gluon/upgrade/250-cellular`~ - Docs: - [x] Added Device to `docs/user/supported_devices.rst`