From fa8376b239958fce9e427c8289fb48d2032e66f4 Mon Sep 17 00:00:00 2001 From: Markham Date: Sat, 2 Oct 2021 19:12:50 +0200 Subject: [PATCH] bump host version mtd-utils-2.1.3 & e2fsprogs-1.46.4 --- make/flashimage.mk | 10 ++++------ make/versions.mk | 11 +++++------ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/make/flashimage.mk b/make/flashimage.mk index 35627cf..0315468 100755 --- a/make/flashimage.mk +++ b/make/flashimage.mk @@ -183,8 +183,8 @@ flash: $(D)/host_mtd-utils $(START_BUILD) echo "/dev/console c 0600 0 0 5 1 0 0 0" > $(BUILD_TMP)/devtable; \ echo "/dev/null c 0666 0 0 1 3 0 0 0" >> $(BUILD_TMP)/devtable; \ - mkfs.jffs2 -e $(ERASEBLOCK) $(FLASHPARAMS) -l -U -D $(BUILD_TMP)/devtable -d $(RELEASE_DIR) -o $(BUILD_TMP)/$(FLASHIMG); \ - sumtool -e $(ERASEBLOCK) $(FLASHPARAMS) -l -i $(BUILD_TMP)/$(FLASHIMG) -o $(BUILD_TMP)/$(SUMIMG); \ + $(HOSTPREFIX)/bin/mkfs.jffs2 -e $(ERASEBLOCK) $(FLASHPARAMS) -l -U -D $(BUILD_TMP)/devtable -d $(RELEASE_DIR) -o $(BUILD_TMP)/$(FLASHIMG); \ + $(HOSTPREFIX)/bin/sumtool -e $(ERASEBLOCK) $(FLASHPARAMS) -l -i $(BUILD_TMP)/$(FLASHIMG) -o $(BUILD_TMP)/$(SUMIMG); \ rm -f $(BUILD_TMP)/devtable; rm -f $(FLASHIMG); @@ -210,9 +210,7 @@ flash-full: if [ -f $(BUILD_TMP)/vmlinux.ub.gz ]; then \ cp -a $(BUILD_TMP)/vmlinux.ub.gz $(RELEASE_DIR)/var/update/zImage.img; \ fi - mkfs.jffs2 -e $(ERASEBLOCK) $(FLASHPARAMS) -l -U -D $(BUILD_TMP)/devtable -d $(RELEASE_DIR) -o $(BUILD_TMP)/full-$(FLASHIMG); \ - sumtool -e $(ERASEBLOCK) $(FLASHPARAMS) -l -i $(BUILD_TMP)/full-$(FLASHIMG) -o $(BUILD_TMP)/full-$(SUMIMG); \ + $(HOSTPREFIX)/bin/mkfs.jffs2 -e $(ERASEBLOCK) $(FLASHPARAMS) -l -U -D $(BUILD_TMP)/devtable -d $(RELEASE_DIR) -o $(BUILD_TMP)/full-$(FLASHIMG); \ + $(HOSTPREFIX)/bin/sumtool -e $(ERASEBLOCK) $(FLASHPARAMS) -l -i $(BUILD_TMP)/full-$(FLASHIMG) -o $(BUILD_TMP)/full-$(SUMIMG); \ rm -f $(BUILD_TMP)/devtable; rm -f full-$(FLASHIMG); - - diff --git a/make/versions.mk b/make/versions.mk index 0534288..58ad2da 100644 --- a/make/versions.mk +++ b/make/versions.mk @@ -102,7 +102,7 @@ JPEG_TURBO2_VER = 2.0.2 # lcd4linux mod TangoCash LCD4LINUX_VER = 91cfbc2 -# libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. +# libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. LIBASS_VER=0.14.0 # libdvbsi++; libdvbsi++ is a open source C++ library for parsing DVB Service Information and MPEG-2 Program Specific Information. @@ -132,7 +132,7 @@ LIBGLIB2_VER = $(LIBGLIB2_VER_MAJOR).$(LIBGLIB2_VER_MINOR).$(LIBGLIB2_VER_MICRO) # libpng; reference library for reading and writing PNGs LIBPNG_VER=1.6.37 -# The libtirpc package contains libraries that support programs that use the Remote Procedure Call (RPC) API. It replaces the RPC, but not the NIS library entries that used to be in glibc. +# The libtirpc package contains libraries that support programs that use the Remote Procedure Call (RPC) API. It replaces the RPC, but not the NIS library entries that used to be in glibc. LIBTIRPC_VER = 1.1.4 # libupnp; portable Universal Plug and Play (UPnP) needed for ushare @@ -145,7 +145,7 @@ LIBUSB_VER = 1.0.23 LIBUSB_COMPAT_VER = 0.1.7 # rtmpdump is a toolkit for RTMP streams. All forms of RTMP are supported, -# including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://. +# including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://. LIBRTMP_VER = 2.4_p20131018 # This library is minimum, easy-to-use, C implementation for xml file parsing @@ -283,9 +283,8 @@ ZLIB_VER=1.2.11 # pkg-config; a helper tool used when compiling applications and libraries to insert the correct compiler options HOST_PKGCONFIG_VER = 0.29.2 MODULE_INIT_TOOLS_VER = 3.16 -HOST_MTD_UTILS_VER = $(MTD_UTILS_VER) +HOST_MTD_UTILS_VER = 2.1.3 HOST_MKCRAMFS_VER = 1.1 HOST_MKSQUASHFS_VER = 4.2 -HOST_E2FSPROGS_VER = 1.45.2 +HOST_E2FSPROGS_VER = 1.46.4 LZMA_VER = 4.65 - -- 2.39.5