This commit is contained in:
gSpot
2021-01-31 01:37:39 +03:00
parent 72ff3a4117
commit 511dea9ee0
5 changed files with 17 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-internet-detector PKG_VERSION:=0.2
PKG_RELEASE:=1
LUCI_TITLE:=Internet detector for the LuCI status page LUCI_TITLE:=Internet detector for the LuCI status page
LUCI_DEPENDS:=+luci-mod-admin-full LUCI_DEPENDS:=+luci-mod-admin-full
LUCI_PKGARCH:=all LUCI_PKGARCH:=all

View File

@@ -3,4 +3,19 @@ Internet detector for the LuCI status page (OpenWrt webUI).
OpenWrt >= 19.07. OpenWrt >= 19.07.
**Installation notes:**
wget --no-check-certificate -O /tmp/luci-app-internet-detector_0.2-1_all.ipk https://github.com/gSpotx2f/luci-app-internet-detector/raw/master/packages/19.07/luci-app-internet-detector_0.2-1_all.ipk
opkg install /tmp/luci-app-internet-detector_0.2-1_all.ipk
rm /tmp/luci-app-internet-detector_0.2-1_all.ipk
/etc/init.d/rpcd restart
**i18n-ru:**
wget --no-check-certificate -O /tmp/luci-i18n-internet-detector-ru_0.2-1_all.ipk https://github.com/gSpotx2f/luci-app-internet-detector/raw/master/packages/19.07/luci-i18n-internet-detector-ru_0.2-1_all.ipk
opkg install /tmp/luci-i18n-internet-detector-ru_0.2-1_all.ipk
rm /tmp/luci-i18n-internet-detector-ru_0.2-1_all.ipk
**Screenshots:**
![](https://github.com/gSpotx2f/luci-app-internet-detector/blob/master/screenshots/01.jpg) ![](https://github.com/gSpotx2f/luci-app-internet-detector/blob/master/screenshots/01.jpg)

Binary file not shown.

Binary file not shown.