From 362ff12fb480152786cc64d22326f3790c408aca Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 15 Apr 2022 17:37:17 +0100 Subject: [PATCH] uvol: update to version 0.8 Bump version to reset PKG_RELEASE counter. Add missing dependency on ucode-mod-math which is needed for the mkdtemp() implementation used to format UBI volumes. Signed-off-by: Daniel Golle --- utils/uvol/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/uvol/Makefile b/utils/uvol/Makefile index 378faf1a1f..ab2f8ba616 100644 --- a/utils/uvol/Makefile +++ b/utils/uvol/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uvol -PKG_VERSION:=0.7 +PKG_VERSION:=0.8 PKG_RELEASE:=$(AUTORELEASE) PKG_MAINTAINER:=Daniel Golle @@ -27,7 +27,7 @@ define Package/uvol CATEGORY:=Utilities SUBMENU:=Disc TITLE:=OpenWrt UBI/LVM volume abstraction - DEPENDS:=+blockd +ucode +ucode-mod-fs +ucode-mod-uci + DEPENDS:=+blockd +ucode +ucode-mod-fs +ucode-mod-math +ucode-mod-uci PKGARCH=all endef