Allow compilation on >=2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16531 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1f3a465437
commit
529ccaf841
@ -15,7 +15,10 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
|
|
||||||
define KernelPackage/ucmb
|
define KernelPackage/ucmb
|
||||||
SUBMENU:=Other modules
|
SUBMENU:=Other modules
|
||||||
DEPENDS:=@LINUX_2_6_28||LINUX_2_6_29 +kmod-spi-gpio +kmod-crc16
|
DEPENDS:=@LINUX_2_6 \
|
||||||
|
@!LINUX_2_6_21 @!LINUX_2_6_22 @!LINUX_2_6_23 @!LINUX_2_6_24 \
|
||||||
|
@!LINUX_2_6_25 @!LINUX_2_6_26 @!LINUX_2_6_27 \
|
||||||
|
+kmod-spi-gpio +kmod-crc16
|
||||||
KCONFIG:=CONFIG_SPI=y \
|
KCONFIG:=CONFIG_SPI=y \
|
||||||
CONFIG_SPI_MASTER=y
|
CONFIG_SPI_MASTER=y
|
||||||
TITLE:=Microcontroller Message Bus
|
TITLE:=Microcontroller Message Bus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user