Hello Ulrich, Am Dienstag, den 04.02.2020, 08:53 +0100 schrieb Ulrich Ölmann: > […] > diff --git a/rules/nodejs.in b/rules/nodejs.in > index e4ac11568bcc..6d23f94ef8b7 100644 > --- a/rules/nodejs.in > +++ b/rules/nodejs.in > @@ -1,48 +1,20 @@ > -## SECTION=staging > -## old section: > -### SECTION=bytecode_engines > +## SECTION=bytecode_engines > > menuconfig NODEJS > tristate > - prompt "nodejs " > + prompt "Node.js " > select HOST_NODEJS > + select C_ARES > + select LIBUV > select OPENSSL > select ZLIB > help > - evented I/O for V8 javascript > - > - Node.js is a platform built on Chrome's JavaScript runtime > - for easily building fast, scalable network > - applications. Node.js uses an event-driven, non-blocking I/O > - model that makes it lightweight and efficient, perfect for > - data-intensive real-time applications that run across > - distributed devices. > - > - STAGING: remove in ptxdist-2020.06.0 > - Old version that need to be updated. Fails to build with gcc >= 7.x. > - > - > -if NODEJS > - > -config NODEJS_NPM > - bool > - prompt "install npm on target" > […]
Since you remove all sub-menu entries, you should switch the whole entry from "menuconfig" to "config" as well. jb -- Pengutronix e.K. | Juergen Borleis | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-5128 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected]
