Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package: don't install javascript files as executable | Peter Korsgaard | 2011-12-20 | 1 | -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 package | Peter Korsgaard | 2011-12-18 | 2 | -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> |