Skip to content
Snippets Groups Projects
  1. Jul 19, 2020
  2. Jun 04, 2020
    • Chrissi^ (Chris Fiege)'s avatar
      openwrt: Store Kernel Debug-Info (#1971) · 1956696d
      Chrissi^ (Chris Fiege) authored
      
      This change stores a Kernel with Debug-Symbols for the current
      architecture in a new output directory '<outputdir>/debug'.
      This allows a developer or operator of a network to store the kernel
      along with the actual images. In case of a kernel oops the debug
      information can be used with the script
      'scripts/decode_stacktrace.sh' in the kernel source tree to get the
      names to the symbols of the stack trace.
      
      OpenWRT already provides the CONFIG_COLLECT_KERNEL_DEBUG -option that
      creates a kernel with debug-symbols in the OpenWRT output directory.
      This change enables this option and copies the generated kernel to the
      gluon output directory.
      
      Signed-off-by: default avatarChrissi^ <chris@tinyhost.de>
      Unverified
      1956696d
  3. Jun 03, 2020
  4. May 02, 2020
  5. Apr 29, 2020
    • Martin Weinelt's avatar
      add gluon-logging package · 9b19883d
      Martin Weinelt authored
      Allows reconfigurtion of remote syslog from within site.conf.
      
      Conflicts with the gluon-web-logging package as user made changes
      will be overwritten, because this package will reconfigure the syslog
      destination on every upgrade.
      
      Resolves #1845
      9b19883d
  6. Apr 09, 2020
  7. Mar 23, 2020
    • Martin Weinelt's avatar
      Add gluon-mesh-wireless-sae package · 461d9040
      Martin Weinelt authored
      This package adds support for SAE on 802.11s mesh connections.
      
      Enabling this package will require all 802.11s mesh connections
      to be encrypted using the SAE key agreement scheme. The security
      of SAE relies upon the authentication through a shared secret.
      
      In the context of public mesh networks a shared secret is an
      obvious oxymoron. Still this functionality provides an improvement
      over unencrypted mesh connections in that it protects against a
      passive attacker who did not observe the key agreement. In addition
      Management Frame Protection (802.11w) gets automatically enabled on
      mesh interfaces to prevent protocol-level deauthentication attacks.
      
      If `wifi.mesh.sae` is enabled a shared secret will automatically be
      derived from the `prefix6` variable. This is as secure as it gets
      for a public mesh network.
      
      For *private* mesh networks `wifi.mesh.sae_passphrase` should be
      set to your shared secret.
      
      Fixes #1636
      461d9040
  8. Mar 07, 2020
  9. Feb 14, 2020
  10. Feb 04, 2020
  11. Jan 06, 2020
  12. Jan 02, 2020
  13. Sep 22, 2019
  14. Sep 12, 2019
  15. Sep 10, 2019
  16. Aug 21, 2019
  17. Aug 15, 2019
  18. Aug 13, 2019
  19. Jul 20, 2019
  20. Jul 08, 2019
  21. Jun 29, 2019
  22. Jun 24, 2019
  23. Jun 15, 2019
  24. Apr 11, 2019
  25. Mar 25, 2019
  26. Mar 15, 2019
  27. Mar 10, 2019
  28. Feb 16, 2019
  29. Feb 08, 2019
    • David Bauer's avatar
      ramips-mt76x8: add support for TP-Link Archer C50 v4 (#1641) · 1ace3d5b
      David Bauer authored
      This backports the TP-Link Archer C50 v4.
      
      We are dropping the following upstream commits. They add support for the
      TP-Link recovery-flag which enabled the web-recovery. As they are not
      needed for the router to work, we drop them for now.
      
      28cd2ca base-files: sysupgrade: support additional mtd options
      1e06482 mtd: add logic for TP-Link ramips recovery magic
      1ace3d5b
  30. Feb 03, 2019
  31. Jan 17, 2019
  32. Dec 29, 2018
    • David Bauer's avatar
      ramips-mt76x8: remove broken flag (#1608) · 55d2acd7
      David Bauer authored
      This commit removes the broken flag from all devices in the mt76x8
      subtarget.
      
      The stability of the mt76 driver for the mt7628 and mt7612 has greatly
      improved in the last half-year. It might be still behind ath9k and
      ath10k but it is suitable for daily use.
      
      This affects the following devices:
      
       - GL.iNet MT300N v2
       - TP-Link Archer C50 v3
       - TP-Link TL-WR841 v13
      55d2acd7
Loading