summaryrefslogtreecommitdiffstats
path: root/package/jquery/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-12-18 23:11:14 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-12-18 23:28:37 +0100
commit4e20e8fe00b7125e2fe4538c69c6560f5bb75121 (patch)
tree9c8f16b3ec37762ffdaea089263fa444518e47a9 /package/jquery/Config.in
parent2d7d697fbfc2273ed1decd3b1c13411ba7ba24a4 (diff)
downloadbuildroot-novena-4e20e8fe00b7125e2fe4538c69c6560f5bb75121.tar.gz
buildroot-novena-4e20e8fe00b7125e2fe4538c69c6560f5bb75121.zip
package: add Javascript menu and jQuery package
A lot of open source Javascript libraries can be interesting to use on embedded systems, so add a specific Javascript menu and the probably most well known library of them all, jQuery. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/jquery/Config.in')
-rw-r--r--package/jquery/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/jquery/Config.in b/package/jquery/Config.in
new file mode 100644
index 000000000..92f560427
--- /dev/null
+++ b/package/jquery/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_JQUERY
+ bool "jQuery"
+ help
+ jQuery is a fast and concise JavaScript Library that
+ simplifies HTML document traversing, event handling,
+ animating, and Ajax interactions for rapid web development.
+
+ http://jquery.com