Skip to content
Snippets Groups Projects
  1. Jan 11, 2024
  2. Jan 09, 2024
  3. Jan 05, 2024
  4. Dec 27, 2023
  5. Dec 23, 2023
  6. Dec 21, 2023
    • Simon Terzenbach's avatar
    • 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
    • Linus Lüssing's avatar
      bcm27xx: switch from ext4 to squashfs · 7e5a2350
      Linus Lüssing authored
      
      Similar to x86 build images with a squashfs instead of ext4 filesystem
      on bcm27xx / for the Raspberry Pi. This allows to use sysupgrade
      properly and allows to use the firstboot command.
      
      Runtime tested on a Raspberry Pi 4. Build tested for the Pi 3 / bcm2710.
      
      Signed-off-by: default avatarLinus Lüssing <linus.luessing@c0d3.blue>
      7e5a2350
  7. Dec 19, 2023
    • Matthias Schiffer's avatar
      bcm27xx: update manifest aliases (#3110) · 20c2adae
      Matthias Schiffer authored
      As the boardname-based image name setting was broken for bcm27xx due to the
      target rename, we need to keep the model-based names updated for now.
      
      Add all model strings currently seen on the Multimeshviewer and update
      the comments accordingly.
      20c2adae
  8. Dec 13, 2023
  9. 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
  10. Dec 11, 2023
  11. Nov 26, 2023
    • David Bauer's avatar
      ath79-generic: remove Ubiquiti AirMax targets (#3067) · a0f5b4e9
      David Bauer authored
      
      Remove due to ticket #2939
      
      These devices risk being bricked in a way that can not be recovered
      without running full TFTP or serial recovery, as the flash ends up in a
      read-only state with no way of upgrading to a fixed version.
      
      Thus, remove the support for the time being. Don't just flag them as
      BROKEN, as this would deliberately brick these boards when installating
      such an image.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      a0f5b4e9
  12. Nov 23, 2023
  13. Nov 15, 2023
  14. Nov 14, 2023
  15. Nov 07, 2023
  16. Nov 05, 2023
  17. Nov 02, 2023
  18. Oct 31, 2023
  19. Oct 26, 2023
  20. Oct 20, 2023
  21. Oct 16, 2023
  22. Oct 14, 2023
  23. Oct 12, 2023
  24. Sep 29, 2023
  25. Sep 04, 2023
  26. Aug 27, 2023
  27. Aug 26, 2023
  28. Aug 22, 2023
  29. Aug 21, 2023
Loading