Skip to content
Snippets Groups Projects
  1. Aug 30, 2022
    • Steffen Förster's avatar
      docs: corrected grammar · 87cd66a0
      Steffen Förster authored
      87cd66a0
    • Steffen Förster's avatar
      ramips-mt76x8: add support for TP-Link RE305 v1 · 680d0c08
      Steffen Förster authored
      Specification:
      
      SoC: MediaTek MT7628AN
      RAM: 64MiB
      Flash: 8MiB
      Wifi:
        - 2.4GHz: MT7628AN
        - 5GHz: MT7612EN
      LAN: 1x 10/100 Mbps
      
      Flash instructions:
      Flash factory image through stock firmware WEB UI.
      Back to stock is possible by using TFTP and stripping down the Firmware
      provided by TP-Link to a initramfs.
      
      The flash space between 0x650000 and 0x7f0000
      is blank in the stock firmware so I left it out as well.
      680d0c08
  2. Aug 27, 2022
  3. Aug 16, 2022
  4. Aug 13, 2022
  5. Aug 11, 2022
  6. Jul 21, 2022
  7. 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
  8. Jul 17, 2022
  9. Jul 16, 2022
  10. Jul 10, 2022
  11. 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
  12. Jul 06, 2022
  13. Jul 03, 2022
  14. Jun 24, 2022
  15. Jun 19, 2022
  16. Jun 18, 2022
  17. Jun 17, 2022
  18. Jun 16, 2022
  19. Jun 07, 2022
  20. May 31, 2022
  21. May 30, 2022
  22. May 27, 2022
  23. May 26, 2022
  24. May 22, 2022
  25. May 21, 2022
    • lemoer's avatar
      docs: move mtu in site.rst · d3dbc3d8
      lemoer authored
      d3dbc3d8
    • 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
  26. May 13, 2022
  27. May 11, 2022
  28. May 05, 2022
Loading