From 490fa4af43c5df980cfd0029aec8e028b10529cd Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 9 Jan 2020 11:15:35 -0600 Subject: Enable EROFS as it has been promoted from staging --- configs/fedora/generic/CONFIG_EROFS_FS | 2 +- configs/fedora/generic/CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT | 1 + configs/fedora/generic/CONFIG_EROFS_FS_DEBUG | 1 + configs/fedora/generic/CONFIG_EROFS_FS_POSIX_ACL | 1 + configs/fedora/generic/CONFIG_EROFS_FS_SECURITY | 1 + configs/fedora/generic/CONFIG_EROFS_FS_XATTR | 1 + configs/fedora/generic/CONFIG_EROFS_FS_ZIP | 1 + 7 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 configs/fedora/generic/CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT create mode 100644 configs/fedora/generic/CONFIG_EROFS_FS_DEBUG create mode 100644 configs/fedora/generic/CONFIG_EROFS_FS_POSIX_ACL create mode 100644 configs/fedora/generic/CONFIG_EROFS_FS_SECURITY create mode 100644 configs/fedora/generic/CONFIG_EROFS_FS_XATTR create mode 100644 configs/fedora/generic/CONFIG_EROFS_FS_ZIP (limited to 'configs/fedora/generic') diff --git a/configs/fedora/generic/CONFIG_EROFS_FS b/configs/fedora/generic/CONFIG_EROFS_FS index 4bdace556..0394e57c2 100644 --- a/configs/fedora/generic/CONFIG_EROFS_FS +++ b/configs/fedora/generic/CONFIG_EROFS_FS @@ -1 +1 @@ -# CONFIG_EROFS_FS is not set +CONFIG_EROFS_FS=m diff --git a/configs/fedora/generic/CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT b/configs/fedora/generic/CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT new file mode 100644 index 000000000..585602e4a --- /dev/null +++ b/configs/fedora/generic/CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT @@ -0,0 +1 @@ +CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 diff --git a/configs/fedora/generic/CONFIG_EROFS_FS_DEBUG b/configs/fedora/generic/CONFIG_EROFS_FS_DEBUG new file mode 100644 index 000000000..5363c0f0a --- /dev/null +++ b/configs/fedora/generic/CONFIG_EROFS_FS_DEBUG @@ -0,0 +1 @@ +# CONFIG_EROFS_FS_DEBUG is not set diff --git a/configs/fedora/generic/CONFIG_EROFS_FS_POSIX_ACL b/configs/fedora/generic/CONFIG_EROFS_FS_POSIX_ACL new file mode 100644 index 000000000..fe4f9a826 --- /dev/null +++ b/configs/fedora/generic/CONFIG_EROFS_FS_POSIX_ACL @@ -0,0 +1 @@ +CONFIG_EROFS_FS_POSIX_ACL=y diff --git a/configs/fedora/generic/CONFIG_EROFS_FS_SECURITY b/configs/fedora/generic/CONFIG_EROFS_FS_SECURITY new file mode 100644 index 000000000..f24b07262 --- /dev/null +++ b/configs/fedora/generic/CONFIG_EROFS_FS_SECURITY @@ -0,0 +1 @@ +CONFIG_EROFS_FS_SECURITY=y diff --git a/configs/fedora/generic/CONFIG_EROFS_FS_XATTR b/configs/fedora/generic/CONFIG_EROFS_FS_XATTR new file mode 100644 index 000000000..751034acd --- /dev/null +++ b/configs/fedora/generic/CONFIG_EROFS_FS_XATTR @@ -0,0 +1 @@ +CONFIG_EROFS_FS_XATTR=y diff --git a/configs/fedora/generic/CONFIG_EROFS_FS_ZIP b/configs/fedora/generic/CONFIG_EROFS_FS_ZIP new file mode 100644 index 000000000..fe558502b --- /dev/null +++ b/configs/fedora/generic/CONFIG_EROFS_FS_ZIP @@ -0,0 +1 @@ +CONFIG_EROFS_FS_ZIP=y -- cgit