[package* ata-ixp4xx-cf depends on TARGET_ixp4xx
SVN-Revision: 17956
This commit is contained in:
parent
4b724681e0
commit
3da62691c0
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ $(eval $(call KernelPackage,ata-artop))
|
||||||
define KernelPackage/ata-ixp4xx-cf
|
define KernelPackage/ata-ixp4xx-cf
|
||||||
SUBMENU:=$(BLOCK_MENU)
|
SUBMENU:=$(BLOCK_MENU)
|
||||||
TITLE:=IXP4XX Compact Flash support
|
TITLE:=IXP4XX Compact Flash support
|
||||||
DEPENDS:=kmod-ata-core
|
DEPENDS:=kmod-ata-core @TARGET_ixp4xx
|
||||||
KCONFIG:=CONFIG_PATA_IXP4XX_CF
|
KCONFIG:=CONFIG_PATA_IXP4XX_CF
|
||||||
FILES:=$(LINUX_DIR)/drivers/ata/pata_ixp4xx_cf.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/ata/pata_ixp4xx_cf.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,41,pata_ixp4xx_cf)
|
AUTOLOAD:=$(call AutoLoad,41,pata_ixp4xx_cf)
|
||||||
|
|
Loading…
Reference in a new issue