diff options
| author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-21 02:37:49 +0000 | 
|---|---|---|
| committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-21 02:37:49 +0000 | 
| commit | bbcfa2c352f84761e54a1feaa2f26cef40d00067 (patch) | |
| tree | 90468ad7e472bc87673205912baa86d40bc78e10 | |
| parent | 63432ce0de89703781095e5e1a48994ffe7c68de (diff) | |
add dependency on rb532 target for its CF module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13704 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 c37ff6d9a..44fd8c1c0 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 | 
