Skip to content
Snippets Groups Projects
  1. Mar 11, 2025
  2. Mar 09, 2025
    • Steffen Förster's avatar
      mediatek-filogic: add support for OpenWRT One (#3446) · 55d654ff
      Steffen Förster authored
      Specification:
       - MT7981 CPU using 2.4GHz and 5GHz WiFi (both AX)
       - 1GB RAM
       - 16MB NOR
       - 128MB NAND
       - 3 LEDs (red, green, blue, white)
       - 2 buttons (reset, user defined)
       - 1 2.5Gbit WAN port (Airoha EN8811h)
       - 1 1Gbit LAN ports
       - 1 single lane M.2 SSD slot
       - 1 mikroBus socket
       - externel HW WDT (25s refresh time)
       - i2c RTC (with battery backup)
      
      Serial Interface
       - UBS-C CDC-ACM
       - 3 Pins GND, RX, TX
       - Settings: 115200, 8N1
      Unverified
      55d654ff
  3. Mar 06, 2025
    • David Bauer's avatar
      build: use host LLVM toolchain · 937d25be
      David Bauer authored
      
      OpenWrt now employs eBPF components. These are built as we select all
      non-shared packages.
      
      Configure teh OpenWrt buildsystem to use the hots BPF toolchain and add
      the required llvm compiler to the dependencies. This avoids increasing
      the build-time as no eBPF toolchain needs to be built.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      937d25be
  4. Jan 25, 2025
  5. Jan 19, 2025
  6. Jan 08, 2025
  7. Jan 07, 2025
  8. Dec 28, 2024
  9. Dec 27, 2024
  10. Dec 26, 2024
  11. Dec 23, 2024
  12. Dec 22, 2024
  13. Dec 10, 2024
  14. Dec 07, 2024
  15. Nov 05, 2024
  16. Nov 04, 2024
  17. Oct 10, 2024
  18. Aug 31, 2024
  19. Jul 06, 2024
  20. Jul 01, 2024
  21. Jun 28, 2024
  22. Jun 27, 2024
    • Matthias Schiffer's avatar
      build: extend GLUON_DEBUG with values 0, 1 and 2 · d09cda05
      Matthias Schiffer authored
      Debugging binaries in images that are built with sstrip is extremely
      annoying, as not even objdump will work on them.
      
      Switching from sstrip to standard strip increases the ath79 image size
      (for some usual Archer C7 v2 configuration I used for testing) by ~70KiB,
      or 1.3% of the rootfs size (~1% of the total image size), which is
      rarely worth the decreased debuggability.
      
      Extend GLUON_DEBUG to not only distinguish 0 and 1, such that:
      
      - 0 uses sstrip same as before
      - 1 switches to regular strip; this is the new default
      - 2 includes all debug info, like GLUON_DEBUG=1 did before
      Unverified
      d09cda05
  23. Jun 24, 2024
  24. Jun 09, 2024
  25. Jun 06, 2024
  26. May 14, 2024
  27. May 11, 2024
  28. May 03, 2024
  29. Apr 09, 2024
  30. Mar 23, 2024
  31. Mar 22, 2024
Loading