aboutsummaryrefslogtreecommitdiff
path: root/lang/node-arduino-firmata
Commit message (Collapse)AuthorAge
* node: Move NPM into a separated pacakgeYgal Blum2017-04-06
| | | | | | | | | In order to reduce flash requirements and also to disallow running NPM on the target move NPM out of the default NodeJS package. In order to allow adding NPM via opkg install, move it to a separated directory Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
* node: use default host install prefixMatthias Schiffer2016-10-04
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* Treewide fix of typo: PKG_LICENSE_FILE --> PKG_LICENSE_FILESMichael Heimpold2016-09-03
| | | | | | Without the trailing _S_ the variable is not considered at all. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* node,node-*: node update to v4.4.5 and Enhance CPU-arch variant.Hirokazu MORIKAWA2016-05-27
|
* node-*: node update to v4.4.4Hirokazu MORIKAWA2016-05-11
|
* node update v0.12.13Hirokazu MORIKAWA2016-04-21
|
* Merge pull request #2486 from yousong/cp-fixchamptar2016-04-10
|\ | | | | Drop the redundant -r option to $(CP)
| * Drop the redundant -r option to $(CP)Yousong Zhou2016-03-12
| | | | | | | | | | | | | | | | | | $(CP) was defined as `cp -fpR' since the very begining of OpenWrt build system (2006-06-22). The -R option should be enough and base packages use only $(CP) for the same purposes just fine and BSD manual of cp also discourages the use of `-r' option. So let's just tidy up the usage now. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | node-* : specify npm_config_cache directoryHirokazu MORIKAWA2016-04-01
| |
* | node-arduino-firmata: add node host dependencyStijn Tintel2016-03-17
|/ | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with ↵Felix Fietkau2016-01-20
| | | | | | changes in trunk Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* node-arduino-firmata: set proper download path and set version properlyJohn Crispin2015-10-19
| | | | | | | * fix download path * fix version variables Signed-off-by: John Crispin <blogic@openwrt.org>
* nodejs: add 0.12 version of nodeJohn Crispin2015-10-19
add node-js 0.12 and a few gyp bindings Signed-off-by: John Crispin <blogic@openwrt.org>