X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/17982e54d4e95c4719480f48106996019fa19ed1..5913e5b125adcf07d7450634860e9d37dc26e8c1:/package/kernel/modules/block.mk diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index 218d048de..41509b01b 100644 --- a/package/kernel/modules/block.mk +++ b/package/kernel/modules/block.mk @@ -507,32 +507,32 @@ 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 -$(eval $(call KernelPackage,cs5535)) +$(eval $(call KernelPackage,pata-cs5535)) 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 -$(eval $(call KernelPackage,cs5536)) +$(eval $(call KernelPackage,pata-cs5536)) define KernelPackage/libsas