Added T-REX support to noptilus aux CPUs.

This commit is contained in:
Jose Pinto 2017-06-06 11:43:21 +01:00
parent 62265def46
commit fdc75d1e48
3 changed files with 3 additions and 3 deletions

View File

@ -4,4 +4,4 @@ cfg_eth_ext_ip='10.0.10.83'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_ptpd_interface='eth0'
cfg_packages='$cfg_packages ptpd rpcbind nfs-utils libantlr3c boost europa'
cfg_packages="$cfg_packages ptpd rpcbind nfs-utils libantlr3c boost europa"

View File

@ -4,4 +4,4 @@ cfg_eth_ext_ip='10.0.10.93'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_ptpd_interface='eth0'
cfg_packages='$cfg_packages ptpd rpcbind nfs-utils libantlr3c boost europa'
cfg_packages="$cfg_packages ptpd rpcbind nfs-utils libantlr3c boost europa"

View File

@ -4,5 +4,5 @@ cfg_eth_ext_ip='10.0.10.103'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_ptpd_interface='eth0'
cfg_packages='$cfg_packages ptpd rpcbind nfs-utils libantlr3c boost europa'
cfg_packages="$cfg_packages ptpd rpcbind nfs-utils libantlr3c boost europa"