Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | node: fix build on x86 & x86.64 targets | Alexandru Ardelean | 2015-12-19 | |
| | | | | | | | | | | | | | | | | | For x86 and x86_64, nodejs has some special CPU code that needs to be selected by specifying the correct CPU name (correct for nodejs). On OpenWRT x86 is i386 ; node wants ia32 for this. And x86_64 is x64 on nodejs. So, we just need to do the proper substitutions. Note: the ARCH env-var is obtained from CONFIG_ARCH, after some subtitutions are applied. So, it shouldn't affect other target archs. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> | |||
* | node: add python/host to HOST_BUILD_DEPENDS as well | Matthias Schiffer | 2015-10-28 | |
| | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> | |||
* | node: disable MIPS16 | John Crispin | 2015-10-26 | |
| | | | | Signed-off-by: John Crispin <blogic@openwrt.org> | |||
* | node: add a python/host dependency | John Crispin | 2015-10-20 | |
| | | | | Signed-off-by: John Crispin <blogic@openwrt.org> | |||
* | nodejs: add 0.12 version of node | John Crispin | 2015-10-19 | |
add node-js 0.12 and a few gyp bindings Signed-off-by: John Crispin <blogic@openwrt.org> |