kernel: typo in cs5535 and cs5536 pata driver kernel definitions
closes #9773 SVN-Revision: 27924
This commit is contained in:
parent
ac96ae6731
commit
7ac20c54fe
1 changed files with 4 additions and 4 deletions
|
@ -507,8 +507,8 @@ define KernelPackage/pata-cs5535
|
||||||
TITLE:=CS5535 PATA support
|
TITLE:=CS5535 PATA support
|
||||||
DEPENDS:=@TARGET_x86 @PCI_SUPPORT
|
DEPENDS:=@TARGET_x86 @PCI_SUPPORT
|
||||||
KCONFIG:=CONFIG_PATA_CS5535
|
KCONFIG:=CONFIG_PATA_CS5535
|
||||||
FILES=$(LINUX_DIR)/drivers/ata/pata-cs5535.ko
|
FILES=$(LINUX_DIR)/drivers/ata/pata_cs5535.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,30,pata-cs5535,1)
|
AUTOLOAD:=$(call AutoLoad,30,pata_cs5535,1)
|
||||||
$(call AddDepends/ata)
|
$(call AddDepends/ata)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -523,8 +523,8 @@ define KernelPackage/pata-cs5536
|
||||||
TITLE:=CS5536 PATA support
|
TITLE:=CS5536 PATA support
|
||||||
DEPENDS:=@TARGET_x86 @PCI_SUPPORT
|
DEPENDS:=@TARGET_x86 @PCI_SUPPORT
|
||||||
KCONFIG:=CONFIG_PATA_CS5536
|
KCONFIG:=CONFIG_PATA_CS5536
|
||||||
FILES=$(LINUX_DIR)/drivers/ata/pata-cs5536.ko
|
FILES=$(LINUX_DIR)/drivers/ata/pata_cs5536.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,30,pata-cs5536,1)
|
AUTOLOAD:=$(call AutoLoad,30,pata_cs5536,1)
|
||||||
$(call AddDepends/ata)
|
$(call AddDepends/ata)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue