mirror of
https://github.com/gSpotx2f/luci-app-disks-info.git
synced 2025-01-05 10:17:10 +08:00
Version upgrade
This commit is contained in:
parent
160e0e3471
commit
052dc5193f
2
Makefile
2
Makefile
@ -6,7 +6,7 @@
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_VERSION:=0.4.1-r1
|
||||
PKG_VERSION:=0.4.2-r1
|
||||
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.1-r1_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-app-disks-info_0.4.1-r1_all.ipk
|
||||
opkg install /tmp/luci-app-disks-info_0.4.1-r1_all.ipk
|
||||
rm /tmp/luci-app-disks-info_0.4.1-r1_all.ipk
|
||||
wget --no-check-certificate -O /tmp/luci-app-disks-info_0.4.2-r1_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-app-disks-info_0.4.2-r1_all.ipk
|
||||
opkg install /tmp/luci-app-disks-info_0.4.2-r1_all.ipk
|
||||
rm /tmp/luci-app-disks-info_0.4.2-r1_all.ipk
|
||||
/etc/init.d/rpcd restart
|
||||
|
||||
i18n-ru:
|
||||
|
||||
wget --no-check-certificate -O /tmp/luci-i18n-disks-info-ru_0.4.1-r1_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-i18n-disks-info-ru_0.4.1-r1_all.ipk
|
||||
opkg install /tmp/luci-i18n-disks-info-ru_0.4.1-r1_all.ipk
|
||||
rm /tmp/luci-i18n-disks-info-ru_0.4.1-r1_all.ipk
|
||||
wget --no-check-certificate -O /tmp/luci-i18n-disks-info-ru_0.4.2-r1_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-i18n-disks-info-ru_0.4.2-r1_all.ipk
|
||||
opkg install /tmp/luci-i18n-disks-info-ru_0.4.2-r1_all.ipk
|
||||
rm /tmp/luci-i18n-disks-info-ru_0.4.2-r1_all.ipk
|
||||
|
||||
**OpenWrt 19.07:**
|
||||
|
||||
|
@ -608,7 +608,7 @@ return view.extend({
|
||||
'click': ui.createHandlerFn(this, this.setSctTempLogInterval, device),
|
||||
}, _('Apply'))),
|
||||
E('input', {
|
||||
'id' : 'apply_interval_value' + deviceNormalized,
|
||||
'id' : 'apply_interval_value' + deviceNormalized,
|
||||
'type': 'hidden',
|
||||
}),
|
||||
]),
|
||||
|
Loading…
Reference in New Issue
Block a user