mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-22 05:27:24 +00:00
Fix typo.
This commit is contained in:
parent
618018fc05
commit
98cc19a228
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user