diff options
Diffstat (limited to 'package/jquery/Config.in')
-rw-r--r-- | package/jquery/Config.in | 8 |
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 |