From 41891a1be64301684318fd1d6bceb52091d80054 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 14 Feb 2023 00:02:52 -0600 Subject: [PATCH] Disable unnecessary media drivers These were adding over 60 MB to the rootfs image, and they'll never be used. --- linux.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux.config b/linux.config index be13c75..7e585fd 100644 --- a/linux.config +++ b/linux.config @@ -44,3 +44,6 @@ CONFIG_BT=m CONFIG_IPV6=y CONFIG_IPV6_SIT=m CONFIG_IPV6_SIT_6RD=m + +# CONFIG_MEDIA_CEC_SUPPORT is not set +# CONFIG_MEDIA_SUPPORT is not set