mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
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 <tomek_n@o2.pl>
This commit is contained in:
parent
1599a14b32
commit
a7cacc9735
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user