1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 18:17:32 +02:00

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
This commit is contained in:
hauke 2011-06-07 15:36:49 +00:00
parent 4bd6a5fd3e
commit c213e23ca6

View File

@ -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