From ce5a8307a345ffaa81feb4b2c4e16478d7ee1d42 Mon Sep 17 00:00:00 2001 From: Sam Day Date: Wed, 25 Feb 2026 20:31:00 +1000 Subject: [PATCH] kconfigcheck: enable ublk driver for netbooting devices ublk allows a block device to be driven from userspace. think FUSE, but blocks. smoo uses ublk to present a block device driven by a USB protocol. this serves as an alternate data plane to nbd for netbooting use cases. Signed-off-by: Sam Day Part-of: --- kconfigcheck.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kconfigcheck.toml b/kconfigcheck.toml index 591532412..aaa209fb2 100644 --- a/kconfigcheck.toml +++ b/kconfigcheck.toml @@ -310,6 +310,8 @@ ZRAM_BACKEND_ZSTD = "y" # netboot: https://postmarketos.org/netboot ["category:netboot".">=0.0.0"."all"] BLK_DEV_NBD = "m" +["category:netboot".">=6.0"."all"] +BLK_DEV_UBLK = "m" # wireguard: VPN software, also includes options for wg-quick ["category:wireguard".">=5.6_rc1"."all"]