Skip to content
Snippets Groups Projects
  1. Nov 26, 2017
  2. Oct 21, 2017
  3. Oct 18, 2017
    • Matthias Schiffer's avatar
      modules: update LEDE base · 184e2283
      Matthias Schiffer authored
      373fa54d35 kernel: bump 4.4 to 4.4.93 for 17.01
      586a721d3f mountd: bump to git HEAD version (fixes SIGSEV crashes)
      cdb2684dce LEDE v17.01.4: revert to branch defaults
      444add156f LEDE v17.01.4: adjust config defaults
      79f57e422d wireguard: version bump to 0.0.20171017
      d501786ff2 hostapd: add wpa_disable_eapol_key_retries option
      b6c3931ad6 hostapd: backport extra changes related to KRACK
      a5e1f7f5ef mac80211: backport kernel fix for CVE-2017-13080
      46e29bd078 x86: partly revert cabf775
      707305a19d mac80211: Update wireless-regdb to master-2017-03-07
      907d8703f4 wireguard: add wireguard to base packages
      bff16304b0 brcmfmac: backport length check in brcmf_cfg80211_escan_handler()
      fa0b5fce1f kernel: bump 4.4 to 4.4.92
      e6fd17d04c ramips: fix compile warning in MT7621 NAND driver
      2e9f3c6225 ramips: fix typo in MT7621 NAND driver
      63c17142c8 hostapd: merge fixes for WPA packet number reuse with replayed messages and key reinstallation
      cdd093b539 x86/64: add xen DomU support
      cabf775e64 x86: Refresh subtargets kernel config
      da0219ed9f x86: Fix xen serial console by removing conflicting PATA driver
      f52b404aee x86/generic: use HIGHMEM64G instead of HIGHMEM4G to fix PAE and Xen
      8ad1b09c6d kernel: add fix for bgmac with B50212E B1 PHY
      c1023c8075 mt76: sync with version 878456caf60d from master
      baa8eaaba6 bcm53xx: backport DTS changes up to the first 4.15 queued commits
      94aa2b8af0 ar71xx: add rssileds to WA850RE v1 image
      f67c22e0c2 toolchain/gdb: update to version 8.0.1
      067221360e cmake: fix build error with Xcode 9 on macOS 12
      a999f91ca3 gcc: fix build error with macOS + Xcode 9
      2ce9c84a92 build: add a darwin sitefile to deal with macOS 10.12 + Xcode 9 build errors
      f9a849ca84 ramips: mt7620: do not pad sysupgrade Archer images
      Unverified
      184e2283
  4. Oct 02, 2017
    • Matthias Schiffer's avatar
      modules: update LEDE (2017-10-02) · a8f50511
      Matthias Schiffer authored
      783465d783 odhcpd: don't enable server mode on non-static lan port
      c92c1894a5 odhcpd: backport fixes from master branch (FS#402, FS#524)
      4b4a4af814 dnsmasq: bump to v2.78
      b8357e87d7 base-files: create /etc/config/ directory
      3350137bd3 sunxi: clean up modules definitions
      a881323cb2 ltq-vdsl-mei: revert disable optimized firmware download
      f483a35f08 curl: fix security problems
      e232c6754d mbedtls: update to 2.6.0 CVE-2017-14032
      37e1bd27d0 generic: drop 704-phy-no-genphy-soft-reset.patch
      720b0e2e2d kernel: update 4.4 to 4.4.89
      b428f45c06 ltq-vdsl-mei: disable optimized firmware download
      39e5cd9556 ltq-vdsl: fix PM thread suspend and resume handling
      86f0e8b091 openvpn: add "extra-certs" option
      af802bc687 lantiq: fix missing otg_cap on danube platform
      12a0da6315 tcpdump: noop commit to refer CVEs fixed in 4.9.2
      f66c6e1d8a tcpdump: bump to 4.9.2
      a131f7cb69 utils/tcpdump: Rework URLs
      7f1359c14e base-files: fix wan6 interface config generation for pppoe
      97ebdf93a3 ipq806x: Archer C2600: fix switch ports numbering
      d33f7905df treewide: fix shellscript syntax errors/typos
      4f162ac3ce ramips: fix hg255d LED status support
      Unverified
      a8f50511
  5. Sep 06, 2017
  6. Aug 07, 2017
  7. Jul 19, 2017
  8. Jul 13, 2017
  9. Jul 12, 2017
  10. Jul 08, 2017
  11. Jul 02, 2017
    • Matthias Schiffer's avatar
      busybox: compile with debug information · 582635b0
      Matthias Schiffer authored
      The added debug information is stripped of during packaging, so it does not
      increase the package size. It does however slightly change offsets in the
      code, preventing the weird ash segfaults we've been seeing. Also, if the
      issue returns, we'll have debug information matching the coredumps.
      Unverified
      582635b0
  12. Jun 27, 2017
  13. Jun 21, 2017
  14. Jun 20, 2017
  15. Jun 08, 2017
  16. Jun 01, 2017
  17. May 30, 2017
  18. May 13, 2017
  19. Apr 12, 2017
  20. Mar 11, 2017
  21. Mar 10, 2017
  22. Feb 24, 2017
  23. Feb 23, 2017
  24. Feb 11, 2017
  25. Feb 10, 2017
  26. Jan 27, 2017
  27. Jan 24, 2017
  28. Jan 18, 2017
  29. Jan 09, 2017
    • Sven Eckelmann's avatar
      mac80211: Allow switching of the ath10k regulatory domain (#1001) · 47185281
      Sven Eckelmann authored
      
      ath10k has to switch the regulatory domain when switching the default
      country when ATH_USER_REGD is enabled. This is for example important when
      switching from country US (FCC) to DE (ETSI). The ath implementation will
      use ath_reg_dyn_country_user_allow to check if this is allowed.
      
      Unfortunately, this function always seems to return false to
      ath_reg_notifier_apply even when ATH_USER_REGD is enabled. But it must
      actually always accept the requests from the user (when ATH_USER_REGD is
      enabled) to correctly set the conformance test limits in the ath10k binary
      blob.
      
      Not doing it will sometimes allow too high transmit powers on edge channels
      for correctly calibrated devices outside their default regulatory domain.
      
      Signed-off-by: default avatarSven Eckelmann <sven.eckelmann@open-mesh.com>
      47185281
Loading