lauv-aux-rpi/CMRE-rpi: update config file.

This commit is contained in:
Pedro Gonçalves 2017-07-26 17:40:18 +01:00
parent ed1e4c0240
commit c0a9000772
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ download()
fi
# First try LSTS mirror.
lsts_url="http://www.lsts.pt/glued/$(basename $u)"
lsts_url="http://lsts.pt/glued/$(basename $u)"
download_tool "$lsts_url" "$cfg_dir_downloads/$file"
if [ $? -ne 0 ]; then
# Then try OceanScan-MST mirror.

View File

@ -3,5 +3,5 @@ cfg_eth_ext_ip='10.0.200.24'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_ptpd_interface='eth0'
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools rpcbind rpi-boot-firmware linux/rpi rpcbind nfs-utils libconfig log4cpp fftw socat crypto++ netcat screen rlwrap'
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind nfs-utils rpi-boot-firmware linux/rpi libconfig log4cpp fftw socat crypto++ netcat screen rlwrap'