Fix typo.

This commit is contained in:
Scott Kilau 2022-06-21 09:21:15 -05:00
parent 618018fc05
commit 98cc19a228

View File

@ -278,7 +278,7 @@ if [[ "$ENABLE_USB_ETH" == "true" ]]; then
insmod $KMOD_PATH/kernel/drivers/net/usb/usbnet.ko
# Should we load a specific Ethernet driver, or try to auto-detect one
if [[ "ENABLE_USB_ETH_MODULE" != "" ]]; then
if [[ "$ENABLE_USB_ETH_MODULE" != "" ]]; then
insmod $KMOD_PATH/kernel/drivers/net/usb/$ENABLE_USB_ETH_MODULE.ko
else
# Auto-Detect an Ethernet Driver and load it