From 23a94abc92fe55a2120e3338b02adf5f13426c49 Mon Sep 17 00:00:00 2001 From: Simon Long Date: Fri, 19 Nov 2021 14:28:55 +0000 Subject: [PATCH] Update warning message --- raspi-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspi-config b/raspi-config index d4e77b0..97b9059 100755 --- a/raspi-config +++ b/raspi-config @@ -1837,7 +1837,7 @@ do_legacy() { fi sed $CONFIG -i -e 's/^camera_auto_detect.*/start_x=1/g' sed $CONFIG -i -e 's/^dtoverlay=camera/#dtoverlay=camera/g' - STATUS="Legacy camera support is enabled.\n\nThis will disable various features in the video driver." + STATUS="Legacy camera support is enabled.\n\nPlease note that this functionality is deprecated and will not be supported for future development." else sed $CONFIG -i -e 's/^#\?dtoverlay=vc4-f\?kms-v3d/dtoverlay=vc4-kms-v3d/g' sed $CONFIG -i -e '/\[pi4\]/,/\[/ {/dtoverlay=vc4-kms-v3d/d}'