[package] ucmb uses an incompatible spi_gpio_platform_data with kernels before 2.6.28, mask it for other kernels (#4999)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15466 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b8e63fb44a
commit
e8eac51646
@ -15,7 +15,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define KernelPackage/ucmb
|
||||
SUBMENU:=Other modules
|
||||
DEPENDS:=@LINUX_2_6 +kmod-spi-gpio +kmod-crc16
|
||||
DEPENDS:=@LINUX_2_6_28||LINUX_2_6_29 +kmod-spi-gpio +kmod-crc16
|
||||
KCONFIG:=CONFIG_SPI=y \
|
||||
CONFIG_SPI_MASTER=y
|
||||
TITLE:=Microcontroller Message Bus
|
||||
|
Loading…
x
Reference in New Issue
Block a user