lctr-b2xx: removed absolete system.

This commit is contained in:
Ricardo Martins 2015-01-24 13:30:59 +00:00
parent 11fe6069c1
commit 3e069e7027
2 changed files with 0 additions and 20 deletions

View File

@ -1,13 +0,0 @@
start()
{
/opt/lsts/dune/bin/dune-gsmux \
/dev/ttyO1 \
/opt/lsts/dune/log \
< /dev/null \
>> /opt/lsts/dune/log/gsmux.log 2>&1 &
}
stop()
{
killall dune-gsmux
}

View File

@ -1,7 +0,0 @@
cfg_hostname='gsmux'
cfg_storage='data0:ext4:/opt'
cfg_eth_ext_ip='10.0.200.11'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_services2='gsmux'
cfg_ptpd_interface='eth0'