update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_JQUERY_DATETIMEPICKER
bool "jquery-datetimepicker"
help
Use this plugin to unobtrusively add a datetimepicker,
datepicker or timepicker dropdown to your forms.
http://xdsoft.net/jqplugins/datetimepicker

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 2f362a8acd149d1487a9460942f135d1037f01ee0cbfecba8c352fa2f79c34c9 jquery-datetimepicker-2.4.5.tar.gz

View File

@@ -0,0 +1,19 @@
################################################################################
#
# jquery-datetimepicker
#
################################################################################
JQUERY_DATETIMEPICKER_VERSION = 2.4.5
JQUERY_DATETIMEPICKER_SITE = $(call github,xdan,datetimepicker,$(JQUERY_DATETIMEPICKER_VERSION))
JQUERY_DATETIMEPICKER_LICENSE = MIT
JQUERY_DATETIMEPICKER_LICENSE_FILES = MIT-LICENSE.txt
define JQUERY_DATETIMEPICKER_INSTALL_TARGET_CMDS
$(INSTALL) -m 0644 -D $(@D)/jquery.datetimepicker.css \
$(TARGET_DIR)/var/www/jquery-plugins/datetimepicker/jquery.datetimepicker.css
$(INSTALL) -m 0644 -D $(@D)/jquery.datetimepicker.js \
$(TARGET_DIR)/var/www/jquery-plugins/datetimepicker/jquery.datetimepicker.js
endef
$(eval $(generic-package))