summaryrefslogtreecommitdiffstats
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorMartin Bark <martin@barkynet.com>2017-05-06 14:19:12 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-06 15:54:11 +0200
commit096f8b13ac423377310b9dabee3bc7bf94476f3e (patch)
tree8f1129c197a081bf597a942d6523419cc162d941 /Config.in.legacy
parentf3facc15bffad4cedcfc1b270af37fc146f76a1a (diff)
downloadbuildroot-096f8b13ac423377310b9dabee3bc7bf94476f3e.tar.gz
buildroot-096f8b13ac423377310b9dabee3bc7bf94476f3e.zip
package/nodejs: remove support for express
BR2_PACKAGE_NODEJS_MODULES_EXPRESS has been deprecated. To continue using add express to BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL Fixes: http://autobuild.buildroot.org/results/fcfa38e98c22c8809452f7d0ee86dfe2e9d2482f http://autobuild.buildroot.org/results/946996fa78c7814d1e0ea0ef1239c6eb0c7aa8dd http://autobuild.buildroot.org/results/df920e7b17617f1e4867d94eda52cab38f7b0622 Signed-off-by: Martin Bark <martin@barkynet.com> 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, 8 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index bc14bf2a61..501581c6fc 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,14 @@ endif
###############################################################################
comment "Legacy options removed in 2017.05"
+config BR2_PACKAGE_NODEJS_MODULES_EXPRESS
+ bool "Express web application framework option has been removed"
+ select BR2_LEGACY
+ help
+ The option to enable the NodeJS Express web application
+ framework has been removed. To continue using it, add
+ "express" to BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL.
+
config BR2_PACKAGE_BLUEZ5_UTILS_GATTTOOL
bool "bluez5_utils gatttool install option removed"
select BR2_PACKAGE_BLUEZ5_UTILS_DEPRECATED
OpenPOWER on IntegriCloud