Skip to content
Snippets Groups Projects
  1. Apr 10, 2020
    • Martin Weinelt's avatar
      modules: update OpenWrt · d333bffb
      Martin Weinelt authored
      5b9b833f8c bcm53xx: add support for Luxul FullMAC WiFi devices
      ab3549a870 bcm53xx: refactor board.d code in 02_network
      35413b047c bcm53xx: sysupgrade: optimize building UBI image
      55c29c398c busybox: enable truncate on bcm53xx target
      a89731ad7a bcm53xx: fix ASUS firmwares to use vendor format
      36373c5ddb openssl: bump to 1.1.1f
      470f7c046c ath79: add support for TP-Link TL-WDR4310 v1
      96ee7c8bfd libpcap: Update shared-lib patch from Debian to fix linking problems
      96092a8eea mkrasimage: fix segmentation fault
      bf5ea2a8dc rpcd: fix respawn settings
      83381ce95d readline: needs host depend on ncurses to build
      45b586c4a6 tools: squashfskit4: fix build with GCC10
      79b60d878d squashfskit4/Makefile: introduce PKG_RELEASE=1
      a08394b3c6 build: prereq: tidy gcc version checks
      66cbfeeaae build: add GCC 10 version detection
      eea3a9625c openssl: revert EOF detection change in 1.1.1
      c6c3f6bb0a mac80211: Update to version 4.19.112
      794fd4c6cf procd: turn error into debug message for missing ujail binary
      f5b3cd1539 ar71xx: Fix gigabit switch support for Mikrotik RB951G-2HnD
      bdbda30384 ath79: add support for TP-Link TL-WA860RE v1
      2e6bfab8c5 ath79: add support for TP-Link TL-WA850RE v1
      dba6f418fa mac80211: fix brcmfmac monitor interface crash
      27e77922a1 ar71xx: use status led for GL.iNet GL-AR750S
      Unverified
      d333bffb
    • David Bauer's avatar
      github: actions: only build certain branches · d3f5adcf
      David Bauer authored
      This enables build-testing only on master as well as next and release
      branches.
      d3f5adcf
  2. Apr 09, 2020
  3. Apr 07, 2020
  4. Apr 06, 2020
    • David Bauer's avatar
      x86-geode: add target class · 95b133d4
      David Bauer authored
      x86-geode does not include the common x86 target-settings. Thus we need
      to specify the device class in order to build images with all necessary
      packages included.
      95b133d4
  5. Apr 05, 2020
  6. Apr 04, 2020
  7. Mar 31, 2020
  8. Mar 27, 2020
    • David Bauer's avatar
      build: add class-packages for targets without devices · c9f90c3e
      David Bauer authored
      When adding device classes, targets without devices such as x86 were not
      handled. As site and feature packages are included on such a per-device
      decision, x86 images ended up without most packages.
      
      Include a class setting for a target and include the class-packages
      target-wide when this setting is configured.
      
      Fixes 9c523650 ("build: introduce device classes")
      c9f90c3e
  9. Mar 26, 2020
  10. Mar 25, 2020
    • Martin Weinelt's avatar
      modules: update OpenWrt · 9fb4be61
      Martin Weinelt authored
      39405644d5 dnsmasq: add 'scriptarp' option
      d5b1f4430f openssl: update to 1.1.1e
      798ff37aaa openssl: add configuration example for afalg-sync
      168acbb36d oxnas: yet another irqchip related patch
      cf4520d15e oxnas: backport another fix for irqchip
      456e1c60d6 ath79: add support for TP-Link WDR3500 v1
      e7fae8fc97 ath79: add support for TP-Link Archer C60 v3
      2bd9d2e08b oxnas: backport patch fixing hang after reboot
      74a8e36975 layerscape: add kmod-i2c-mux to DEVICE_PACKAGES for traverse-ls1043
      7ae345ecb7 ath79: add support for TP-Link TL-WR740N v5
      76c1c1daea ar71xx: fix port order on TP-Link Archer C60 v1/v2
      f1a3a6b79c ath79: fix port order on TP-Link Archer C60 v1/v2
      e4107e30a7 ar71xx: remove wrong MAC address adjustment for Archer C60 v2
      83f1015a6c ar71xx: fix swapped LAN/WAN MAC address for Archer C60 v1/v2
      9f024d3587 ath79: fix swapped LAN/WAN MAC address for Archer C60 v1/v2
      b32129d30b rssileds: add dependencies based on LDFLAGS
      9da31d0fb4 mt76: update to the latest version
      68351990dc ar71xx/ath79: ew-dorin, fix the trigger level for WPS button
      6e4453aecc kernel: backport out-of-memory fix for non-Ethernet devices
      06f5a8d3e9 kernel: bump 4.14 to 4.14.172
      e7f1313bbb rpcd: add respawn param
      f6f0cd54a2 rpcd: update to latest Git HEAD
      
      Compile-tested: ipq40xx-generic, ramips-mt7621
      9fb4be61
    • David Bauer's avatar
      build: add class specific GLUON_SITE_PACKAGES · 051b2750
      David Bauer authored
      This allows to define a list of packages, which are only installed
      for a specific device-class.
      051b2750
    • David Bauer's avatar
      docs: private-wlan: add WPA3 documentation · a9c5b83c
      David Bauer authored
      a9c5b83c
    • David Bauer's avatar
      gluon-web-private-wifi: enable WPA3 configuration · c7fa1927
      David Bauer authored
      This allows a user to enable WPA3-Personal and WPA2-WPA3-MM for the
      private WiFi in case it is supported by the platform.
      c7fa1927
    • David Bauer's avatar
      gluon-core: add WPA3 platorm helper · 86b51047
      David Bauer authored
      This adds a helper method, which determines if the current platform
      supports WPA3 or not.
      
      WPA3 is supported if
       - the device is not in the featureset category "tiny"
       - the WiFi driver supports 802.11w management frame protection
      86b51047
    • David Bauer's avatar
      build: remove hostapd from default packages · 88bed046
      David Bauer authored
      88bed046
    • David Bauer's avatar
      features: add hostapd-mini by default · 00e02950
      David Bauer authored
      If WPA3 is not selected as a feature, autmatically include
      hostapd-mini.
      00e02950
    • 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
    • David Bauer's avatar
      build: add class specific GLUON_FEATURES · 1df243d1
      David Bauer authored
      1df243d1
    • David Bauer's avatar
      docs: add device-classes · 7903d9eb
      David Bauer authored
      7903d9eb
Loading