Compare commits

..

1 Commits

Author SHA1 Message Date
Tiago Marques
bc1c941c66 filesystem: configuration for Swarms network. 2018-03-01 10:54:46 +00:00
7 changed files with 8 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
version=\
(
"3.12.1"
"2.8.9"
)
version_major=\
@@ -15,7 +15,7 @@ url=\
md5=\
(
"10109246a51102bfda45ff3935275fbf"
"801f4c87f8b604f727df5bf1f05a59e7"
)
configure()

View File

@@ -62,6 +62,12 @@ start()
arp -s "$ip" "$mac"
done
fi
# swarms network
if [ -n "$cfg_eth_swarms_ip" ]; then
ifconfig eth0:swarms "$cfg_eth_swarms_ip" netmask "$cfg_eth_swarms_mk" up
route add -net 192.168.0.0 netmask "$cfg_eth_swarms_mk" dev eth0
fi
}
stop()

View File

@@ -1,2 +0,0 @@
cfg_hostname='buv-petinga-1'
cfg_eth_ext_ip='10.0.10.170'

View File

@@ -1,2 +0,0 @@
cfg_hostname='manta-rugged-2'
cfg_eth_ext_ip='10.0.30.25'

View File

@@ -1,2 +0,0 @@
cfg_hostname='manta-sabuvis'
cfg_eth_ext_ip='10.0.30.26'

View File

@@ -1,4 +0,0 @@
cfg_hostname='titan'
cfg_eth_ext_ip='10.0.20.150'
cfg_packages="$cfg_packages libjpeg-turbo v4l-utils uv4l libav"
cfg_modules="$cfg_modules ftdi_sio"

View File

@@ -1,9 +0,0 @@
cfg_hostname='x8-06-aux'
cfg_eth_ext_ip='10.0.20.109'
cfg_services1='lauv-storage-server'
cfg_packages="$cfg_packages opencv raspicam exiv2 libav uswitch nfs-utils"
cfg_modules="$cfg_modules ftdi_sio"
cfg_target_linux_dtb='arch/arm/boot/dts/am335x-lauv-aux.dtb'
cfg_ptpd_interface='eth0'
cfg_terminal='ttyAMA0'
cfg_lauv_storage_dir='/opt/lsts/dune/log'