mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 19:49:54 +02:00
kernel: typo in cs5535 and cs5536 pata driver kernel definitions
closes #9773 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27924 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8b822f6071
commit
fa26d976c7
@ -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…
Reference in New Issue
Block a user