summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/nodejs/Config.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/package/nodejs/Config.in b/package/nodejs/Config.in
index eb3aeec955..008fbbf696 100644
--- a/package/nodejs/Config.in
+++ b/package/nodejs/Config.in
@@ -1,3 +1,10 @@
+comment "nodejs needs a toolchain w/ C++, dynamic library, threads"
+ depends on BR2_USE_MMU
+ depends on BR2_arm || BR2_i386 || BR2_x86_64 || BR2_mipsel
+ depends on !BR2_MIPS_SOFT_FLOAT
+ depends on !BR2_ARM_CPU_ARMV4
+ depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
+
config BR2_PACKAGE_NODEJS
bool "nodejs"
depends on BR2_TOOLCHAIN_HAS_THREADS
@@ -17,13 +24,6 @@ config BR2_PACKAGE_NODEJS
http://nodejs.org/
-comment "nodejs needs a toolchain w/ C++, dynamic library, threads"
- depends on BR2_USE_MMU
- depends on BR2_arm || BR2_i386 || BR2_x86_64 || BR2_mipsel
- depends on !BR2_MIPS_SOFT_FLOAT
- depends on !BR2_ARM_CPU_ARMV4
- depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
-
if BR2_PACKAGE_NODEJS
# Starting with 0.12.x, on ARM, V8 (the JS engine)
OpenPOWER on IntegriCloud