From 4e20e8fe00b7125e2fe4538c69c6560f5bb75121 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 18 Dec 2011 23:11:14 +0100 Subject: 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 --- package/jquery/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package/jquery/Config.in (limited to 'package/jquery/Config.in') 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 -- cgit v1.2.3