|
@@ -202,6 +202,66 @@ config BR2_KERNEL_HEADERS_6_5
|
|
|
Version 6.5.x of the Linux kernel headers are no longer
|
|
|
maintained upstream and are now removed.
|
|
|
|
|
|
+config BR2_PACKAGE_WATCHDOGD_GENERIC_POLL
|
|
|
+ int "watchdogd generic poll has been replaced"
|
|
|
+ default 0
|
|
|
+ help
|
|
|
+ The generic script poll interval has been replaced upstream
|
|
|
+ with a boolean on/off. Your configuration has been migrated.
|
|
|
+
|
|
|
+ Set this legacy option to 0 here to remove the warning.
|
|
|
+
|
|
|
+# Note: BR2_PACKAGE_WATCHDOGD_*_POLL_WRAP referenced in package/watchdogd/Config.in
|
|
|
+config BR2_PACKAGE_WATCHDOGD_GENERIC_POLL_WRAP
|
|
|
+ bool
|
|
|
+ default y if BR2_PACKAGE_WATCHDOGD_GENERIC_POLL != 0
|
|
|
+ select BR2_LEGACY
|
|
|
+
|
|
|
+config BR2_PACKAGE_WATCHDOGD_LOADAVG_POLL
|
|
|
+ int "watchdogd loadavg poll has been replaced"
|
|
|
+ default 0
|
|
|
+ help
|
|
|
+ The CPU load average poll interval has been replaced upstream
|
|
|
+ with a boolean on/off. Your configuration has been migrated.
|
|
|
+
|
|
|
+ Set this legacy option to 0 here to remove the warning.
|
|
|
+
|
|
|
+# Note: BR2_PACKAGE_WATCHDOGD_*_POLL_WRAP referenced in package/watchdogd/Config.in
|
|
|
+config BR2_PACKAGE_WATCHDOGD_LOADAVG_POLL_WRAP
|
|
|
+ bool
|
|
|
+ default y if BR2_PACKAGE_WATCHDOGD_LOADAVG_POLL != 0
|
|
|
+ select BR2_LEGACY
|
|
|
+
|
|
|
+config BR2_PACKAGE_WATCHDOGD_FILENR_POLL
|
|
|
+ int "watchdogd filenr poll has been replaced"
|
|
|
+ default 0
|
|
|
+ help
|
|
|
+ The file descriptor leak poll has been replaced upstream with
|
|
|
+ a boolean on/off. Your configuration has been migrated.
|
|
|
+
|
|
|
+ Set this legacy option to 0 here to remove the warning.
|
|
|
+
|
|
|
+# Note: BR2_PACKAGE_WATCHDOGD_*_POLL_WRAP referenced in package/watchdogd/Config.in
|
|
|
+config BR2_PACKAGE_WATCHDOGD_FILENR_POLL_WRAP
|
|
|
+ bool
|
|
|
+ default y if BR2_PACKAGE_WATCHDOGD_FILENR_POLL != 0
|
|
|
+ select BR2_LEGACY
|
|
|
+
|
|
|
+config BR2_PACKAGE_WATCHDOGD_MEMINFO_POLL
|
|
|
+ int "watchdogd meminfo poll has been replaced"
|
|
|
+ default 0
|
|
|
+ help
|
|
|
+ The memleak detector poll interval has been replaced upstream
|
|
|
+ with a boolean on/off. Your configuration has been migrated.
|
|
|
+
|
|
|
+ Set this legacy option to 0 here to remove the warning.
|
|
|
+
|
|
|
+# Note: BR2_PACKAGE_WATCHDOGD_*_POLL_WRAP referenced in package/watchdogd/Config.in
|
|
|
+config BR2_PACKAGE_WATCHDOGD_MEMINFO_POLL_WRAP
|
|
|
+ bool
|
|
|
+ default y if BR2_PACKAGE_WATCHDOGD_MEMINFO_POLL != 0
|
|
|
+ select BR2_LEGACY
|
|
|
+
|
|
|
comment "Legacy options removed in 2023.11"
|
|
|
|
|
|
config BR2_PACKAGE_PYTHON_PYXB
|