From: Markham Date: Mon, 15 May 2023 20:49:17 +0000 (+0200) Subject: bump version mtd-utils-2.1.2 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=9941d49c19d3ce162bf919dcfdf8e48937662122;p=bs-cst-neutrino-hd.git bump version mtd-utils-2.1.2 --- 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