From d846fdb13b3e12fa413ec88349ef544f8bc99d95 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 27 Aug 2026 16:01:46 +0200 Subject: [PATCH] Enable autofs support explicitly (#4984) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Supervisor pairs every network mount with a systemd .automount unit, so the kernel automounter is a hard requirement for network storage. Today the option is only enabled as a side effect: Buildroot's systemd package force-enables CONFIG_AUTOFS_FS through its kernel config fixups. That works — it even overrode the explicit disable the Raspberry Pi config carried until 11.2 — but nothing in our configs states the dependency, and the fixup skips symbols already set to =m, which leaves the Rockchip boards (Green, ODROID-M1/M1S) with autofs as a module while every other board has it built in. Set the option in the shared fragment to document the requirement and build it in everywhere. Co-authored-by: Claude Fable 5 --- buildroot-external/kernel/v6.18.y/haos.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildroot-external/kernel/v6.18.y/haos.config b/buildroot-external/kernel/v6.18.y/haos.config index e67d096a7..d1a0dbe63 100644 --- a/buildroot-external/kernel/v6.18.y/haos.config +++ b/buildroot-external/kernel/v6.18.y/haos.config @@ -209,6 +209,8 @@ CONFIG_CIFS_XATTR=y CONFIG_CIFS_POSIX=y CONFIG_CIFS_DFS_UPCALL=y +CONFIG_AUTOFS_FS=y + CONFIG_WIREGUARD=m CONFIG_HID=y