Loading package/flot/Config.in +5 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,11 @@ if BR2_PACKAGE_FLOT comment "flot plugins" config BR2_PACKAGE_FLOT_FILLBETWEEN bool "fillbetween" help Flot plugin for computing bottoms for filled line and bar charts config BR2_PACKAGE_FLOT_NAVIGATE bool "navigate" help Loading package/flot/flot.mk +1 −0 Original line number Diff line number Diff line FLOT_VERSION = 0.7 FLOT_SITE = http://flot.googlecode.com/files FLOT_FILES = jquery.flot $(addprefix jquery.flot.,\ $(if $(BR2_PACKAGE_FLOT_FILLBETWEEN),fillbetween) \ $(if $(BR2_PACKAGE_FLOT_NAVIGATE),navigate) \ $(if $(BR2_PACKAGE_FLOT_PIE),pie) \ $(if $(BR2_PACKAGE_FLOT_RESIZE),resize) \ Loading Loading
package/flot/Config.in +5 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,11 @@ if BR2_PACKAGE_FLOT comment "flot plugins" config BR2_PACKAGE_FLOT_FILLBETWEEN bool "fillbetween" help Flot plugin for computing bottoms for filled line and bar charts config BR2_PACKAGE_FLOT_NAVIGATE bool "navigate" help Loading
package/flot/flot.mk +1 −0 Original line number Diff line number Diff line FLOT_VERSION = 0.7 FLOT_SITE = http://flot.googlecode.com/files FLOT_FILES = jquery.flot $(addprefix jquery.flot.,\ $(if $(BR2_PACKAGE_FLOT_FILLBETWEEN),fillbetween) \ $(if $(BR2_PACKAGE_FLOT_NAVIGATE),navigate) \ $(if $(BR2_PACKAGE_FLOT_PIE),pie) \ $(if $(BR2_PACKAGE_FLOT_RESIZE),resize) \ Loading