This commit is contained in:
gSpot 2024-06-13 17:47:24 +03:00
parent bb096b0ec1
commit 6b5ea4a12a
2 changed files with 8 additions and 8 deletions

View File

@ -1,12 +1,12 @@
#
# Copyright (C) 2020 gSpot (https://github.com/gSpotx2f/luci-app-disks-info)
# 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_VERSION:=0.4-3
PKG_VERSION:=0.4.0-r3
LUCI_TITLE:=Information about connected disk devices (partitions, filesystems, SMART).
LUCI_DEPENDS:=+fdisk +smartmontools +smartmontools-drivedb
LUCI_PKGARCH:=all

View File

@ -10,16 +10,16 @@ Dependences: fdisk, smartmontools, smartmontools-drivedb.
**OpenWrt >= 21.02:**
opkg update
wget --no-check-certificate -O /tmp/luci-app-disks-info_0.4-3_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-app-disks-info_0.4-3_all.ipk
opkg install /tmp/luci-app-disks-info_0.4-3_all.ipk
rm /tmp/luci-app-disks-info_0.4-3_all.ipk
wget --no-check-certificate -O /tmp/luci-app-disks-info_0.4.0-r3_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-app-disks-info_0.4.0-r3_all.ipk
opkg install /tmp/luci-app-disks-info_0.4.0-r3_all.ipk
rm /tmp/luci-app-disks-info_0.4.0-r3_all.ipk
/etc/init.d/rpcd restart
i18n-ru:
wget --no-check-certificate -O /tmp/luci-i18n-disks-info-ru_0.4-3_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-i18n-disks-info-ru_0.4-3_all.ipk
opkg install /tmp/luci-i18n-disks-info-ru_0.4-3_all.ipk
rm /tmp/luci-i18n-disks-info-ru_0.4-3_all.ipk
wget --no-check-certificate -O /tmp/luci-i18n-disks-info-ru_0.4.0-r3_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-i18n-disks-info-ru_0.4.0-r3_all.ipk
opkg install /tmp/luci-i18n-disks-info-ru_0.4.0-r3_all.ipk
rm /tmp/luci-i18n-disks-info-ru_0.4.0-r3_all.ipk
**OpenWrt 19.07:**