Update buidlroot to version 2016.08.1
This commit is contained in:
19
bsp/buildroot/package/cannelloni/cannelloni.mk
Normal file
19
bsp/buildroot/package/cannelloni/cannelloni.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# cannelloni
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CANNELLONI_VERSION = 20160414
|
||||
CANNELLONI_SITE = $(call github,mguentner,cannelloni,$(CANNELLONI_VERSION))
|
||||
CANNELLONI_LICENSE = GPLv2
|
||||
CANNELLONI_LICENSE_FILES = gpl-2.0.txt
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LKSCTP_TOOLS),y)
|
||||
CANNELLONI_CONF_OPTS += -DSCTP_SUPPORT=ON
|
||||
CANNELLONI_DEPENDENCIES += lksctp-tools
|
||||
else
|
||||
CANNELLONI_CONF_OPTS += -DSCTP_SUPPORT=OFF
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user