diff options
Diffstat (limited to 'package/nodejs')
| -rw-r--r-- | package/nodejs/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/nodejs/Config.in b/package/nodejs/Config.in index d044c8ea37..31406831c0 100644 --- a/package/nodejs/Config.in +++ b/package/nodejs/Config.in @@ -58,7 +58,7 @@ config BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL help List of space-separated nodejs modules to install via npm. See https://npmjs.org/ to find modules and 'npm help install' - for available installation methods. For repeatable builds, + for available installation methods. For repeatable builds, download and save tgz files or clone git repos for the components you care about. @@ -72,7 +72,7 @@ config BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL_DEPS string "Additional module dependencies" help List of space-separated buildroot recipes which must be built before - your npms can be installed. For example, if in 'Additional modules' + your npms can be installed. For example, if in 'Additional modules' you specified 'node-curl' (see: https://github.com/jiangmiao/node-curl), you could then specify 'libcurl' here, to ensure that buildroot builds the libcurl package, |

