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:
Thomas Perale
2025-08-29 12:33:40 +02:00
committed by Thomas Petazzoni
parent 9038a4e06d
commit 6f226b2923

View File

@@ -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"