2
0
forked from Ivasoft/openwrt

kernel: make most modules use AutoProbe

now that we have modprobe we can set more than half of the modules to AutoProbe

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 38021
This commit is contained in:
John Crispin
2013-09-17 21:45:17 +00:00
parent 022cadd64e
commit f12f4074af
21 changed files with 283 additions and 322 deletions

View File

@@ -13,7 +13,6 @@ define KernelPackage/firewire
DEPENDS:=@PCI_SUPPORT +kmod-lib-crc-itu-t
KCONFIG:=CONFIG_FIREWIRE
FILES:=$(LINUX_DIR)/drivers/firewire/firewire-core.ko
AUTOLOAD:=$(call AutoLoad,25,firewire-core)
endef
define KernelPackage/firewire/description
@@ -32,7 +31,7 @@ define KernelPackage/firewire-ohci
CONFIG_FIREWIRE_OHCI_DEBUG=n \
CONFIG_FIREWIRE_OHCI_REMOTE_DMA=n
FILES:=$(LINUX_DIR)/drivers/firewire/firewire-ohci.ko
AUTOLOAD:=$(call AutoLoad,50,firewire-ohci)
AUTOLOAD:=$(call AutoProbe,firewire-ohci)
endef
@@ -49,7 +48,7 @@ define KernelPackage/firewire-sbp2
DEPENDS:=kmod-firewire +kmod-scsi-core
KCONFIG:=CONFIG_FIREWIRE_SBP2
FILES:=$(LINUX_DIR)/drivers/firewire/firewire-sbp2.ko
AUTOLOAD:=$(call AutoLoad,50,firewire-sbp2)
AUTOLOAD:=$(call AutoProbe,firewire-sbp2)
endef
define KernelPackage/firewire-sbp2/description
@@ -65,7 +64,7 @@ define KernelPackage/firewire-net
DEPENDS:=kmod-firewire
KCONFIG:=CONFIG_FIREWIRE_NET
FILES:=$(LINUX_DIR)/drivers/firewire/firewire-net.ko
AUTOLOAD:=$(call AutoLoad,50,firewire-net)
AUTOLOAD:=$(call AutoProbe,firewire-net)
endef
define KernelPackage/firewire-net/description