diff options
| author | John Crispin | 2024-09-22 08:09:41 +0000 |
|---|---|---|
| committer | John Crispin | 2024-10-02 13:12:18 +0000 |
| commit | 92e6b84d158a7fb2aa5d5d9a840fa63aa29ba7a9 (patch) | |
| tree | 040bb79fb471c7b85b6ffc9edfce90b87e11cc40 | |
| parent | 52e8aeabee5f00327bfbcf13450561dbc4fcdeb5 (diff) | |
| download | openwrt-92e6b84d158a7fb2aa5d5d9a840fa63aa29ba7a9.tar.gz | |
ucode: update to latest HEAD
b610860 Merge pull request #223 from jow-/nl80211-add-eht-attributes
4e0456b nl80211: add EHT mac/phy capabilities
c938ee9 Merge pull request #218 from jonasjelonek/add-ioctl
56ebeec fs: add ioctl() file method
d0f423b Merge pull request #221 from mikma/fix-getenv
86f1121 lib: test if call to getenv() destroys environ
7af80d9 lib: use copy of environ pointer in getenv()
6ea37c8 ci: bump upload-artifact to v3
26d7292 Merge pull request #214 from jow-/ucode-test-runner
fbabec4 tests: replace test runner shell script with ucode implementation
e391ef5 main: prevent invalid memory access when executing empty stdin
b391fd7 Merge pull request #211 from jow-/hwsim-support
bc13278 nl80211: support the MAC80211_HWSIM netlink protocol family
f5b5a58 nl80211: drop unused structure members from connection context
f6ea6fc nl80211: support conversion from/to struct array attributes
115a84f nl80211: gracefully handle illegal netlink error code
Signed-off-by: John Crispin <john@phrozen.org>
| -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 9dcd5ff3ab..6ee0cf2a1d 100644 --- a/package/utils/ucode/Makefile +++ b/package/utils/ucode/Makefile @@ -12,9 +12,9 @@ PKG_RELEASE:=3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=https://github.com/jow-/ucode.git -PKG_SOURCE_DATE:=2024-07-11 -PKG_SOURCE_VERSION:=1a8a0bcf725520820802ad433db22d8f64fbed6c -PKG_MIRROR_HASH:=0a859c97457a019adc73b028c19e2b334271b2c4de28337f1a18fd35438af3d3 +PKG_SOURCE_DATE:=2024-07-22 +PKG_SOURCE_VERSION:=b610860dd4a0591ff586dd71a50f556a0ddafced +PKG_MIRROR_HASH:=a5ec51dd989174422d3b19b022ff4f863d57eb559c9f08d54c0d10651f598357 PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> PKG_LICENSE:=ISC |