mirror of
https://github.com/gSpotx2f/luci-app-disks-info.git
synced 2025-01-07 03:07:11 +08:00
Makefile
This commit is contained in:
parent
bb096b0ec1
commit
6b5ea4a12a
4
Makefile
4
Makefile
@ -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
|
||||
|
12
README.md
12
README.md
@ -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:**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user