mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
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 = 70bee48f1811eecd255ed094ce9f0fb560c390c3
|
||||
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