package/kernel: create package for the RT305x dwc_otg driver
[openwrt.git] / package / kernel / modules / block.mk
index d9ba4e4..41509b0 100644 (file)
@@ -507,12 +507,12 @@ define KernelPackage/pata-cs5535
   TITLE:=CS5535 PATA support
   DEPENDS:=@TARGET_x86 @PCI_SUPPORT
   KCONFIG:=CONFIG_PATA_CS5535
-  FILES=$(LINUX_DIR)/drivers/ata/pata-cs5535.ko
-  AUTOLOAD:=$(call AutoLoad,30,pata-cs5535,1)
+  FILES=$(LINUX_DIR)/drivers/ata/pata_cs5535.ko
+  AUTOLOAD:=$(call AutoLoad,30,pata_cs5535,1)
   $(call AddDepends/ata)
 endef
 
-define KernelPackage/cs5535/description
+define KernelPackage/pata-cs5535/description
   Kernel module for the NSC/AMD CS5535 companion chip
 endef
 
@@ -523,12 +523,12 @@ define KernelPackage/pata-cs5536
   TITLE:=CS5536 PATA support
   DEPENDS:=@TARGET_x86 @PCI_SUPPORT
   KCONFIG:=CONFIG_PATA_CS5536
-  FILES=$(LINUX_DIR)/drivers/ata/pata-cs5536.ko
-  AUTOLOAD:=$(call AutoLoad,30,pata-cs5536,1)
+  FILES=$(LINUX_DIR)/drivers/ata/pata_cs5536.ko
+  AUTOLOAD:=$(call AutoLoad,30,pata_cs5536,1)
   $(call AddDepends/ata)
 endef
 
-define KernelPackage/cs5536/description
+define KernelPackage/pata-cs5536/description
   Kernel module for the AMD CS5536 Geode LX companion chip
 endef
 
This page took 0.021252 seconds and 4 git commands to generate.