summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorMartin Bark <martin@barkynet.com>2016-01-30 14:51:00 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-07 23:35:25 +0100
commit75b7049281d11867ed6611a2a1a6a15dadb0b031 (patch)
treef6479a4c5b6f3f52f3b809cfdd0399b0e584adf8 /Config.in.legacy
parent976380ce27f682f735ae3d3dc78e3a8d58e81a28 (diff)
package/nodejs: remove version choice
Remove the choice of nodejs version. Now automatically pick nodejs 0.10.x for armv5 architectures only and the latest nodejs for all other supported architectures. Note that the removal of BR2_PACKAGE_NODEJS_5_X is not handled in Config.in.legacy because buildroot has never been released with this option included. Signed-off-by: Martin Bark <martin@barkynet.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy8
1 files changed, 5 insertions, 3 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index ec6f26efc..3677f867d 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -315,12 +315,14 @@ config BR2_PACKAGE_INFOZIP
in the unzip package.
config BR2_BR2_PACKAGE_NODEJS_0_10_X
- bool "nodejs 0.10.x option renamed"
+ bool "nodejs 0.10.x option removed"
select BR2_LEGACY
select BR2_PACKAGE_NODEJS
help
- nodejs 0.10.x option was named incorrectly and has been renamed
- to BR2_PACKAGE_NODEJS_0_10_X.
+ nodejs 0.10.x option has been removed. 0.10.x is now
+ automatically chosen for ARMv5 architectures only and the latest
+ nodejs for all other supported architectures. The correct nodejs
+ version has been automatically selected in your configuration.
config BR2_BR2_PACKAGE_NODEJS_0_12_X
bool "nodejs version 0.12.x has been removed"