diff --git a/podkop_packets/luci-app-podkop_0.4.7-r1_all.ipk b/podkop_packets/luci-app-podkop_0.4.7-r1_all.ipk new file mode 100644 index 0000000..f9bfd88 Binary files /dev/null and b/podkop_packets/luci-app-podkop_0.4.7-r1_all.ipk differ diff --git a/podkop_packets/luci-i18n-podkop-ru_0.4.7.ipk b/podkop_packets/luci-i18n-podkop-ru_0.4.7.ipk new file mode 100644 index 0000000..56ed9af Binary files /dev/null and b/podkop_packets/luci-i18n-podkop-ru_0.4.7.ipk differ diff --git a/podkop_packets/podkop_0.4.7-r1_all.ipk b/podkop_packets/podkop_0.4.7-r1_all.ipk new file mode 100644 index 0000000..961fccf Binary files /dev/null and b/podkop_packets/podkop_0.4.7-r1_all.ipk differ diff --git a/universal_config_new_podkop.sh b/universal_config_new_podkop.sh index c568948..57758dc 100644 --- a/universal_config_new_podkop.sh +++ b/universal_config_new_podkop.sh @@ -1062,9 +1062,9 @@ else if [ "$is_install_podkop" = "y" ] || [ "$is_install_podkop" = "Y" ]; then DOWNLOAD_DIR="/tmp/podkop" mkdir -p "$DOWNLOAD_DIR" - podkop_files="podkop_0.4.6-r1_all.ipk - luci-app-podkop_0.4.6-r1_all.ipk - luci-i18n-podkop-ru_0.4.6.ipk" + podkop_files="podkop_0.4.7-r1_all.ipk + luci-app-podkop_0.4.7-r1_all.ipk + luci-i18n-podkop-ru_0.4.7.ipk" for file in $podkop_files do echo "Download $file..."