generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
9
package/nginx-upload/Config.in
Normal file
9
package/nginx-upload/Config.in
Normal file
@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_NGINX_UPLOAD
|
||||
bool "nginx-upload"
|
||||
depends on BR2_PACKAGE_NGINX_HTTP
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
help
|
||||
A module for nginx web server for handling file uploads
|
||||
using multipart/form-data encoding (RFC 1867).
|
||||
|
||||
https://github.com/vkholodkov/nginx-upload-module
|
||||
3
package/nginx-upload/nginx-upload.hash
Normal file
3
package/nginx-upload/nginx-upload.hash
Normal file
@ -0,0 +1,3 @@
|
||||
#Locally Computed:
|
||||
sha256 61ad5bcb67c8f688a4c7a5611311a351049361840b8dfe78be542066f475166e nginx-upload-4423994c7d8fb491d95867f6af968585d949e7a9.tar.gz
|
||||
sha256 825f9684c427e29fd1ab085d5c421a4cbf96a460f3c58884a42c28bfbac5e544 LICENCE
|
||||
13
package/nginx-upload/nginx-upload.mk
Normal file
13
package/nginx-upload/nginx-upload.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# nginx-upload
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NGINX_UPLOAD_VERSION = 4423994c7d8fb491d95867f6af968585d949e7a9
|
||||
NGINX_UPLOAD_SITE = $(call github,vkholodkov,nginx-upload-module,$(NGINX_UPLOAD_VERSION))
|
||||
NGINX_UPLOAD_LICENSE = BSD-3-Clause
|
||||
NGINX_UPLOAD_LICENSE_FILES = LICENCE
|
||||
NGINX_UPLOAD_DEPENDENCIES = openssl
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user