kernel: 6.1: Add missing config option DEVTMPFS_SAFE
Fixes build error when enabling CONFIG_KERNEL_DEVTMPFS in OpenWrt menuconfig. Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
This commit is contained in:
parent
9062e5faae
commit
07f90910c6
|
@ -1479,6 +1479,7 @@ CONFIG_DEVPORT=y
|
||||||
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
|
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
|
||||||
# CONFIG_DEVTMPFS is not set
|
# CONFIG_DEVTMPFS is not set
|
||||||
# CONFIG_DEVTMPFS_MOUNT is not set
|
# CONFIG_DEVTMPFS_MOUNT is not set
|
||||||
|
# CONFIG_DEVTMPFS_SAFE is not set
|
||||||
# CONFIG_DEV_DAX is not set
|
# CONFIG_DEV_DAX is not set
|
||||||
# CONFIG_DGAP is not set
|
# CONFIG_DGAP is not set
|
||||||
# CONFIG_DGNC is not set
|
# CONFIG_DGNC is not set
|
||||||
|
|
Loading…
Reference in New Issue