$(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);
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);
-
-
# 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.
# 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
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
# 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
-