diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-12-21 02:37:49 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-12-21 02:37:49 +0000 |
commit | 48c661f8670afed55c23f84578c028bcb1a565f5 (patch) | |
tree | ed579ebc596078e094ba436543dfead3cb50729e /package/kernel | |
parent | 72d9008fa7e892cc595cbb85c694ccbcc1734daf (diff) | |
download | upstream-48c661f8670afed55c23f84578c028bcb1a565f5.tar.gz upstream-48c661f8670afed55c23f84578c028bcb1a565f5.tar.bz2 upstream-48c661f8670afed55c23f84578c028bcb1a565f5.zip |
add dependency on rb532 target for its CF module
SVN-Revision: 13704
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/block.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index c37ff6d9a8..44fd8c1c0e 100644 --- a/package/kernel/modules/block.mk +++ b/package/kernel/modules/block.mk @@ -70,7 +70,7 @@ $(eval $(call KernelPackage,ata-ixp4xx-cf)) define KernelPackage/ata-rb532-cf SUBMENU:=$(BLOCK_MENU) TITLE:=RB532 Compact Flash support - DEPENDS:=kmod-ata-core + DEPENDS:=@TARGET_rb532 kmod-ata-core KCONFIG:= \ CONFIG_PATA_PLATFORM \ CONFIG_PATA_RB532 |