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 <me@samcday.com> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8075>
This commit is contained in:
parent
854721bdba
commit
ce5a8307a3
1 changed files with 2 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue