diff --git a/SD_ROOT/wz_mini/etc/init.d/wz_user.sh b/SD_ROOT/wz_mini/etc/init.d/wz_user.sh index e5789f7..214cc83 100755 --- a/SD_ROOT/wz_mini/etc/init.d/wz_user.sh +++ b/SD_ROOT/wz_mini/etc/init.d/wz_user.sh @@ -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