From: Carsten Schuette Date: Sat, 6 Jun 2026 06:10:02 +0000 (+0200) Subject: dtc: update to 1.8.1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F23677%2Fhead;p=thirdparty%2Fopenwrt.git dtc: update to 1.8.1 Changelog: https://git.kernel.org/pub/scm/utils/dtc/dtc.git/tag/?h=v1.8.1 https://git.kernel.org/pub/scm/utils/dtc/dtc.git/tag/?h=v1.8.0 This also fixes #23671 Signed-off-by: Carsten Schuette Link: https://github.com/openwrt/openwrt/pull/23677 Signed-off-by: Hauke Mehrtens --- diff --git a/package/utils/dtc/Makefile b/package/utils/dtc/Makefile index 9a03662afa3..c6db139c23b 100644 --- a/package/utils/dtc/Makefile +++ b/package/utils/dtc/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dtc -PKG_VERSION:=1.7.2 +PKG_VERSION:=1.8.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=f200e5ebd7afd20d4b3804a3085af0870fcf3c194f8d7f0f6985cf8bbb4ac0f4 +PKG_HASH:=454e5cce748ce957c91e7f45e66da2cff5100ddb52155d7a909c43cbeaf1bcb0 PKG_SOURCE_URL:=@KERNEL/software/utils/dtc PKG_MAINTAINER:=Yousong Zhou @@ -93,7 +93,7 @@ MESON_ARGS += \ -Dyaml=disabled \ -Dvalgrind=disabled \ -Dpython=disabled \ - -Dstatic-build=$(if $(CONFIG_DTC_STATIC_BUILD),true,false) + $(if $(CONFIG_DTC_STATIC_BUILD),--prefer-static) define Build/InstallDev $(INSTALL_DIR) $(1)/usr/lib