adm5120: fix subtarget dependency for kmod-pata-rb153-cf

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45798
This commit is contained in:
Felix Fietkau 2015-05-28 09:06:28 +00:00
parent ebd651ad99
commit 21e16964bf
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ $(eval $(call KernelPackage,ledtrig-adm5120-switch))
define KernelPackage/pata-rb153-cf
SUBMENU:=$(BLOCK_MENU)
TITLE:=RouterBOARD 153 CF Slot support
DEPENDS:=@TARGET_adm5120_router_le
DEPENDS:=@TARGET_adm5120_rb1xx
KCONFIG:=CONFIG_PATA_RB153_CF
FILES:=$(LINUX_DIR)/drivers/ata/pata_rb153_cf.ko
AUTOLOAD:=$(call AutoLoad,30,pata_rb153_cf,1)