Skip to content
Snippets Groups Projects
  1. Oct 17, 2022
  2. Oct 15, 2022
  3. Oct 08, 2022
  4. Sep 12, 2022
  5. Aug 30, 2022
  6. Aug 27, 2022
  7. Aug 16, 2022
  8. Aug 13, 2022
  9. Aug 11, 2022
  10. Jul 21, 2022
  11. Jul 18, 2022
    • J. Burfeind's avatar
      ath79-generic: (re)add wzr-hp-g300nh-s (#2551) · 08cbee99
      J. Burfeind authored
      Note: Buffalo has introduced hardware changes without bumping the
      revision number. 19.07 did not support the rb-variant so there's no need
      to implement a migration for the rb-variant.
      Every g300nh supported by Gluon should either be the s-variant or
      been flashed wrongly.
      
      Gone due to
      commit 45c84a11 ("ar71xx: drop target")
      08cbee99
  12. Jul 17, 2022
  13. Jul 16, 2022
  14. Jul 10, 2022
  15. Jul 08, 2022
    • Steffen Förster's avatar
      ath79-generic: add AVM FRITZ!WLAN Repeater 300E support (#2406) · 0cd7af9b
      Steffen Förster authored
      Specifications:
      * SoC: AR7242 (Virian 400MHz)
      * RAM: 64 MB DDR (W9751G6JB-25)
      * Flash: 16MB SPI flash (S25FL129PIF)
      * WiFi: AR9382 (2.4/5GHz) + 2x SE2595L
      * LAN: 1x1000M (PEF7071V)
      
      To install via EVA bootloader, a FTP connection need to be
      established to 192.168.178.1 within the first seconds after power on:
      
        ftp> quote USER adam2
        ftp> quote PASS adam2
        ftp> binary
        ftp> debug
        ftp> passive
        ftp> quote MEDIA FLSH
        ftp> put lede-ar71xx-generic-fritz300e-squashfs-sysupgrade.bin mtd1
      0cd7af9b
  16. Jul 06, 2022
  17. Jul 03, 2022
  18. Jun 24, 2022
  19. Jun 19, 2022
  20. Jun 18, 2022
  21. Jun 17, 2022
  22. Jun 16, 2022
  23. May 31, 2022
  24. May 30, 2022
  25. May 27, 2022
  26. May 26, 2022
  27. May 22, 2022
  28. May 21, 2022
    • Martin Weinelt's avatar
      ramips-mt7621: add TP-Link RE650v1 (#2527) · 99bdce10
      Martin Weinelt authored
      - [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
      99bdce10
Loading