diff options
author | Michael Heimpold <mhei@heimpold.de> | 2024-03-17 15:58:30 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2024-03-19 23:08:03 +0100 |
commit | d8bd171f838a4b1d2a3861ec6138ec1b9e2b3fca (patch) | |
tree | e45d9c1535f7e28554fbd62be3da79f32c67a465 /utils | |
parent | 8bb2997b5aecd83396fd1bf92e5947460daec089 (diff) |
mmc-utils: update to upstream's e1281d4de916 commit
Included upstream changes:
e1281d4de916 mmc-utils: mmc_cmds: fix type-punned warning on &ext_csd[] casting
b5ca140312d2 mmc-utils: lsmmc: Fix emmc capacity calculation
d1d8a05eeb4b mmc-utils: lsmmc: Disintegrade print_mmc_csd
3b055a2129bf mmc-utils: lsmmc: Simplify interface processing functions
e82719f1d29c mmc-utils: lsmmc: Simplify prinitng manufacturer name
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/mmc-utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/mmc-utils/Makefile b/utils/mmc-utils/Makefile index 4243d0895..4aca76fb9 100644 --- a/utils/mmc-utils/Makefile +++ b/utils/mmc-utils/Makefile @@ -12,9 +12,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git -PKG_SOURCE_DATE:=2023-09-26 -PKG_SOURCE_VERSION:=80271e9a6fd0db9cb3a85d024664da886e94315c -PKG_MIRROR_HASH:=317cacbacfbc8a9d4afb978e4c5a601cf489a514604534168971dd20311d9d12 +PKG_SOURCE_DATE:=2024-03-05 +PKG_SOURCE_VERSION:=e1281d4de9166b7254ba30bb58f9191fc2c9e7fb +PKG_MIRROR_HASH:=c89fde79584af7911187b84298af5e1aa6dc38736d6dfe79f25ecd24edc92998 PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:= |