Browse Source

kernel: fix call of kmod-pata-cs5535 and kmod-pata-cs5536

SVN-Revision: 27125
Hauke Mehrtens 14 years ago
parent
commit
e353efcf6f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/kernel/modules/block.mk

+ 2 - 2
package/kernel/modules/block.mk

@@ -516,7 +516,7 @@ define KernelPackage/cs5535/description
   Kernel module for the NSC/AMD CS5535 companion chip
   Kernel module for the NSC/AMD CS5535 companion chip
 endef
 endef
 
 
-$(eval $(call KernelPackage,cs5535))
+$(eval $(call KernelPackage,pata-cs5535))
 
 
 
 
 define KernelPackage/pata-cs5536
 define KernelPackage/pata-cs5536
@@ -532,7 +532,7 @@ define KernelPackage/cs5536/description
   Kernel module for the AMD CS5536 Geode LX companion chip
   Kernel module for the AMD CS5536 Geode LX companion chip
 endef
 endef
 
 
-$(eval $(call KernelPackage,cs5536))
+$(eval $(call KernelPackage,pata-cs5536))
 
 
 
 
 define KernelPackage/libsas
 define KernelPackage/libsas