From 9941d49c19d3ce162bf919dcfdf8e48937662122 Mon Sep 17 00:00:00 2001 From: Markham Date: Mon, 15 May 2023 22:49:17 +0200 Subject: [PATCH] bump version mtd-utils-2.1.2 --- make/applications.mk | 4 +++- make/versions.mk | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/make/applications.mk b/make/applications.mk index e7e34db..9a24f6b 100755 --- a/make/applications.mk +++ b/make/applications.mk @@ -475,8 +475,10 @@ $(D)/mtd-utils: $(D)/zlib $(D)/e2fsprogs $(ARCHIVE)/mtd-utils-$(MTD_UTILS_VER).t --target=$(TARGET) \ --mandir=/.remove \ --enable-silent-rules \ - --disable-tests \ + --enable-shared \ + --without-ubifs \ --without-xattr \ + --disable-tests \ --without-lzo \ ; \ $(MAKE) diff --git a/make/versions.mk b/make/versions.mk index 8372d55..7736265 100644 --- a/make/versions.mk +++ b/make/versions.mk @@ -189,7 +189,7 @@ MC_VER = 4.8.21 MINIDLNA_VER = 1.3.2 # mtd-utils for the host and target -MTD_UTILS_VER = 2.0.2 +MTD_UTILS_VER = 2.1.2 # ncurses; software for controlling writing to the console screen NCURSES_VER=6.1 -- 2.39.5