diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-07-29 21:48:49 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-07-29 21:48:49 +0200 |
commit | e06948a5445f5ef8d16d2acdaac032c6a7c257be (patch) | |
tree | 83252f4c8da930bdf70609f20c0dc3e0cf588456 /op-mode-definitions/show-system.xml | |
parent | fe1d2377fe1169d7e13012295036935447ccfed1 (diff) | |
download | vyos-1x-e06948a5445f5ef8d16d2acdaac032c6a7c257be.tar.gz vyos-1x-e06948a5445f5ef8d16d2acdaac032c6a7c257be.zip |
op-mode: T2560: rename "show system usb serial" to "show hardware usb serial"
This is more inline with the overall op-mode.
Diffstat (limited to 'op-mode-definitions/show-system.xml')
-rw-r--r-- | op-mode-definitions/show-system.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/op-mode-definitions/show-system.xml b/op-mode-definitions/show-system.xml index 74b34ae92..1b98b559b 100644 --- a/op-mode-definitions/show-system.xml +++ b/op-mode-definitions/show-system.xml @@ -176,20 +176,6 @@ </properties> <command>uptime</command> </leafNode> - <node name="usb"> - <properties> - <help>Show information about Universal Serial Bus (USB)</help> - </properties> - <command>/usr/bin/lsusb -t</command> - <children> - <leafNode name="serial"> - <properties> - <help>Show information about connected USB serial ports</help> - </properties> - <command>${vyos_op_scripts_dir}/show_usb_serial.py</command> - </leafNode> - </children> - </node> </children> </node> </children> |