2
0
forked from Ivasoft/openwrt

kernel: Move CONFIG_F2FS_FS_SECURITY to generic kernel config

Move the CONFIG_F2FS_FS_SECURITY kernel configuration option to the
generic kernel configuration.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens
2020-10-10 12:10:10 +02:00
parent 18deed29be
commit 6542615e41
18 changed files with 1 additions and 17 deletions

View File

@@ -209,7 +209,6 @@ define KernelPackage/fs-f2fs
KCONFIG:= \
CONFIG_F2FS_FS \
CONFIG_F2FS_FS_POSIX_ACL=n \
CONFIG_F2FS_FS_SECURITY=n \
CONFIG_F2FS_CHECK_FS=n
FILES:=$(LINUX_DIR)/fs/f2fs/f2fs.ko
AUTOLOAD:=$(call AutoLoad,30,f2fs,1)