From 66d818fe83d7676d8b712aa9943eecd58c5011e0 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Tue, 23 Nov 2021 22:30:32 +0100 Subject: [PATCH] modules: update openwrt dec9e83956 hostapd: fix goto loop for ubus assoc handler c254d83ea8 hostapd: enable ht40 in wpa_supplicant when using wider HE modes 0243f09465 hostapd: add support for providing vendor specific IE elements 28b30ae10b hostapd: add eap_server support 21eb0a5aa3 hostapd: add default values for r0kh/r1kh 32b047e22e hostapd: add support for configuring the beacon rate 1f5155d005 hostapd: add support for configuring rts threshold 75f72696b5 hostapd: fix use after free bugs 0b75372275 hostapd: add wmm qos map set by default 6ac1b9188a hostapd: support qos_map_set without CONFIG_INTERWORKING 5a8988baa9 hostapd: refresh patches 9b660c63ad hostapd: fix a race condition on adding AP mode wds sta interfaces d9373c5922 hostapd: fix max_oper_chwidth setting for HE 4a53adbd43 hostapd: let netifd set bridge port attributes for snooping 345f8fc7f3 hostapd: respect fixed channel BW in HE20 mode 23909a85de hostapd: make proxyarp work with libnl-tiny aada4d0e78 hostapd: fix a segfault on sta disconnect with proxy arp enabled c75d176882 hostapd: make the snooping interface (for proxyarp) configurable 93dc8760b0 hostapd: configure inter-AP communication interface for 802.11r ce7a170414 hostapd: add additional radius options 7d1c464a23 hostapd: add extra options for hotspot 2.0 / interworking e480a0986e hostapd: fix civic location option 46aa34ee0f hostapd: enable airtime policy for the -basic variants 62fa301cce hostapd: add patch for disabling automatic bridging of vlan interfaces 2982f1ec0a mt76: update to the latest version ee5b593435 mac80211: fix crash in drivers relying on mac80211 retransmitting packets for powersave clients fb98c8a610 mac80211: backport a few trivial patches 2007d4e208 mac80211: backport AP mode TWT support c5ef1cee8a mac80211: backport support for BSS color changes bb5da058db mac80211: add missing change for encap offload on devices with sw rate control 52300733cd mac80211: backport SAR power limit support 68886f3018 mac80211: merge the virtual time based airtime scheduler c20f4e24bd mac80211: set beamformer/beamformee number of antennas in VHT caps 91ba22e3a4 mac80211: fix IBSS/adhoc mode for brcmfmac 27e4c5cf47 mac80211: allow retry of wifi setup if an iw interface add command fails 4a70b93f2d mac80211: fix HT40 mode for 6G band cdb867b73a mac80211: fix processing HE capabilities (FS#3871) 7b7b494d56 mac80211: fix typo 8e3b3fa577 mac80211: do not enable VHT in the default config on 2.4 GHz 4edda0c544 mac80211: fix detecting VHT capabilities when generating the default config 8133d59da9 mac80211: add more HE capabilities 42d542e04f mac80211: fix center freq selection for 6 GHz b535ec25eb mac80211: set hostapd op_class for 6 GHz 7a2405efc6 mac80211: rework default config script d0b33833ae mac80211: make use of the new 'band' option be55e7d5dd netifd: update to the master branch aae63bb9a9 iw: enable print wpa ie for scan df363764b7 netifd: fix deletion of ip tunnels (FS#4058) c744798cad uboot-lantiq: danube: fix hanging lzma kernel uncompression 4b0f87729c wireless-regdb: update to version 2021.08.28 0b7311300b kernel: bump 5.4 to 5.4.158 2f04012b20 base-files: chmod 1777 /var/lock 6ec5dbd2a1 libpcap: add rpcapd as package 6fe4b7aa2b gpio-button-hotplug: convert to gpio descriptor (gpiod_) API 4607f55439 bcm4908: fix calculation of new cferam index b4c40a7efc ramips: minew g1-c: Allow dynamic RAM sizes f441be3921 iproute2: m_xt.so depends on dynsyms.list a77ea2f05f OpenWrt v21.02.1: revert to branch defaults b4d7885af7 OpenWrt v21.02.1: adjust config defaults 88151b8303 ipq40xx: ar40xx: reset port status register 23778f067a wolfssl: fix compile when enable-devcrypto is set 3f8adcb215 wolfssl: remove --enable-sha512 configure switch 249478ec48 wolfssl: always build with --enable-reproducible-build 23cd9fafa8 ath79: mikrotik: use 64 KiB SPI NOR erase sectors 16414718f9 wolfssl: update to 4.8.1-stable 5a02760c8f wolfssl: fix build with GCC 10 on 32 x86 targets 24b23ed96a layerscape: Add missing config option 7bf7f78891 layerscape: Fix build in dtb 2274e4c1fc ncurses: add tmux terminfo eb5c2fed51 ncurses: add screen-256color terminfo df9ca41322 ncurses: split long line of supported terminfo f509ff77d4 glibc: update to latest 2.33 HEAD (bug 28213) a13efd2253 tools/isl: update the download URL 284f8a64b7 ath10k-ct: update to version from 2021-09-22 aa2d61eced tools/m4: update to 1.4.19 b4ed8a9275 kernel: bump 5.4 to 5.4.154 43a5bebda1 wolfssl: bump PKG_RELEASE 4b212b1306 wolfssl: build with WOLFSSL_ALT_CERT_CHAINS c43a5921fa mvebu: add support for iEi Puzzle-M901/Puzzle-M902 bb1eb5e8e6 mvebu: backport CN9130 dts necessary files changes to 5.4 f1f304940b build: prereq detect Python 3.10 for `python3` binary e7c5e08db0 kernel: ar8216: add get_features method 9b258f220f prereq-build: recognize Python 3.10 913403b587 build: fix `which` detection on Fedora & MacOS e604873e8a uhttpd: make organization (O=) of the cert configurable via uci 76d90a5eaf uboot-lantiq: fix sha1.h header clash when system libmd installed 8cc7ac54b6 kernel: bump 5.4 to 5.4.150 --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index 153ecec4..b9ef2c9d 100644 --- a/modules +++ b/modules @@ -2,7 +2,7 @@ GLUON_FEEDS='packages routing gluon' OPENWRT_REPO=https://github.com/openwrt/openwrt.git OPENWRT_BRANCH=openwrt-21.02 -OPENWRT_COMMIT=1c95d78f087c9cd78caf17181525c8853d78bf1c +OPENWRT_COMMIT=dec9e8395605d9ff3f1eb09f9dfb7d743939ee37 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git PACKAGES_PACKAGES_BRANCH=openwrt-21.02