mtd-utils: update to 2.1.1
[openwrt/openwrt.git] / package / utils / mtd-utils / Makefile
index ca60726d81a94e298a9392147ce61c8e5b896509..8acd46747e6c68c2660ced0e3ce302c182d57e48 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mtd-utils
-PKG_VERSION:=2.0.2
+PKG_VERSION:=2.1.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/mtd-utils/
-PKG_HASH:=fb3de61be8e932abb424e8ea3c30298f553d5f970ad158a737bb303bbf9660b8
+PKG_HASH:=8d15e8b70f036d6af1a66011f8ca0e048e9675fa7983d33bea92c24313a232d2
 
 PKG_INSTALL:=1
 PKG_FIXUP:=autoreconf
@@ -58,7 +58,9 @@ MAKE_FLAGS += LDLIBS+="$(LIBGCC_S)"
 
 CONFIGURE_ARGS += \
        --disable-tests \
+       --without-crypto \
        --without-xattr \
+       --without-zstd \
        --without-lzo
 
 TARGET_CFLAGS += -ffunction-sections -fdata-sections