From 81db94ecebd9c39f4c9cd2a1f3b43a4b80a3922a Mon Sep 17 00:00:00 2001 From: Viktor <35473052+viktorxda@users.noreply.github.com> Date: Sat, 25 Nov 2023 16:00:29 +0100 Subject: [PATCH] [no ci] Package: update general kernel patches --- .../all-patches/linux/0001-change-uimage-header.patch | 11 ----------- general/package/linux-patcher/linux-patcher.mk | 2 ++ 2 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 general/package/all-patches/linux/0001-change-uimage-header.patch diff --git a/general/package/all-patches/linux/0001-change-uimage-header.patch b/general/package/all-patches/linux/0001-change-uimage-header.patch deleted file mode 100644 index da2fa9b7..00000000 --- a/general/package/all-patches/linux/0001-change-uimage-header.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -uarN a/scripts/Makefile.lib b/scripts/Makefile.lib ---- a/scripts/Makefile.lib -+++ b/scripts/Makefile.lib -@@ -370,7 +370,7 @@ - UIMAGE_TYPE ?= kernel - UIMAGE_LOADADDR ?= arch_must_set_this - UIMAGE_ENTRYADDR ?= $(UIMAGE_LOADADDR) --UIMAGE_NAME ?= 'Linux-$(KERNELRELEASE)' -+UIMAGE_NAME ?= 'Linux-$(KERNELRELEASE)-$(OPENIPC_SOC_MODEL)' - UIMAGE_IN ?= $< - UIMAGE_OUT ?= $@ diff --git a/general/package/linux-patcher/linux-patcher.mk b/general/package/linux-patcher/linux-patcher.mk index 502ac473..c80e8fa3 100644 --- a/general/package/linux-patcher/linux-patcher.mk +++ b/general/package/linux-patcher/linux-patcher.mk @@ -4,6 +4,8 @@ # ################################################################################ +export UIMAGE_NAME = Linux-$(LINUX_VERSION_PROBED)-$(OPENIPC_SOC_MODEL) + ifneq ($(BR2_PACKAGE_WIRELESS_TOOLS),y) define LINUX_PATCHER_CONFIG_CFG80211 $(call KCONFIG_DISABLE_OPT,CONFIG_CFG80211)