Author: nbd Date: 2015-09-24 10:37:30 +0200 (Thu, 24 Sep 2015) New Revision: 47031
Modified: trunk/target/linux/uml/config/i386 trunk/target/linux/uml/config/x86_64 Log: uml: disable ext2/ext3 filesystem support (ext4 is enough) Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/uml/config/i386 =================================================================== --- trunk/target/linux/uml/config/i386 2015-09-24 08:37:23 UTC (rev 47030) +++ trunk/target/linux/uml/config/i386 2015-09-24 08:37:30 UTC (rev 47031) @@ -31,8 +31,6 @@ 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 Modified: trunk/target/linux/uml/config/x86_64 =================================================================== --- trunk/target/linux/uml/config/x86_64 2015-09-24 08:37:23 UTC (rev 47030) +++ trunk/target/linux/uml/config/x86_64 2015-09-24 08:37:30 UTC (rev 47031) @@ -34,8 +34,6 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
