Skip to content
Snippets Groups Projects
  1. May 07, 2022
  2. Oct 07, 2021
    • Matthias Schiffer's avatar
      Set PKG_VERSION in gluon.mk · f419db58
      Matthias Schiffer authored
      This removes PKG_VERSION and PKG_RELEASE from most Makefiles, as the
      value was never useful for Gluon packages; instead, PKG_VERSION is set
      to 1 in gluon.mk.
      
      It also removes two other weird definitions:
      
      - gluon-iptables-clamp-mss-to-pmtu replicating the old PKG_VERSION logic
        from gluon-core, but without the fixed PKG_BUILD_DIR to prevent
        unnessary rebuilds
      - gluon-hoodselector set GLUON_VERSION=3
      f419db58
  3. Dec 15, 2020
    • David Bauer's avatar
      wireless-encryption mesh-wireless-sae: depend on OpenSSL daemons · 430c0ecc
      David Bauer authored
      This switches the used wireless daemons for OWE / SAE to the OpenSSL
      flavors. The WolfSSL implementation currently seems to be broken.
      
      THis switch may be reverted at a later point in time when hostapd /
      wpa_supplicant implementations for WolfSSL have matured.
      430c0ecc
  4. Jun 01, 2020
    • David Bauer's avatar
      gluon-wireless-encryption-wpa3: switch to hostapd-wolfssl · 6a15c704
      David Bauer authored
      This switches hostapd variant used for SAE and OWE from hostapd-openssl
      to hostapd-wolfssl.
      
      The bug shich one broke the wolfssl implementation was resolved upstream
      with commit 631c437a91c2 ("hostapd: backport wolfssl bignum fixes").
      This particular commit also got backported to OpenWrt 19.07.
      6a15c704
  5. Mar 25, 2020
    • David Bauer's avatar
      gluon-wireless-encryption: add package · b0570154
      David Bauer authored
      The gluon-wireless-encryption package selects a WPA3 supporting
      hostapd package as a dependency and stores the information, which
      encryption method is supported to the device.
      b0570154
Loading