X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc40x%2Fmodules.mk;h=4db39fac768e6f3a1ccb6d54392f95ef7adc8c51;hb=874b26933d8193156814bd418be95580f1d2a0fd;hp=7a1247672ccb4a6102fba2bb67e5c0570f924c8f;hpb=484051d05518b1f7fb53b535e84302849080272d;p=openwrt%2Fstaging%2Fchunkeey.git diff --git a/target/linux/ppc40x/modules.mk b/target/linux/ppc40x/modules.mk index 7a1247672c..4db39fac76 100644 --- a/target/linux/ppc40x/modules.mk +++ b/target/linux/ppc40x/modules.mk @@ -10,7 +10,7 @@ define KernelPackage/ata-magicbox-cf TITLE:=Magicbox v2/OpenRB Compact flash support DEPENDS:=@TARGET_ppc40x KCONFIG:=CONFIG_PATA_MAGICBOX_CF - FILES:=$(LINUX_DIR)/drivers/ata/pata_magicbox_cf.$(LINUX_KMOD_SUFFIX) + FILES:=$(LINUX_DIR)/drivers/ata/pata_magicbox_cf.ko AUTOLOAD:=$(call AutoLoad,41,pata_magicbox_cf,1) $(call AddDepends/ata) endef @@ -20,3 +20,22 @@ define KernelPackage/ata-magicbox-cf/description endef $(eval $(call KernelPackage,ata-magicbox-cf)) + + +define KernelPackage/usb-isp116x-hcd + TITLE:=Support for the ISP116x USB Host Controller + DEPENDS:=@TARGET_ppc40x + KCONFIG:= \ + CONFIG_USB_ISP116X_HCD \ + CONFIG_USB_ISP116X_HCD_OF=y \ + CONFIG_USB_ISP116X_HCD_PLATFORM=n + FILES:=$(LINUX_DIR)/drivers/usb/host/isp116x-hcd.ko + AUTOLOAD:=$(call AutoLoad,50,isp116x-hcd) + $(call AddDepends/usb) +endef + +define KernelPackage/usb-isp116x-hcd/description + Kernel support for the ISP116X USB Host Controller +endef + +$(eval $(call KernelPackage,usb-isp116x-hcd))