mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/duktape: move submenu
Since the introduction of duktape in [1]. This package has been present
under the "JavaScript" sub-menu.
This sub-menu was mostly used for JS libraries and programs so duktape
should have been under the "Interpreter languages and scripting"
submenu.
Since duktape is now the only entry in the JavaScript submenu, move this
package to a better suited place and remove the JavaScript submenu.
[1] 387ff26b6d duktape: new package
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
9038a4e06d
commit
6f226b2923
@@ -656,6 +656,7 @@ endmenu
|
||||
menu "Interpreter languages and scripting"
|
||||
source "package/4th/Config.in"
|
||||
source "package/chicken/Config.in"
|
||||
source "package/duktape/Config.in"
|
||||
source "package/enscript/Config.in"
|
||||
source "package/erlang/Config.in"
|
||||
if BR2_PACKAGE_ERLANG
|
||||
@@ -1866,10 +1867,6 @@ menu "Hardware handling"
|
||||
source "package/urg/Config.in"
|
||||
endmenu
|
||||
|
||||
menu "Javascript"
|
||||
source "package/duktape/Config.in"
|
||||
endmenu
|
||||
|
||||
menu "JSON/XML"
|
||||
source "package/benejson/Config.in"
|
||||
source "package/cjson/Config.in"
|
||||
|
||||
Reference in New Issue
Block a user