Skip to content
Snippets Groups Projects
  1. Sep 20, 2021
  2. Sep 17, 2021
    • Rosen Penev's avatar
      tools/pkgconf: update to 1.8.0 · aa344bcf
      Rosen Penev authored
      
      Switch to compiling with meson for faster and more reliable compilation.
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      aa344bcf
    • Rosen Penev's avatar
      tools: add meson · c4dfdde2
      Rosen Penev authored
      
      meson is a next generation build system designed to have good defaults,
      simpler build files, and fast compilation.
      
      It is built upon python and uses ninja for compilation. The latter
      provides fast by default (parallel) and problem free compilation.
      
      There are over 40 packages already successfully using meson. The next
      commit will convert pkgconf to use meson compilation.
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      c4dfdde2
    • Rosen Penev's avatar
      tools/mm-macros: remove · 4b898afd
      Rosen Penev authored
      
      ccaaab1c says that this is in the
      codebase because of libsigc++, which is not in the codebase anymore.
      Neither in base nor in packages. It doesn't seem to be needed by
      anything else either. GNOME packages have transitioned to using meson,
      which does not use m4 files.
      
      Tested local compile with CONFIG_ALL. No problems seen.
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      4b898afd
  3. Sep 13, 2021
  4. Sep 09, 2021
    • Sander Vanheule's avatar
      firmware-utils: tplink-safeloader: use revision field · df63619e
      Sander Vanheule authored
      
      The structured soft-version partition has a field which contains a
      (source) revision number. Factory images used to include this, but
      it was accidentaly removed during an earlier refactoring.
      
      Include the source revision number again in the generated soft-version
      partition. Additionaly, also show this revision number when printing
      image info.
      
      Fixes: 1a211af2 ("firmware-utils: tplink-safeloader: refactor meta-partition generation")
      Signed-off-by: default avatarSander Vanheule <sander@svanheule.net>
      df63619e
  5. Sep 07, 2021
  6. Sep 06, 2021
  7. Sep 05, 2021
  8. Aug 31, 2021
  9. Aug 21, 2021
  10. Aug 09, 2021
  11. Aug 06, 2021
  12. Jul 11, 2021
    • Roberto Valentini's avatar
      ath79: add support for TP-Link RE455 v1 · af56075a
      Roberto Valentini authored
      
      TP-Link RE455 v1 is a dual band router/range-extender based on
      Qualcomm/Atheros QCA9563 + QCA9880.
      
      This device is nearly identical to RE450 v3
      
      Specification:
      
      - 775 MHz CPU
      - 64 MB of RAM (DDR2)
      - 8 MB of FLASH (SPI NOR)
      - 3T3R 2.4 GHz
      - 3T3R 5 GHz
      - 1x 10/100/1000 Mbps Ethernet (AR8033 PHY)
      - 7x LED, 4x button
      - UART header on PCB[1]
      
      Flash instruction:
      Apply factory image in OEM firmware web-gui.
      
      [1] Didn't work, probably need to short unpopulated resistor R64
          and R69 as RE450v3
      
      Signed-off-by: default avatarRoberto Valentini <valantin89@gmail.com>
      af56075a
Loading