mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2026-07-09 17:29:09 +00:00
Upgrade Podkop to version v0.7.20
This commit is contained in:
parent
06f0adc104
commit
24c7b2d72f
4 changed files with 4 additions and 4 deletions
BIN
podkop_packets/luci-app-podkop-v0.7.20-r1-all.ipk
Normal file
BIN
podkop_packets/luci-app-podkop-v0.7.20-r1-all.ipk
Normal file
Binary file not shown.
BIN
podkop_packets/luci-i18n-podkop-ru-0.7.20.ipk
Normal file
BIN
podkop_packets/luci-i18n-podkop-ru-0.7.20.ipk
Normal file
Binary file not shown.
BIN
podkop_packets/podkop-v0.7.20-r1-all.ipk
Normal file
BIN
podkop_packets/podkop-v0.7.20-r1-all.ipk
Normal file
Binary file not shown.
|
|
@ -1284,7 +1284,7 @@ case $varByPass in
|
|||
esac
|
||||
|
||||
PACKAGE="podkop"
|
||||
REQUIRED_VERSION="v0.7.19-r1"
|
||||
REQUIRED_VERSION="v0.7.20-r1"
|
||||
|
||||
INSTALLED_VERSION=$(opkg list-installed | grep "^$PACKAGE" | cut -d ' ' -f 3)
|
||||
if [ -n "$INSTALLED_VERSION" ] && [ "$INSTALLED_VERSION" != "$REQUIRED_VERSION" ]; then
|
||||
|
|
@ -1310,9 +1310,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.19-r1-all.ipk
|
||||
luci-app-podkop-v0.7.19-r1-all.ipk
|
||||
luci-i18n-podkop-ru-0.7.19.ipk"
|
||||
podkop_files="podkop-v0.7.20-r1-all.ipk
|
||||
luci-app-podkop-v0.7.20-r1-all.ipk
|
||||
luci-i18n-podkop-ru-0.7.20.ipk"
|
||||
for file in $podkop_files
|
||||
do
|
||||
echo "Download $file..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue