Skip to content
Snippets Groups Projects
Verified Commit e5e9c4e3 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches: openwrt: btrfs enable ACL and CHECK_INTEGRITY

Fixes: turris/turris-os-packages#384
parent 0a43f50c
Branches
Tags
No related merge requests found
From 878df9ac8a21cd1176cb269bf98c19a7dd0450fd Mon Sep 17 00:00:00 2001
From: Josef Schlehofer <josef.schlehofer@nic.cz>
Date: Sun, 12 May 2019 23:23:14 +0200
Subject: [PATCH] kernel: btrfs: enable ACL and CHECK_INTEGRITY
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
---
package/kernel/linux/modules/fs.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk
index ebf8677d93..651545bb9e 100644
--- a/package/kernel/linux/modules/fs.mk
+++ b/package/kernel/linux/modules/fs.mk
@@ -67,8 +67,8 @@ define KernelPackage/fs-btrfs
DEPENDS:=+kmod-lib-crc32c +kmod-lib-lzo +kmod-lib-zlib-inflate +kmod-lib-zlib-deflate +kmod-lib-raid6 +kmod-lib-xor +LINUX_4_14:kmod-lib-zstd
KCONFIG:=\
CONFIG_BTRFS_FS \
- CONFIG_BTRFS_FS_POSIX_ACL=n \
- CONFIG_BTRFS_FS_CHECK_INTEGRITY=n
+ CONFIG_BTRFS_FS_POSIX_ACL=y \
+ CONFIG_BTRFS_FS_CHECK_INTEGRITY=y
FILES:=\
$(LINUX_DIR)/fs/btrfs/btrfs.ko
AUTOLOAD:=$(call AutoLoad,30,btrfs,1)
--
2.20.1
  • Karel Koci :metal: @kkoci

    mentioned in issue turris-os-packages#384

    ·

    mentioned in issue turris-os-packages#384

    Toggle commit list
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment