Skip to content
Snippets Groups Projects
  1. 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)
      87ba9ecd
  2. Nov 23, 2023
  3. Oct 12, 2023
  4. Aug 22, 2023
  5. Dec 09, 2022
  6. Jul 06, 2022
  7. May 22, 2022
  8. 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
  9. Jun 29, 2021
  10. Jun 28, 2021
  11. Jun 21, 2021
  12. May 14, 2021
  13. 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
  14. Nov 18, 2019
  15. 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
  16. Nov 07, 2019
  17. Nov 06, 2019
  18. Nov 05, 2019
  19. Nov 04, 2019
  20. Aug 13, 2019
  21. Jun 15, 2019
  22. 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
  23. Dec 29, 2018
  24. 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
  25. Sep 03, 2018
  26. Jul 15, 2018
  27. Jul 11, 2018
  28. Jul 10, 2018
  29. May 06, 2018
  30. Feb 06, 2018
  31. Jan 10, 2018
  32. Nov 26, 2017
  33. Sep 06, 2017
  34. Aug 13, 2017
  35. Mar 27, 2017
  36. Feb 12, 2017
Loading