diff --git a/podkop_packets/luci-app-podkop-v0.7.7-r1-all.ipk b/podkop_packets/luci-app-podkop-v0.7.7-r1-all.ipk new file mode 100644 index 0000000..9124297 Binary files /dev/null and b/podkop_packets/luci-app-podkop-v0.7.7-r1-all.ipk differ diff --git a/podkop_packets/luci-i18n-podkop-ru-0.7.7.ipk b/podkop_packets/luci-i18n-podkop-ru-0.7.7.ipk new file mode 100644 index 0000000..0e596b1 Binary files /dev/null and b/podkop_packets/luci-i18n-podkop-ru-0.7.7.ipk differ diff --git a/podkop_packets/podkop-v0.7.7-r1-all.ipk b/podkop_packets/podkop-v0.7.7-r1-all.ipk new file mode 100644 index 0000000..0e9a4ec Binary files /dev/null and b/podkop_packets/podkop-v0.7.7-r1-all.ipk differ diff --git a/universal_config_new_podkop.sh b/universal_config_new_podkop.sh index 989c4ad..e8f53d0 100644 --- a/universal_config_new_podkop.sh +++ b/universal_config_new_podkop.sh @@ -1258,7 +1258,7 @@ case $varByPass in esac PACKAGE="podkop" -REQUIRED_VERSION="v0.7.6-r1" +REQUIRED_VERSION="v0.7.7-r1" INSTALLED_VERSION=$(opkg list-installed | grep "^$PACKAGE" | cut -d ' ' -f 3) if [ -n "$INSTALLED_VERSION" ] && [ "$INSTALLED_VERSION" != "$REQUIRED_VERSION" ]; then @@ -1284,9 +1284,9 @@ else if [ "$is_install_podkop" = "y" ] || [ "$is_install_podkop" = "Y" ]; then DOWNLOAD_DIR="/tmp/podkop" mkdir -p "$DOWNLOAD_DIR" - podkop_files="podkop-v0.7.6-r1-all.ipk - luci-app-podkop-v0.7.6-r1-all.ipk - luci-i18n-podkop-ru-0.7.6.ipk" + podkop_files="podkop-v0.7.7-r1-all.ipk + luci-app-podkop-v0.7.7-r1-all.ipk + luci-i18n-podkop-ru-0.7.7.ipk" for file in $podkop_files do echo "Download $file..."