mirror of
https://github.com/gSpotx2f/luci-app-disks-info.git
synced 2025-01-05 10:17:10 +08:00
21 lines
526 B
Makefile
21 lines
526 B
Makefile
#
|
|
# Copyright (C) 2024 gSpot (https://github.com/gSpotx2f/luci-app-disks-info)
|
|
#
|
|
# This is free software, licensed under the MIT License.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
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
|
|
PKG_LICENSE:=MIT
|
|
|
|
#include ../../luci.mk
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|