projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: enable WHR-HP-G300N support in kernel config
[openwrt.git]
/
package
/
kernel
/
modules
/
spi.mk
diff --git
a/package/kernel/modules/spi.mk
b/package/kernel/modules/spi.mk
index
7cb2a35
..
0c187b3
100644
(file)
--- a/
package/kernel/modules/spi.mk
+++ b/
package/kernel/modules/spi.mk
@@
-62,8
+62,13
@@
define KernelPackage/spi-gpio
TITLE:=GPIO-based bitbanging SPI Master
DEPENDS:=@GPIO_SUPPORT +kmod-spi-bitbang
KCONFIG:=CONFIG_SPI_GPIO
TITLE:=GPIO-based bitbanging SPI Master
DEPENDS:=@GPIO_SUPPORT +kmod-spi-bitbang
KCONFIG:=CONFIG_SPI_GPIO
+ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.1.0)),1)
+ FILES:=$(LINUX_DIR)/drivers/spi/spi-gpio.ko
+ AUTOLOAD:=$(call AutoLoad,92,spi-gpio)
+else
FILES:=$(LINUX_DIR)/drivers/spi/spi_gpio.ko
AUTOLOAD:=$(call AutoLoad,92,spi_gpio)
FILES:=$(LINUX_DIR)/drivers/spi/spi_gpio.ko
AUTOLOAD:=$(call AutoLoad,92,spi_gpio)
+endif
endef
define KernelPackage/spi-gpio/description
endef
define KernelPackage/spi-gpio/description
This page took
0.027994 seconds
and
4
git commands to generate.