rc.serial.jinja: remove 'param touch' for baudrates

Can be reverted if needed later on...
This commit is contained in:
Beat Küng 2018-09-05 17:02:21 +02:00
parent 300e66ae6a
commit 64912ed7f6
1 changed files with 0 additions and 5 deletions

View File

@ -3,11 +3,6 @@
# serial autostart script generated with generate_serial_config.py
# make sure all baudrates are marked as used
param touch
{%- for serial_device in serial_devices %} SER_{{ serial_device.tag }}_BAUD
{%- endfor %}
set PRT_F /etc/init.d/rc.serial_port
{% for command in commands -%}