|
@@ -146,6 +146,30 @@ endif
|
|
|
|
|
|
|
|
comment "Legacy options removed in 2026.02"
|
|
comment "Legacy options removed in 2026.02"
|
|
|
|
|
|
|
|
|
|
+config BR2_PACKAGE_DATATABLES_RESPONSIVE
|
|
|
|
|
+ bool "datatables-responsive has been removed"
|
|
|
|
|
+ select BR2_LEGACY
|
|
|
|
|
+ help
|
|
|
|
|
+ JS libraries are no longer part of Buildroot packages.
|
|
|
|
|
+
|
|
|
|
|
+config BR2_PACKAGE_DATATABLES_FIXEDCOLUMNS
|
|
|
|
|
+ bool "datatables-fixedcolumns has been removed"
|
|
|
|
|
+ select BR2_LEGACY
|
|
|
|
|
+ help
|
|
|
|
|
+ JS libraries are no longer part of Buildroot packages.
|
|
|
|
|
+
|
|
|
|
|
+config BR2_PACKAGE_DATATABLES_BUTTONS
|
|
|
|
|
+ bool "datatables-buttons has been removed"
|
|
|
|
|
+ select BR2_LEGACY
|
|
|
|
|
+ help
|
|
|
|
|
+ JS libraries are no longer part of Buildroot packages.
|
|
|
|
|
+
|
|
|
|
|
+config BR2_PACKAGE_DATATABLES
|
|
|
|
|
+ bool "datatables has been removed"
|
|
|
|
|
+ select BR2_LEGACY
|
|
|
|
|
+ help
|
|
|
|
|
+ JS libraries are no longer part of Buildroot packages.
|
|
|
|
|
+
|
|
|
config BR2_PACKAGE_CHARTJS
|
|
config BR2_PACKAGE_CHARTJS
|
|
|
bool "chartjs has been removed"
|
|
bool "chartjs has been removed"
|
|
|
select BR2_LEGACY
|
|
select BR2_LEGACY
|