From ddf5f77c3e3c77e8a4404485242e799fa2301794 Mon Sep 17 00:00:00 2001 From: gSpot Date: Tue, 3 Dec 2024 20:32:17 +0300 Subject: [PATCH] Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b88e0f0..0d3f8a5 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,9 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=0.4.2-r1 +PKG_NAME:=luci-app-disks-info +PKG_VERSION:=0.4.2 +PKG_RELEASE:=1 LUCI_TITLE:=Information about connected disk devices (partitions, filesystems, SMART). LUCI_DEPENDS:=+fdisk +smartmontools +smartmontools-drivedb LUCI_PKGARCH:=all