Skip to content
Snippets Groups Projects
  1. Jul 29, 2020
    • David Bauer's avatar
      openwrt: backport DFS fixes (#2077) · a3a55d64
      David Bauer authored
      This backports two fixes related to operation on DFS-required
      channels.
      
      When a DFS-required channel was selected as the regular
      (non-outdoor-mode) 5 GHz channel, hostapd would switch to a non-DFS
      channel as OpenWrt did not pass a chanlist of allowed ACS channels.
      
      When hostapd is given a single channel for the chanlist or there's no
      available channel left (all allowed channels are in the no-occupancy
      period), hostapd prints "no DFS channels left, waiting for NOP to
      finish" to the syslog but never stopped transmitting on this channel,
      still sending out beacon frames and allowing client data transfer.
      Unverified
      a3a55d64
  2. Jul 24, 2020
    • David Bauer's avatar
      actions: cache OpenWrt DL folder (#2084) · de9d3a91
      David Bauer authored
      This adds the ability to cache OpenWrt dependencies on a per-target
      base. Artifacts over 10MB are excluded, as GitHub imposes a limit of 5G
      of available space per repository cache. This affects mostly
      linux(-firmware) and gcc / gdb.
      
      The goal is to reduce the total amount of requests necessary to fetch
      dependencies.
      Unverified
      de9d3a91
  3. Jul 19, 2020
  4. Jul 06, 2020
  5. Jul 05, 2020
  6. Jul 04, 2020
    • Matthias Schiffer's avatar
      Rewrite features.sh in Lua (#2045) · 9b3ee477
      Matthias Schiffer authored
      * build: target_config_lib: introduce concat_list helper
      
      * build: rewrite features.sh in Lua
      
      The `features` file is converted to a Lua-based DSL.
      
      A helper function `_` is used in the DSL; this will return the original
      string for enabled features, and nil for disabled features. This allows
      to use boolean operations on features without making the code too
      verbose.
      
      Besides having more readable and robust code, this also fixes the bug
      that all files `packages/*/features` were evaluated instead of only
      using the feature definitions of currently active feeds.
      
      * build: add luacheck support for package/features
      Unverified
      9b3ee477
    • Matthias Schiffer's avatar
      scripts: generate_manifest: remove obsolete manifest lines (#2067) · 2bfc39f3
      Matthias Schiffer authored
      The current manifest format was introduced with the new autoupdater in
      Gluon v2018.1. Reduce the manifest size by 70% by removing the additional
      manifest lines added for backwards compatiblity.
      Unverified
      2bfc39f3
    • David Bauer's avatar
      Merge pull request #2068 from freifunk-gluon/radv-filterd · b099b3ce
      David Bauer authored
      gluon-radv-filterd: minor cleanup
      Unverified
      b099b3ce
  7. Jul 01, 2020
  8. Jun 30, 2020
  9. Jun 14, 2020
    • David Bauer's avatar
      modules: update OpenWrt · 2be6fe32
      David Bauer authored
      b515edb775 ipq40xx: essedma: Disable TCP segmentation offload for IPv6
      f7f15f8033 ath79: wndr3700 series: fix wifi range & throughput
      1f5cbd6be7 ca-certificates: update to version 20200601
      fa72f2646a oxnas: build with 8021Q VLAN support
      e752fc1ff9 ath79: add support for TP-Link TL-WR802N V1 and V2
      6488d2f7cc ath79: update WA/XC devices UBNT_VERSION to 8.5.3
      fb79e5d9fe ipq806x: EA8500 fix boot partition detection
      e36bdd5dc5 ath79: fix LEDs for GL.inet GL-AR150
      21454a772b ar71xx: fix reset key for TP-Link TL-WR802N V1/V2
      a32b0ec4cf generic: fix flow table hw offload
      
      Closes #2055
      2be6fe32
  10. Jun 13, 2020
  11. Jun 12, 2020
  12. Jun 11, 2020
  13. Jun 10, 2020
  14. Jun 07, 2020
  15. Jun 06, 2020
  16. Jun 05, 2020
Loading