Skip to content

Commit

Permalink
linux-4.14.39: Build EXT3 as module
Browse files Browse the repository at this point in the history
> I don't think we need static EXT3,EXT4 and JFS at all.
> CONFIG_EXT3_FS=m will imply CONFIG_EXT4_FS=m

Fixes: #653
  • Loading branch information
pmenzel committed May 4, 2018
1 parent 83fcfd8 commit 8eaabc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linux-4.14.39-213.bee
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ mee_configure() {
CONFIG_GOOGLE_COREBOOT_TABLE_ACPI=m
CONFIG_GOOGLE_MEMCONSOLE_COREBOOT=m
CONFIG_EXT2_FS=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS=m
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_REISERFS_FS=y
Expand Down Expand Up @@ -837,6 +837,7 @@ mee_configure() {
CONFIG_KVM=m
CONFIG_KVM_INTEL=m
CONFIG_KVM_AMD=m
CONFIG_CRC16=y
CONFIG_CRC_ITU_T=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
Expand Down

0 comments on commit 8eaabc3

Please sign in to comment.