X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fkernel%2Fmodules%2Fusb.mk;h=8317161724ca57a7894ad5ded1b738f1405fefaf;hb=0fd5c228ecc77d51e51296a9a581318bcfad60a7;hp=8ce61f0f92d39a15c7ce7ca542bcf1c9245e77bc;hpb=40d0e5c66be53d32675afa14df384b3d6d6a2d2e;p=openwrt.git diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index 8ce61f0f92..8317161724 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -30,7 +30,7 @@ endef define KernelPackage/usb-core SUBMENU:=$(USB_MENU) TITLE:=Support for USB - DEPENDS:=@USB_SUPPORT + DEPENDS:=@USB_SUPPORT +LINUX_2_6_31:kmod-nls-base KCONFIG:=CONFIG_USB AUTOLOAD:=$(call AutoLoad,20,usbcore) endef @@ -149,6 +149,20 @@ endef $(eval $(call KernelPackage,usb-etrax)) +define KernelPackage/usb-octeon + $(call usbdep,@TARGET_octeon) + TITLE:=Support for the Octeon USB OTG controller + KCONFIG:=CONFIG_USB_DWC_OTG + FILES:=$(LINUX_DIR)/drivers/usb/host/dwc_otg/dwc_otg.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,50,dwc_otg) +endef + +define KernelPackage/usb-octeon/description + Kernel support for the Octeon USB host controller +endef + +$(eval $(call KernelPackage,usb-octeon)) + define KernelPackage/usb2 $(call usbdep,)