From e56bd418c1f23ffac8d2a4205b20e8e48d3f98af Mon Sep 17 00:00:00 2001 From: mjyhj <22577418+mjyhj@users.noreply.github.com> Date: Thu, 2 Apr 2020 13:28:55 +0800 Subject: [PATCH] luci-app-diskman: bump to 0.2.7 (#4144) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit partition: automatic FIX GPT PARTITION TABLE while create partition 当硬盘分区表为GPT时,硬盘容量与GPT分区表不对应(使用DD刷入gpt镜像,或者调整RAID分区大小后),自动修复分区表,修复上述情况下无法创建新分区的BUG --- package/lean/luci-app-diskman/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/luci-app-diskman/Makefile b/package/lean/luci-app-diskman/Makefile index 7cf72229c..a7c878b17 100644 --- a/package/lean/luci-app-diskman/Makefile +++ b/package/lean/luci-app-diskman/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-diskman -PKG_VERSION:=v0.2.5 +PKG_VERSION:=v0.2.7 PKG_RELEASE:=beta PKG_MAINTAINER:=lisaac PKG_LICENSE:=AGPL-3.0