|
@@ -32,7 +32,9 @@ USBIP_AUTORECONF = YES
|
|
USBIP_CONFIGURE_OPTS = --without-tcp-wrappers
|
|
USBIP_CONFIGURE_OPTS = --without-tcp-wrappers
|
|
|
|
|
|
define USBIP_LINUX_CONFIG_FIXUPS
|
|
define USBIP_LINUX_CONFIG_FIXUPS
|
|
|
|
+ $(call KCONFIG_ENABLE_OPT,CONFIG_NET)
|
|
$(call KCONFIG_ENABLE_OPT,CONFIG_USB_SUPPORT)
|
|
$(call KCONFIG_ENABLE_OPT,CONFIG_USB_SUPPORT)
|
|
|
|
+ $(call KCONFIG_ENABLE_OPT,CONFIG_USB)
|
|
$(call KCONFIG_ENABLE_OPT,CONFIG_USBIP_CORE)
|
|
$(call KCONFIG_ENABLE_OPT,CONFIG_USBIP_CORE)
|
|
endef
|
|
endef
|
|
|
|
|