From: Felix Fietkau Date: Tue, 21 May 2024 08:09:12 +0000 (+0200) Subject: mt76: update to Git HEAD (2024-05-17) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ed23d4d00dcc26f69da6a2fbb89f21d99f3e25d9;p=openwrt%2Fstaging%2Fjow.git mt76: update to Git HEAD (2024-05-17) 8f301a5c5fe3 firmware: add mt7981 default eeprom 2d264aecbf5a mt76: mt7915: make pre-cal freq lists static const d9c62742bed6 wifi: mt76: make const arrays in functions static 8986ba5492a8 wifi: mt76: mt7921: cqm rssi low/high event notify 3afbb8ed8015 wifi: mt76: mt7996: let upper layer handle MGMT frame protection 1d0bd57e5889 wifi: mt76: mt7921e: add LED control support 1d6e4f7de8a6 wifi: mt76: mt7925: add EHT radiotap support in monitor mode c40e648b8929 wifi: mt76: enable spectrum management 14d5ee9f3369 mt76: shrink mt76_queue_buf 513c131c6309 mt76: mt7603: fix mixed declarations and code Signed-off-by: Felix Fietkau --- diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile index 548492e919..f2339e942a 100644 --- a/package/kernel/mt76/Makefile +++ b/package/kernel/mt76/Makefile @@ -8,9 +8,9 @@ PKG_LICENSE_FILES:= PKG_SOURCE_URL:=https://github.com/openwrt/mt76 PKG_SOURCE_PROTO:=git -PKG_SOURCE_DATE:=2024-04-03 -PKG_SOURCE_VERSION:=1e336a8582dce2ef32ddd440d423e9afef961e71 -PKG_MIRROR_HASH:=276613540603dc6ece9d2474ae1899b6aaa6ca93bd27824056c9689c725f5890 +PKG_SOURCE_DATE:=2024-05-17 +PKG_SOURCE_VERSION:=513c131c6309712a51502870b041f45b4bd6a6d4 +PKG_MIRROR_HASH:=3e5d8ee6b8b122cc4e32668fdde0552a9fa23819b7ebdc758ecb63b5f761683a PKG_MAINTAINER:=Felix Fietkau PKG_USE_NINJA:=0