diff --git a/Config.in.legacy b/Config.in.legacy index 5b69ba6f3c..35604b87fe 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -146,6 +146,12 @@ endif comment "Legacy options removed in 2026.02" +config BR2_PACKAGE_EXPLORERCANVAS + bool "explorercanvas has been removed" + select BR2_LEGACY + help + JS libraries are no longer part of Buildroot packages. + config BR2_PACKAGE_DATATABLES_RESPONSIVE bool "datatables-responsive has been removed" select BR2_LEGACY diff --git a/package/Config.in b/package/Config.in index bc6b724f8b..37c04685fa 100644 --- a/package/Config.in +++ b/package/Config.in @@ -1868,7 +1868,6 @@ endmenu menu "Javascript" source "package/duktape/Config.in" - source "package/explorercanvas/Config.in" source "package/flot/Config.in" source "package/forge/Config.in" source "package/jquery/Config.in" diff --git a/package/explorercanvas/Config.in b/package/explorercanvas/Config.in deleted file mode 100644 index 9714a580ce..0000000000 --- a/package/explorercanvas/Config.in +++ /dev/null @@ -1,10 +0,0 @@ -config BR2_PACKAGE_EXPLORERCANVAS - bool "explorercanvas" - help - Modern browsers like Firefox, Safari, Chrome and Opera - support the HTML5 canvas tag to allow 2D command-based - drawing. ExplorerCanvas brings the same functionality to - Internet Explorer (