Skip to content

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gSpotx2f committed Jun 13, 2024
1 parent 9cca7b4 commit 2ecaa5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=0.4-2
PKG_VERSION:=0.4.0-r2
LUCI_TITLE:=Temperature sensors data for the LuCI status page
LUCI_DEPENDS:=+lua +luci-lib-nixio +luci-lib-jsonc
LUCI_PKGARCH:=all
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ OpenWrt >= 19.07.

**OpenWrt >= 21.02:**

wget --no-check-certificate -O /tmp/luci-app-temp-status_0.4-2_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-app-temp-status_0.4-2_all.ipk
opkg install /tmp/luci-app-temp-status_0.4-2_all.ipk
rm /tmp/luci-app-temp-status_0.4-2_all.ipk
wget --no-check-certificate -O /tmp/luci-app-temp-status_0.4.0-r2_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-app-temp-status_0.4.0-r2_all.ipk
opkg install /tmp/luci-app-temp-status_0.4.0-r2_all.ipk
rm /tmp/luci-app-temp-status_0.4.0-r2_all.ipk
/etc/init.d/rpcd reload

i18n-ru:

wget --no-check-certificate -O /tmp/luci-i18n-temp-status-ru_0.4-2_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-i18n-temp-status-ru_0.4-2_all.ipk
opkg install /tmp/luci-i18n-temp-status-ru_0.4-2_all.ipk
rm /tmp/luci-i18n-temp-status-ru_0.4-2_all.ipk
wget --no-check-certificate -O /tmp/luci-i18n-temp-status-ru_0.4.0-r2_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-i18n-temp-status-ru_0.4.0-r2_all.ipk
opkg install /tmp/luci-i18n-temp-status-ru_0.4.0-r2_all.ipk
rm /tmp/luci-i18n-temp-status-ru_0.4.0-r2_all.ipk

**OpenWrt 19.07:**

Expand Down

0 comments on commit 2ecaa5a

Please sign in to comment.