adm5120: fix subtarget dependency for kmod-pata-rb153-cf
authorFelix Fietkau <nbd@openwrt.org>
Thu, 28 May 2015 09:06:28 +0000 (09:06 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 28 May 2015 09:06:28 +0000 (09:06 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45798

target/linux/adm5120/modules.mk

index 0d0ccc69c0220655d088884c096cd8722bdfac6a..3ad454073aefcc18cde729eb067119bf65a65146 100644 (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)