From 0c758df759ecb371565ed45079d0b0706bf17fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Wed, 14 May 2025 22:05:28 +0200 Subject: [PATCH] Remove unused FW_LOADER_USER_HELPER in Rockchip base config (#4065) Since https://github.com/home-assistant/buildroot/commit/127c42033590e73e3161852acd540a79c98d9f3d change in package/systemd, this option is patched by systemd build because userspace FW loading has never been supported with Systemd. This should have no runtime effect, just clear the warning about disabled option. --- buildroot-external/kernel/v6.12.y/kernel-arm64-rockchip.config | 1 - 1 file changed, 1 deletion(-) diff --git a/buildroot-external/kernel/v6.12.y/kernel-arm64-rockchip.config b/buildroot-external/kernel/v6.12.y/kernel-arm64-rockchip.config index c173fda60..49b08f0bf 100644 --- a/buildroot-external/kernel/v6.12.y/kernel-arm64-rockchip.config +++ b/buildroot-external/kernel/v6.12.y/kernel-arm64-rockchip.config @@ -687,7 +687,6 @@ CONFIG_CXL_BUS=m CONFIG_UEVENT_HELPER=y CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y -CONFIG_FW_LOADER_USER_HELPER=y CONFIG_FW_LOADER_COMPRESS=y CONFIG_SUNXI_RSB=m CONFIG_TEGRA_ACONNECT=m