diff options
| author | Felix Fietkau | 2024-07-11 13:03:13 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2024-07-12 14:38:42 +0000 |
| commit | f0a54f7e2f5639b5e199f7e3bf2a879e22fc3d07 (patch) | |
| tree | ce4f81b1fc0f76ee4ad5d90af20b3637f1b471b1 | |
| parent | 1bfcc1ea8a78ae834055bf554aa45720c09ea919 (diff) | |
| download | openwrt-f0a54f7e2f5639b5e199f7e3bf2a879e22fc3d07.tar.gz | |
ucode: update to Git HEAD (2024-07-11)
73644a036f5a nl80211: move access to tb array out of uc_nl_convert_attr and below
6e3cf83a77a7 nl80211: add support for multi-attribute arrays
6ff24d5488a9 nl80211: update nl80211.h to latest wireless-next
abc2aef28641 nl80211: add wiphy multi-radio support
Signed-off-by: Felix Fietkau <nbd@nbd.name>
| -rw-r--r-- | package/utils/ucode/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/utils/ucode/Makefile b/package/utils/ucode/Makefile index 40dba3b46c..aa7a28483d 100644 --- a/package/utils/ucode/Makefile +++ b/package/utils/ucode/Makefile @@ -12,9 +12,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=https://github.com/jow-/ucode.git -PKG_SOURCE_DATE:=2024-06-18 -PKG_SOURCE_VERSION:=4dd98370ef558a62a9afd10ad6aa1cc658cf7339 -PKG_MIRROR_HASH:=c2cf650a3597457203040feebd6a9bff21be2dc55f80553cf998cff2c0d00244 +PKG_SOURCE_DATE:=2024-07-11 +PKG_SOURCE_VERSION:=1a8a0bcf725520820802ad433db22d8f64fbed6c +PKG_MIRROR_HASH:=0a859c97457a019adc73b028c19e2b334271b2c4de28337f1a18fd35438af3d3 PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> PKG_LICENSE:=ISC |