From 6f226b2923a478326f56052310c59ca908402a19 Mon Sep 17 00:00:00 2001 From: Thomas Perale Date: Fri, 29 Aug 2025 12:33:40 +0200 Subject: [PATCH] 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 Signed-off-by: Thomas Petazzoni --- package/Config.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package/Config.in b/package/Config.in index 643072b71e..5a19ef6016 100644 --- a/package/Config.in +++ b/package/Config.in @@ -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"