nodejs: remove the menu ... endmenu
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 4 Jul 2016 21:06:52 +0000 (23:06 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 4 Jul 2016 21:07:35 +0000 (23:07 +0200)
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>
package/nodejs/Config.in

index 432792f6c33642684c562a2d3674cf960e739460..da9ca7fab40a8396ba317ff4d7449bfa5e72ac4f 100644 (file)
@@ -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