update buildroot to 2017.02.11
This commit is contained in:
8
bsp/buildroot-2017.02.11/package/nginx-dav-ext/Config.in
Normal file
8
bsp/buildroot-2017.02.11/package/nginx-dav-ext/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_NGINX_DAV_EXT
|
||||
bool "nginx-dav-ext"
|
||||
depends on BR2_PACKAGE_NGINX_HTTP_DAV_MODULE
|
||||
select BR2_PACKAGE_EXPAT
|
||||
help
|
||||
NGINX WebDAV missing commands support (PROPFIND & OPTIONS).
|
||||
|
||||
https://github.com/arut/nginx-dav-ext-module
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 d428a0236c933779cb40ac8c91afb19d5c25a376dc3caab825bfd543e1ee530d nginx-dav-ext-v0.0.3.tar.gz
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# nginx-dav-ext
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NGINX_DAV_EXT_VERSION = v0.0.3
|
||||
NGINX_DAV_EXT_SITE = $(call github,arut,nginx-dav-ext-module,$(NGINX_DAV_EXT_VERSION))
|
||||
NGINX_DAV_EXT_LICENSE = BSD-2c
|
||||
NGINX_DAV_EXT_LICENSE_FILES = ngx_http_dav_ext_module.c
|
||||
NGINX_DAV_EXT_DEPENDENCIES = expat
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user