adm5120: fix subtarget dependency for kmod-pata-rb153-cf
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45798 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
c615faeaa0
commit
99b9333355
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue