From: Felix Fietkau <nbd@openwrt.org>
Date: Thu, 24 Sep 2015 08:37:30 +0000 (+0000)
Subject: uml: disable ext2/ext3 filesystem support (ext4 is enough)
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c8f0290651ce6330cb0e36dd71e77c7361533c99;p=openwrt%2Fstaging%2Fnbd.git

uml: disable ext2/ext3 filesystem support (ext4 is enough)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 47031
---

diff --git a/target/linux/uml/config/i386 b/target/linux/uml/config/i386
index 67081a53a3..42f2034413 100644
--- a/target/linux/uml/config/i386
+++ b/target/linux/uml/config/i386
@@ -31,8 +31,6 @@ CONFIG_DNOTIFY=y
 CONFIG_ELF_CORE=y
 # CONFIG_EMBEDDED is not set
 # CONFIG_EARLY_PRINTK is not set
-CONFIG_EXT2_FS=y
-CONFIG_EXT3_FS=y
 CONFIG_EXT4_FS=y
 CONFIG_GENERIC_BUG=y
 CONFIG_GENERIC_CLOCKEVENTS=y
diff --git a/target/linux/uml/config/x86_64 b/target/linux/uml/config/x86_64
index d23612ea05..af9aaa557f 100644
--- a/target/linux/uml/config/x86_64
+++ b/target/linux/uml/config/x86_64
@@ -34,8 +34,6 @@ CONFIG_DEFAULT_IOSCHED="cfq"
 CONFIG_DEFCONFIG_LIST="arch/$ARCH/defconfig"
 CONFIG_DNOTIFY=y
 # CONFIG_EARLY_PRINTK is not set
-CONFIG_EXT2_FS=y
-CONFIG_EXT3_FS=y
 CONFIG_EXT4_FS=y
 CONFIG_FS_MBCACHE=y
 CONFIG_GENERIC_BUG=y