From e353efcf6f29595ba00d6a035e9ba1fb981a21c5 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Tue, 7 Jun 2011 15:36:49 +0000 Subject: [PATCH] kernel: fix call of kmod-pata-cs5535 and kmod-pata-cs5536 SVN-Revision: 27125 --- package/kernel/modules/block.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index 218d048de5..d9ba4e4660 100644 --- a/package/kernel/modules/block.mk +++ b/package/kernel/modules/block.mk @@ -516,7 +516,7 @@ define KernelPackage/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 @@ -532,7 +532,7 @@ define KernelPackage/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 -- 2.30.2