diff options
| author | Nick Hainke | 2025-11-22 06:58:55 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-11-23 08:20:12 +0000 |
| commit | dadfca0559eba389ac84d4fae28dfadf3cc3ca68 (patch) | |
| tree | 124ba0c3490a7eaafe9a39e95821e14b650afa34 | |
| parent | 71deb5b6d58cf100d0ee7cab23a464a1a5e2eae1 (diff) | |
| download | openwrt-dadfca0559eba389ac84d4fae28dfadf3cc3ca68.tar.gz | |
dtc: update to 1.7.2
Changelog:
- 2d10aa2 Bump version to v1.7.2
- 48795c8 pylibfdt: Don't emit warnings from swig generate C code
- 838f11e fdtoverlay: provide better error message for missing `/__symbols__`
- d1e2384 pylibfdt/libfdt.i: Use SWIG_AppendOutput
- 18aa49a Escape spaces in depfile with backslashes.
- f9968fa libfdt.h: whitespace consistency fixups
- 9b5f65f libfdt.h: typo and consistency fixes
Link: https://github.com/openwrt/openwrt/pull/20858
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | package/utils/dtc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/dtc/Makefile b/package/utils/dtc/Makefile index 8b5eeccfa5..9a03662afa 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.1 +PKG_VERSION:=1.7.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=9532f10098455711a4da37816fd567dfc8523bb01f59ad6c44887a112e553d9e +PKG_HASH:=f200e5ebd7afd20d4b3804a3085af0870fcf3c194f8d7f0f6985cf8bbb4ac0f4 PKG_SOURCE_URL:=@KERNEL/software/utils/dtc PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com> |