1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-19 23:17:53 +01:00

defer the loading of spidev after spi master drivers

SVN-Revision: 18974
This commit is contained in:
Florian Fainelli 2009-12-30 22:19:49 +00:00
parent 1c5bc31e17
commit 328e4d3405

@ -81,7 +81,7 @@ define KernelPackage/spi-dev
CONFIG_SPI=y \
CONFIG_SPI_MASTER=y
FILES:=$(LINUX_DIR)/drivers/spi/spidev.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,91,spidev)
AUTOLOAD:=$(call AutoLoad,93,spidev)
endef
define KernelPackage/spi-dev/description