From a7cacc97357460a51d83abf589a80f6ab1a4d95a Mon Sep 17 00:00:00 2001 From: Tomasz Maciej Nowak Date: Sat, 17 Dec 2016 21:30:42 +0100 Subject: kernel: don't load pcmcia_rsrc in kmod-pcmcia-yenta Kmod-pcmcia-yenta already depends on kmod-pcmcia-rsrc so there is no need to load it second time. Signen-off-by: Tomasz Maciej Nowak --- package/kernel/linux/modules/pcmcia.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/kernel') diff --git a/package/kernel/linux/modules/pcmcia.mk b/package/kernel/linux/modules/pcmcia.mk index 51668facf0..52c115be9d 100644 --- a/package/kernel/linux/modules/pcmcia.mk +++ b/package/kernel/linux/modules/pcmcia.mk @@ -50,7 +50,7 @@ define KernelPackage/pcmcia-yenta DEPENDS:=kmod-pcmcia-rsrc KCONFIG:=CONFIG_YENTA FILES:=$(LINUX_DIR)/drivers/pcmcia/yenta_socket.ko - AUTOLOAD:=$(call AutoLoad,41,pcmcia_rsrc yenta_socket) + AUTOLOAD:=$(call AutoLoad,41,yenta_socket) endef $(eval $(call KernelPackage,pcmcia-yenta)) -- cgit v1.2.3