1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

add autoload for spi-ks8995

SVN-Revision: 12419
This commit is contained in:
Felix Fietkau 2008-08-28 00:15:31 +00:00
parent 4ac7d33b7a
commit 5f30b3de44

@ -20,6 +20,7 @@ define KernelPackage/spi-ks8995
FILES:=$(PKG_BUILD_DIR)/spi_ks8995.$(LINUX_KMOD_SUFFIX)
KCONFIG:=CONFIG_SPI=y \
CONFIG_SPI_MASTER=y
AUTOLOAD:=$(call AutoLoad,50,spi_ks8995)
endef
define KernelPackage/spi-ks8995/description