diff options
author | Phil Sutter <phil@nwl.cc> | 2021-11-01 12:35:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-01 15:16:20 +0100 |
commit | 45660d157835b05dd29ad51ad9d187e5bfb5d957 (patch) | |
tree | d23ba039fc92c9a38e94a8479e06565e8ae2caf9 /target/linux/config | |
parent | e48e15bff425241ec65f5f892cfd1d2c17a19d67 (diff) |
target: linux: config: Export CONFIG_OVERLAY_FS
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.fs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index d90c09911..46617e1a7 100644 --- a/target/linux/config/Config.in.fs +++ b/target/linux/config/Config.in.fs @@ -252,6 +252,12 @@ config ADK_LINUX_KERNEL_UBIFS_FS help UBIFS is a file system for flash devices which works on top of UBI. +config ADK_LINUX_KERNEL_OVERLAY_FS + bool "Overlay filesystem support" + help + This enables the overlay filesystem which is present + in upstream kernels starting with version 3.18. + endmenu |