Skip to content
Snippets Groups Projects
  1. Aug 01, 2020
    • David Bauer's avatar
      modules: bump OpenWrt · bf36c5b2
      David Bauer authored
      86727bd158 hostapd: improve TITLE for packages
      bf58bfb90e mediatek: mt7623: fix sysupgrade from vendor OpenWrt on UniElec U7623
      2147c33e40 mediatek: mt7623: add explicit console= to U7623 kernel
      8fbe450e40 curl: patch CVE-2020-8169
      7d6e504dbe make_ext4fs: Update to version 2020-01-05
      a225164bb5 make-ext4fs: update to HEAD of 2017-05-29 - eebda1
      afaa978b74 firewall: backport patch for mss clamping in both directions
      a2c9fc9ff0 ath79: correctly define WiFi switch for TL-WR841ND v8
      7022f1eb13 bcm47xx: fix switch setup for Linksys WRT610N v2
      fba22d89a9 tplink-safeloader: expand support list for TP-Link CPE210 v3
      a785aed70e lantiq/xrx200: make WLAN button responsive on Fritzbox 7360 & 7362
      4a9d6320af lantiq/xrx200: fix WLAN button actions for Fritzbox 3370
      284cd7d18e lantiq/xrx200: make WLAN button responsive on Fritzbox 3370
      2ca5a386ee vxlan: bump and change to PKG_RELEASE
      e894e1b2f0 vxlan: fix udp checksum control
      8c19171255 ipq40xx: fix ethernet vlan double tagging
      b9a89bf7b5 build,json: fix compatibility with Python 3.5
      9c0ad7f1d5 build: fix compatibility with python 3.6
      78f57fbce6 build,json: fix build failure in case no data is found
      270711b8ed build,json: store arch_packages in profiles.json
      e3618eb2cc build: store default/device packages in JSON
      3dbd74d032 imagebuilder: Remove json_info_files/ before build
      8ea6be1510 kirkwood: support for button in Pogoplug V4
      de75d6ecfa lantiq: dts: Move the &usb_vbus nodes out of &gpio
      2d14da2c7d ar71xx: Fix mikrotik NAND compile problem
      673e7944bb ar71xx: Fix mikrotik NAND compile problem
      73e0ea1ea9 armvirt,x86: fix build breakage of crypto ccp module
      d46650de7c nghttp2: bump to 1.41.0
      9cad70044f kernel: fix nand_release() usage.
      820f4654c6 wireguard: bump to 1.0.20200611
      f4985a22ca kernel: Update kernel 4.14 to version 4.14.187
      73fecd36bf mac80211: fix use of local variable
      938839a565 scripts: JSON merge don't crash if no JSON found
      3572711e3c build: refactor JSON info files to `profiles.json`
      b7bac0737e build: image: fix build breakage of some images
      8a0362c699 build: create JSON files containing image info
      8293c8ed46 ath79: do not build TP-Link tiny images by default
      670eeb7888 mediatek: fix IPv4-only corner case and commit in 99-net-ps
      9c58f5d4ff bcm63xx: DGND3700v1: fix port order
      ebefdf61ed ramips: increase SPI frequency for ELECOM WRC-GST devices
      6b042217d7 mvebu: fix default EU regdomain for Linksys WRT AC devices
      a2c556aa8f libnetfilter-queue: fix package title and description
      8adbe26f6e base-files: remove urandom-seed definition
      b40e6bc55f ath79: drop and consolidate redundant chosen/bootargs
      153392e209 ath79: add support for TP-Link TL-WA801ND v3/v4
      6520659870 uclient: update to 19.07 Git HEAD
      b547542297 Revert "uclient: Update to version 2020-06-17"
      0c910d8459 uclient: Update to version 2020-06-17
      18cf2383b6 bcm63xx: a226m-fwb: fix linux partition offset
      bf36c5b2
  2. 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.
      a3a55d64
  3. 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.
      de9d3a91
  4. Jul 19, 2020
  5. Jul 06, 2020
  6. Jul 05, 2020
  7. 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
      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.
      2bfc39f3
    • David Bauer's avatar
      Merge pull request #2068 from freifunk-gluon/radv-filterd · b099b3ce
      David Bauer authored
      gluon-radv-filterd: minor cleanup
      b099b3ce
  8. Jul 01, 2020
  9. Jun 30, 2020
  10. 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
  11. Jun 13, 2020
  12. Jun 12, 2020
  13. Jun 11, 2020
  14. Jun 10, 2020
  15. Jun 07, 2020
  16. Jun 06, 2020
  17. Jun 05, 2020
Loading