diff --git a/OpenWrt/upload_asus_wl-500gp-v2.bash b/OpenWrt/upload_asus_wl-500gp-v2.bash new file mode 100755 index 0000000..377250c --- /dev/null +++ b/OpenWrt/upload_asus_wl-500gp-v2.bash @@ -0,0 +1,6 @@ +#!/bin/bash + +[ -f ./openwrt-22.03.7-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx ] || wget https://downloads.openwrt.org/releases/22.03.7/targets/bcm47xx/legacy/openwrt-22.03.7-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx + +atftp --trace --option "timeout 1000" --option "mode octet" --put --local-file openwrt-22.03.7-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx 192.168.1.1 + diff --git a/OpenWrt/upload_asus_wl520gu.bash b/OpenWrt/upload_asus_wl520gu.bash new file mode 100755 index 0000000..abb12bf --- /dev/null +++ b/OpenWrt/upload_asus_wl520gu.bash @@ -0,0 +1,8 @@ +#!/bin/bash + +[ -f ./openwrt-brcm47xx-squashfs.trx ] || wget http://downloads.openwrt.org/backfire/10.03/brcm47xx/openwrt-brcm47xx-squashfs.trx + +atftp --trace --option "timeout 1" --option "mode octet" --put --local-file openwrt-brcm47xx-squashfs.trx 192.168.1.1 + +# Не удалость запустить openwrt-brcm47xx-squashfs_asus_wl520gu.trx + diff --git a/video_tools/img_and_wav2video b/video_tools/img_and_wav2video index a1d42c5..d817eb1 100755 --- a/video_tools/img_and_wav2video +++ b/video_tools/img_and_wav2video @@ -45,7 +45,7 @@ eval "source $(GetExec "parse_arg_lib")" function ShowHelp() { cat << EOF -Использование: pdf2video -i [-o ] [-hV] +Использование: img_and_wav2video -i -a [-o ] [-hV] Озвучивание русского текста из файла pdf и сохранение в видео Общие параметры