Compare commits
6 Commits
mission/sw
...
feature/cm
Author | SHA1 | Date | |
---|---|---|---|
|
973cb7340e | ||
|
4c8324abc3 | ||
|
4316b4c9f7 | ||
|
9015c36df9 | ||
|
3e002e3ec5 | ||
|
b15293ee66 |
@@ -1,6 +1,6 @@
|
|||||||
version=\
|
version=\
|
||||||
(
|
(
|
||||||
"2.8.9"
|
"3.12.1"
|
||||||
)
|
)
|
||||||
|
|
||||||
version_major=\
|
version_major=\
|
||||||
@@ -15,7 +15,7 @@ url=\
|
|||||||
|
|
||||||
md5=\
|
md5=\
|
||||||
(
|
(
|
||||||
"801f4c87f8b604f727df5bf1f05a59e7"
|
"10109246a51102bfda45ff3935275fbf"
|
||||||
)
|
)
|
||||||
|
|
||||||
configure()
|
configure()
|
||||||
|
@@ -62,12 +62,6 @@ start()
|
|||||||
arp -s "$ip" "$mac"
|
arp -s "$ip" "$mac"
|
||||||
done
|
done
|
||||||
fi
|
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()
|
stop()
|
||||||
|
2
systems/lctr-a6xx/buv-petinga-1.cfg
Normal file
2
systems/lctr-a6xx/buv-petinga-1.cfg
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
cfg_hostname='buv-petinga-1'
|
||||||
|
cfg_eth_ext_ip='10.0.10.170'
|
2
systems/lctr-a9xx/manta-rugged-2.cfg
Normal file
2
systems/lctr-a9xx/manta-rugged-2.cfg
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
cfg_hostname='manta-rugged-2'
|
||||||
|
cfg_eth_ext_ip='10.0.30.25'
|
2
systems/lctr-a9xx/manta-sabuvis.cfg
Normal file
2
systems/lctr-a9xx/manta-sabuvis.cfg
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
cfg_hostname='manta-sabuvis'
|
||||||
|
cfg_eth_ext_ip='10.0.30.26'
|
4
systems/lctr-rpi/titan.cfg
Normal file
4
systems/lctr-rpi/titan.cfg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
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"
|
9
systems/lctr-rpi/x8-06-aux.cfg
Normal file
9
systems/lctr-rpi/x8-06-aux.cfg
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
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'
|
Reference in New Issue
Block a user