X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c213e23ca66ac1383211827a21792373e48d2f85..5913e5b125adcf07d7450634860e9d37dc26e8c1:/package/kernel/modules/block.mk diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index d9ba4e466..41509b01b 100644 --- a/package/kernel/modules/block.mk +++ b/package/kernel/modules/block.mk @@ -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