|
@@ -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,
|