Skip to content

Commit f28bcfd

Browse files
author
Bill Pittman
committed
nati_x86_64_defconfig: build squashfs & overlayfs into the kernel
Switch squashfs from a module to a built in component of the kernel. Also add overlayfs support to the kernel. The new file layout requires squashfs and overlayfs so they should be built in. Signed-off-by: Bill Pittman <bill.pittman@ni.com> Acked-by: Gratian Crisan <gratian.crisan@ni.com> Natinst-ReviewBoard-ID: 294993
1 parent 638a209 commit f28bcfd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

arch/x86/configs/nati_x86_64_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ CONFIG_EXT3_FS_POSIX_ACL=y
466466
CONFIG_EXT3_FS_SECURITY=y
467467
# CONFIG_DNOTIFY is not set
468468
CONFIG_FUSE_FS=m
469+
CONFIG_OVERLAY_FS=y
469470
CONFIG_ISO9660_FS=y
470471
CONFIG_MSDOS_FS=y
471472
CONFIG_VFAT_FS=y
@@ -474,7 +475,7 @@ CONFIG_PROC_KCORE=y
474475
CONFIG_TMPFS_POSIX_ACL=y
475476
CONFIG_CONFIGFS_FS=y
476477
CONFIG_EFIVAR_FS=y
477-
CONFIG_SQUASHFS=m
478+
CONFIG_SQUASHFS=y
478479
CONFIG_SQUASHFS_XATTR=y
479480
CONFIG_NFS_FS=m
480481
CONFIG_NFS_V4=m

0 commit comments

Comments
 (0)