Skip to content
Snippets Groups Projects
  1. Oct 10, 2024
  2. Apr 09, 2024
  3. Dec 21, 2023
    • Linus Lüssing's avatar
      bcm27xx-bcm2711: add (broken) support for the Raspberry Pi 4 · dbea6f97
      Linus Lüssing authored
      
      Known issues:
      
      * 11s is not working
      * has no reset button, only SSH access, serial access or an external SD
        card update can return it to config mode at the moment
      * LED: generally the red sys LED is working, including boot and failsafe
        blink patters, but:
        * sometimes not lit after boot
        * not blinking in config mode; instead sometimes either persistently on
          and sometimes persistently off after booting into config mode
      
      Therefore adding it as broken.
      
      However, due to its CPU power and small size still interesting as a VPN
      offloader or WiFi rooftop core node (e.g. to Gluon'ify 5+60GHz devices).
      
      Manifest aliases are added for upgrades from unreleased Gluon builds
      and can be removed again at some point in the future.
      
      Tested on a Raspberry Pi 4 Model B Rev 1.1.
      
      Signed-off-by: default avatarLinus Lüssing <linus.luessing@c0d3.blue>
      dbea6f97
  4. Dec 12, 2023
    • Felix Baumann's avatar
      targets.mk: fix inconsistent env variable BROKEN (#2934) · 87ba9ecd
      Felix Baumann authored
      BROKEN TARGETS were built when BROKEN was set as a variable regardless of
      it's value. Even an empty BROKEN variable caused BROKEN TARGETS to be
      built. For DEVICES the number was evaluated and compared to true by Lua.
      
      Make behavior consistent for relevant values UNSET/EMPTY/0 and 1:
      UNSET/EMPTY/0: Don't build BROKEN TARGETS and DEVICES
      1: Build BROKEN TARGETS and DEVICES
      
      The behavior remains inconsistent for all positive numbers except 1.
      (even floating point)
      Unverified
      87ba9ecd
  5. Nov 23, 2023
  6. Oct 14, 2023
  7. Oct 12, 2023
  8. Aug 22, 2023
  9. Dec 09, 2022
  10. Jul 06, 2022
  11. May 22, 2022
  12. Jul 13, 2021
    • Matthias Schiffer's avatar
      ramips-rt305x: drop target · 09c9b78e
      Matthias Schiffer authored
      VoCores aren't exactly useful mesh nodes except for experimentation.
      They certainly aren't worth maintaining a whole target, in particular
      one that has a WLAN driver not used by any other target.
      09c9b78e
  13. Jun 29, 2021
  14. Jun 28, 2021
  15. Jun 21, 2021
  16. May 14, 2021
  17. May 16, 2020
    • Vieno Hakkerinen's avatar
      targets: add x86-legacy subtarget · 87aecd5a
      Vieno Hakkerinen authored
      As x86-generic is compiled to pentium4 (and newer) there is a need for
      a subtarget for older devices. The x86-legacy subtarget is set to
      compile to pentium (and newer) and should support even very old devics.
      
      x86-legacy includes the packages from x86.inc to only maintain one
      package list. The three excludes are because the packages do not exist
      for x86-legacy.
      87aecd5a
  18. Nov 18, 2019
  19. Nov 09, 2019
    • Steffen Förster's avatar
      ath79-generic: add support for TP-Link Archer C6v2 · 50db7654
      Steffen Förster authored
      Hardware specification:
      - SOC: Qualcomm QCA9563 @ 775MHz
      - Flash: GigaDevice GD25Q64CSIG (8MiB)
      - RAM: Zentel A3R1GE40JBF (128 MiB DDR2)
      - Ethernet: Qualcomm QCA8337N: 4x 1Gbps LAN + 1x 1Gbps WAN
      - Wireless:
        - 2.4GHz (bgn) QCA9563 integrated (3x3)
        - 5GHz (ac) Qualcomm QCA9886 (2x2)
      - Button: 1x power, 1x reset, 1x wps
      - LED: 6x LEDs: power, wlan2g, wlan5g, lan, wan, wps
      - UART: There's no UART header on the board
      50db7654
  20. Nov 07, 2019
  21. Nov 06, 2019
  22. Nov 05, 2019
  23. Nov 04, 2019
  24. Aug 13, 2019
  25. Jun 15, 2019
  26. Mar 28, 2019
    • David Bauer's avatar
      ipq806x: add support for NETGEAR R7800 (#1669) · a9a4abb6
      David Bauer authored
      The device is broken until the next release. The LEDs are currently not
      working (fixed in current OpenWRT master).
      
      Also give a brief explanation about the BROKEN status being dependent on
      the WiFi chip used and not the SoC family in general.
      a9a4abb6
  27. Dec 29, 2018
  28. Sep 17, 2018
    • David Bauer's avatar
      mt76x8: flag target as broken (#1533) · 728d1ffd
      David Bauer authored
      The MT76x8 is currently not stable enough for worry-free use with Gluon.
      It suffers from reboots in intervals as little as 12 hours or WiFi
      freezes for several hours.
      
      It may be unflagged as soon the situation with mt76 got better.
      728d1ffd
  29. Sep 03, 2018
  30. Jul 15, 2018
  31. Jul 11, 2018
  32. Jul 10, 2018
  33. May 06, 2018
  34. Feb 06, 2018
  35. Jan 10, 2018
  36. Nov 26, 2017
Loading