diff --git a/Makefile b/Makefile index 8b89838..4f0b100 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,8 @@ 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_DEPENDS:=+luci-mod-admin-full LUCI_PKGARCH:=all diff --git a/README.md b/README.md index 6e14348..1d10c70 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,19 @@ Internet detector for the LuCI status page (OpenWrt webUI). 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) diff --git a/packages/19.07/luci-app-internet-detector_0.2-1_all.ipk b/packages/19.07/luci-app-internet-detector_0.2-1_all.ipk new file mode 100644 index 0000000..cf0b799 Binary files /dev/null and b/packages/19.07/luci-app-internet-detector_0.2-1_all.ipk differ diff --git a/packages/19.07/luci-i18n-internet-detector-ru_0.2-1_all.ipk b/packages/19.07/luci-i18n-internet-detector-ru_0.2-1_all.ipk new file mode 100644 index 0000000..247d7d0 Binary files /dev/null and b/packages/19.07/luci-i18n-internet-detector-ru_0.2-1_all.ipk differ diff --git a/translations/internet-detector.ru.lmo b/translations/internet-detector.ru.lmo deleted file mode 100644 index 3238988..0000000 Binary files a/translations/internet-detector.ru.lmo and /dev/null differ