summaryrefslogtreecommitdiffstats
path: root/package/jquery
Commit message (Collapse)AuthorAgeFilesLines
* package: don't install javascript files as executablePeter Korsgaard2011-12-201-1/+2
| | | | | | | install defaults to mode 0755, not 0644, so explicitly pass mode to ensure .js files aren't made executable. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add Javascript menu and jQuery packagePeter Korsgaard2011-12-182-0/+25
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>