kernel: typo in cs5535 and cs5536 pata driver kernel definitions

closes #9773

SVN-Revision: 27924
v19.07.3_mercusys_ac12_duma
Hauke Mehrtens 13 years ago
parent ac96ae6731
commit 7ac20c54fe

@ -507,8 +507,8 @@ define KernelPackage/pata-cs5535
TITLE:=CS5535 PATA support
DEPENDS:=@TARGET_x86 @PCI_SUPPORT
KCONFIG:=CONFIG_PATA_CS5535
FILES=$(LINUX_DIR)/drivers/ata/pata-cs5535.ko
AUTOLOAD:=$(call AutoLoad,30,pata-cs5535,1)
FILES=$(LINUX_DIR)/drivers/ata/pata_cs5535.ko
AUTOLOAD:=$(call AutoLoad,30,pata_cs5535,1)
$(call AddDepends/ata)
endef
@ -523,8 +523,8 @@ define KernelPackage/pata-cs5536
TITLE:=CS5536 PATA support
DEPENDS:=@TARGET_x86 @PCI_SUPPORT
KCONFIG:=CONFIG_PATA_CS5536
FILES=$(LINUX_DIR)/drivers/ata/pata-cs5536.ko
AUTOLOAD:=$(call AutoLoad,30,pata-cs5536,1)
FILES=$(LINUX_DIR)/drivers/ata/pata_cs5536.ko
AUTOLOAD:=$(call AutoLoad,30,pata_cs5536,1)
$(call AddDepends/ata)
endef

Loading…
Cancel
Save