summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-06-07 15:36:49 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-06-07 15:36:49 +0000
commitc213e23ca66ac1383211827a21792373e48d2f85 (patch)
tree2d5288ed5cc62f88bf696389e14eef749024091a /package
parent4bd6a5fd3ee5e6f470b1827932c37d1a33552c71 (diff)
kernel: fix call of kmod-pata-cs5535 and kmod-pata-cs5536
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27125 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/block.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk
index 218d048de..d9ba4e466 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