From d52d4ff6275a53e4669a471d3bcc060c3dfba992 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 20 Sep 2022 08:39:36 +0200 Subject: [PATCH] ucode: update to latest HEAD Fixes: WIFI-10190 Fixes: WIFI-10194 Signed-off-by: John Crispin --- feeds/ucentral/ucode/Makefile | 5 +++-- feeds/ucentral/ucode/patches/0001-fixes.patch | 12 ------------ 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/feeds/ucentral/ucode/Makefile b/feeds/ucentral/ucode/Makefile index 94342744e..190cd0b32 100644 --- a/feeds/ucentral/ucode/Makefile +++ b/feeds/ucentral/ucode/Makefile @@ -12,9 +12,10 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=https://github.com/jow-/ucode.git -PKG_MIRROR_HASH:=98303ef9d5fa7eca04042792abaf8a2e66082237a23a89a7f5e72e4409714a72 +PKG_MIRROR_HASH:=413a08ee63c30c44d6f0a5de14b1c84787f9bd1fe8b125c8e4956aa2884cc933 +#PKG_MIRROR_HASH:=98303ef9d5fa7eca04042792abaf8a2e66082237a23a89a7f5e72e4409714a72 PKG_SOURCE_DATE:=2022-04-07 -PKG_SOURCE_VERSION:=456d3f1811aaf864ac0071232e6783ae1779c32a +PKG_SOURCE_VERSION:=7fa59ce44b9347528b0e4e44ebcfb04a08479f3f PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=ISC diff --git a/feeds/ucentral/ucode/patches/0001-fixes.patch b/feeds/ucentral/ucode/patches/0001-fixes.patch index 5441ebd75..ebf17876a 100644 --- a/feeds/ucentral/ucode/patches/0001-fixes.patch +++ b/feeds/ucentral/ucode/patches/0001-fixes.patch @@ -100,15 +100,3 @@ Index: ucode-2022-04-07-33f1e0b0/lib/nl80211.c static const uc_nl_nested_spec_t nl80211_sta_info_nla = { .headsize = 0, .nattrs = 35, -Index: ucode-2022-04-07-33f1e0b0/lib/rtnl.c -=================================================================== ---- ucode-2022-04-07-33f1e0b0.orig/lib/rtnl.c -+++ ucode-2022-04-07-33f1e0b0/lib/rtnl.c -@@ -682,6 +682,7 @@ static const uc_nl_nested_spec_t link_ms - { IFLA_UNSPEC, "type", DT_U16, 0, MEMBER(ifinfomsg, ifi_type) }, - { IFLA_UNSPEC, "dev", DT_NETDEV, 0, MEMBER(ifinfomsg, ifi_index) }, - { IFLA_UNSPEC, "flags", DT_FLAGS, 0, MEMBER(ifinfomsg, ifi_flags) }, -+ { IFLA_UNSPEC, "change", DT_FLAGS, 0, MEMBER(ifinfomsg, ifi_change) }, - { IFLA_ADDRESS, "address", DT_LLADDR, 0, NULL }, - { IFLA_BROADCAST, "broadcast", DT_LLADDR, 0, NULL }, - { IFLA_TXQLEN, "txqlen", DT_U32, 0, NULL },