summaryrefslogtreecommitdiffstats
path: root/package/nodejs
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-04 23:06:52 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-04 23:07:35 +0200
commitc2e94b7f08b8c25d305e8bdab5d844655ffdd735 (patch)
tree8b35f8c561bcc206f3194d5c7da1461ef47d3253 /package/nodejs
parentdf1132f6e0ec6d37c87de2f9f26d63df11a1a051 (diff)
downloadbuildroot-c2e94b7f08b8c25d305e8bdab5d844655ffdd735.tar.gz
buildroot-c2e94b7f08b8c25d305e8bdab5d844655ffdd735.zip
nodejs: remove the menu ... endmenu
The only menu was "Module Selection", even though it contained options (like "NPM for target") which are not related to selecting modules. This commit therefore removes the menu ... endmenu. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nodejs')
-rw-r--r--package/nodejs/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/nodejs/Config.in b/package/nodejs/Config.in
index 432792f6c3..da9ca7fab4 100644
--- a/package/nodejs/Config.in
+++ b/package/nodejs/Config.in
@@ -46,8 +46,6 @@ config BR2_PACKAGE_NODEJS_VERSION_STRING
default "6.2.1" if BR2_PACKAGE_NODEJS_V8_ARCH_SUPPORTS
default "0.10.45"
-menu "Module Selection"
-
config BR2_PACKAGE_NODEJS_NPM
bool "NPM for the target"
select BR2_PACKAGE_OPENSSL
@@ -102,6 +100,4 @@ config BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL_DEPS
'libcurl' here, to ensure that buildroot builds the libcurl package,
and does so before building your node modules.
-endmenu
-
endif
OpenPOWER on IntegriCloud