Browse Source

OpenWrt

master
parent
commit
22bfbe17f3
  1. 6
      OpenWrt/upload_asus_wl-500gp-v2.bash
  2. 8
      OpenWrt/upload_asus_wl520gu.bash
  3. 2
      video_tools/img_and_wav2video

6
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

8
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

2
video_tools/img_and_wav2video

@ -45,7 +45,7 @@ eval "source $(GetExec "parse_arg_lib")"
function ShowHelp() { function ShowHelp() {
cat << EOF cat << EOF
Использование: pdf2video -i <text_file> [-o <mp4_file>] [-hV] Использование: img_and_wav2video -i <image> -a <wav> [-o <mp4_file>] [-hV]
Озвучивание русского текста из файла pdf и сохранение в видео Озвучивание русского текста из файла pdf и сохранение в видео
Общие параметры Общие параметры

Loading…
Cancel
Save