initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
################################################################################
|
||||
#
|
||||
# uhttpd
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UHTTPD_VERSION = 15346de8d3ba422002496526ee24c62a3601ab8c
|
||||
UHTTPD_SITE = https://git.openwrt.org/project/uhttpd.git
|
||||
UHTTPD_SITE_METHOD = git
|
||||
UHTTPD_LICENSE = ISC
|
||||
UHTTPD_LICENSE_FILES = uhttpd.h
|
||||
UHTTPD_DEPENDENCIES = libubox json-c
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LUA_5_1),y)
|
||||
UHTTPD_DEPENDENCIES += lua
|
||||
UHTTPD_CONF_OPTS += -DLUA_SUPPORT=ON
|
||||
else
|
||||
UHTTPD_CONF_OPTS += -DLUA_SUPPORT=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_USTREAM_SSL),y)
|
||||
UHTTPD_DEPENDENCIES += ustream-ssl
|
||||
UHTTPD_CONF_OPTS += -DTLS_SUPPORT=ON
|
||||
else
|
||||
UHTTPD_CONF_OPTS += -DTLS_SUPPORT=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_UBUS),y)
|
||||
UHTTPD_DEPENDENCIES += ubus
|
||||
UHTTPD_CONF_OPTS += -DUBUS_SUPPORT=ON
|
||||
else
|
||||
UHTTPD_CONF_OPTS += -DUBUS_SUPPORT=OFF
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user