Loading package/flot/Config.in +6 −1 Original line number Diff line number Diff line Loading @@ -14,12 +14,17 @@ config BR2_PACKAGE_FLOT Safari 3.0+, Opera 9.5+ and Konqueror 4.x+ with the HTML canvas tag. https://code.google.com/p/flot/ http://www.flotcharts.org/ if BR2_PACKAGE_FLOT comment "flot plugins" config BR2_PACKAGE_FLOT_CANVAS bool "canvas" help Flot plugin to render axis tick labels directly to the canvas config BR2_PACKAGE_FLOT_FILLBETWEEN bool "fillbetween" help Loading package/flot/flot.mk +5 −2 Original line number Diff line number Diff line FLOT_VERSION = 0.7 FLOT_SITE = http://flot.googlecode.com/files FLOT_VERSION = 0.8.0 FLOT_SITE = http://www.flotcharts.org/downloads FLOT_LICENSE = MIT FLOT_LICENSE_FILES = LICENSE.txt FLOT_FILES = jquery.flot $(addprefix jquery.flot.,\ $(if $(BR2_PACKAGE_FLOT_CANVAS),canvas) \ $(if $(BR2_PACKAGE_FLOT_FILLBETWEEN),fillbetween) \ $(if $(BR2_PACKAGE_FLOT_NAVIGATE),navigate) \ $(if $(BR2_PACKAGE_FLOT_PIE),pie) \ Loading Loading
package/flot/Config.in +6 −1 Original line number Diff line number Diff line Loading @@ -14,12 +14,17 @@ config BR2_PACKAGE_FLOT Safari 3.0+, Opera 9.5+ and Konqueror 4.x+ with the HTML canvas tag. https://code.google.com/p/flot/ http://www.flotcharts.org/ if BR2_PACKAGE_FLOT comment "flot plugins" config BR2_PACKAGE_FLOT_CANVAS bool "canvas" help Flot plugin to render axis tick labels directly to the canvas config BR2_PACKAGE_FLOT_FILLBETWEEN bool "fillbetween" help Loading
package/flot/flot.mk +5 −2 Original line number Diff line number Diff line FLOT_VERSION = 0.7 FLOT_SITE = http://flot.googlecode.com/files FLOT_VERSION = 0.8.0 FLOT_SITE = http://www.flotcharts.org/downloads FLOT_LICENSE = MIT FLOT_LICENSE_FILES = LICENSE.txt FLOT_FILES = jquery.flot $(addprefix jquery.flot.,\ $(if $(BR2_PACKAGE_FLOT_CANVAS),canvas) \ $(if $(BR2_PACKAGE_FLOT_FILLBETWEEN),fillbetween) \ $(if $(BR2_PACKAGE_FLOT_NAVIGATE),navigate) \ $(if $(BR2_PACKAGE_FLOT_PIE),pie) \ Loading