Skip to content

Commit

Permalink
board/pluto/S45msd: Remove undesired character
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich committed Apr 13, 2021
1 parent 19874e5 commit a9818ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions board/pluto/S45msd
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ patch_html_page() {
ROOTFS=`grep buildroot /opt/VERSIONS | cut -d ' ' -f 2`
UBOOT=`cat /proc/cmdline | tr "=" "\n" | grep "U-Boot"`
USB_ETH_MODE=`fw_printenv -n usb_ethernet_mode 2> /dev/null || echo 0`
if [ "$USB_ETH_MODE" == "ncm" ] ;then
if [ "$USB_ETH_MODE" == "ncm" ]; then
NETWORKUSB="Communications Device Class – Network Control Model (CDC-NCM)"
elif [ "$USB_ETH_MODE" == "ecm" ] ; then
elif [ "$USB_ETH_MODE" == "ecm" ]; then
NETWORKUSB="Communications Device Class – Ethernet Control Module (CDC-EMC)"
else
NETWORKUSB="Remote Network Driver Interface Specification (RNDIS)"
Expand Down

0 comments on commit a9818ab

Please sign in to comment.