linux-sysmocom: Attempt to enable the ext4 kernel module again

Wow.. this seems to be off so frequently. For the SD Card we
should have the ext4 kernel module available.
This commit is contained in:
Holger Hans Peter Freyther 2015-08-25 17:53:38 +02:00
parent 8fd695e69b
commit 243de8f36e
1 changed files with 5 additions and 1 deletions

View File

@ -1693,7 +1693,11 @@ CONFIG_IRQCHIP=y
#
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
# CONFIG_EXT4_FS is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
CONFIG_EXT4_FS=y
CONFIG_JBD=y
CONFIG_JBD2=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set