From d7e702dd5529860e3d97a84e387bad95573f5894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=81LI=20G=C3=A1bor=20J=C3=A1nos?= Date: Sat, 16 Mar 2024 13:33:00 +0100 Subject: Update to Linux 6.6 & 6.8, and Alpine 3.19 - Update dhcpcd to 10.0.5 - Update iptables to 1.8.10 - Update linux-lts to 6.6.22 - Update linux-edge to 6.8.1 - Update openrc 0.52.1 - Update mDNSResponder to 2200.80.16 - Update rtl8821ce to snapshot of 20240120 - Update rtw88 to snapshot of 20231024 - Resolve driver conflict between rtw88 and rtl8821ce - Update rtw89 to snapshot of 20240310 - Update socat to 1.8.0.0 - Import security fixes for wpa_supplicant --- .../0004-objtool-respect-AWK-setting.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 aports/linux-lts/0004-objtool-respect-AWK-setting.patch (limited to 'aports/linux-lts/0004-objtool-respect-AWK-setting.patch') diff --git a/aports/linux-lts/0004-objtool-respect-AWK-setting.patch b/aports/linux-lts/0004-objtool-respect-AWK-setting.patch new file mode 100644 index 0000000..7c04574 --- /dev/null +++ b/aports/linux-lts/0004-objtool-respect-AWK-setting.patch @@ -0,0 +1,26 @@ +From dc34b09b20b7aa88ca55742a113d223f33c09c32 Mon Sep 17 00:00:00 2001 +From: Natanael Copa +Date: Tue, 28 Nov 2023 14:22:46 +0100 +Subject: [PATCH 4/5] objtool: respect AWK setting + +AWK= is not passed on as an makefile argument so we need pass it as an env. +--- + tools/objtool/Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tools/objtool/Makefile b/tools/objtool/Makefile +index 83b100c1e7f6..6ccddfa6de4f 100644 +--- a/tools/objtool/Makefile ++++ b/tools/objtool/Makefile +@@ -42,7 +42,7 @@ OBJTOOL_CFLAGS += $(if $(elfshdr),,-DLIBELF_USE_DEPRECATED) + # Always want host compilation. + HOST_OVERRIDES := CC="$(HOSTCC)" LD="$(HOSTLD)" AR="$(HOSTAR)" + +-AWK = awk ++AWK ?= awk + MKDIR = mkdir + + ifeq ($(V),1) +-- +2.43.0 + -- cgit v1.2.3