]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
bump host version mtd-utils-2.1.3 & e2fsprogs-1.46.4
authorMarkham <markham001@gmx.de>
Sat, 2 Oct 2021 17:12:50 +0000 (19:12 +0200)
committerMarkham <markham001@gmx.de>
Sat, 2 Oct 2021 17:12:50 +0000 (19:12 +0200)
make/flashimage.mk
make/versions.mk

index 35627cfe1f735ae6ffe90683ffe8d856929a5559..0315468bf1e36261a56ff29303e9c9f3bbb0afa0 100755 (executable)
@@ -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);
-
-
index 053428813fabd8ad4a17e5fcb0e4e2d5066280b1..58ad2da0de51d69a9eeea4a972845c480ae72425 100644 (file)
@@ -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
-