X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=package%2Fkernel%2Fmodules%2Fusb.mk;h=86a1858ec64b620325e6af90cbb0e15c9ebace44;hp=a9498d8266495c104e4731683f262bbe8dcdab2d;hb=6b45def29aec9cacf711b08be85d7a5bca7345b6;hpb=daf3f2e70a2a66df11ba14c062775037ebaee90b diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index a9498d826..86a1858ec 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -128,20 +128,6 @@ endef $(eval $(call KernelPackage,usb-adm5120)) -define KernelPackage/usb-octeon -$(call KernelPackage/usb/Depends,@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/usb-isp116x-hcd $(call KernelPackage/usb/Depends,@TARGET_ppc40x) @@ -532,7 +518,8 @@ $(eval $(call KernelPackage,usb-storage)) define KernelPackage/usb-storage-extras SUBMENU:=$(USB_MENU) TITLE:=Extra drivers for usb-storage - DEPENDS:=@LINUX_2_6 +kmod-usb-storage + DEPENDS:=@LINUX_2_6 \ + +!TARGET_ixp4xx_harddisk||!TARGET_orion_harddisk||!TARGET_x86_olpc:kmod-usb-storage KCONFIG:= \ CONFIG_USB_STORAGE_ALAUDA \ CONFIG_USB_STORAGE_CYPRESS_ATACB \