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

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27126 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke 2011-06-07 15:39:12 +00:00
parent c213e23ca6
commit c2f40cfcf4

View File

@ -512,7 +512,7 @@ define KernelPackage/pata-cs5535
$(call AddDepends/ata)
endef
define KernelPackage/cs5535/description
define KernelPackage/pata-cs5535/description
Kernel module for the NSC/AMD CS5535 companion chip
endef
@ -528,7 +528,7 @@ define KernelPackage/pata-cs5536
$(call AddDepends/ata)
endef
define KernelPackage/cs5536/description
define KernelPackage/pata-cs5536/description
Kernel module for the AMD CS5536 Geode LX companion chip
endef