Commit 319815a5 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

fs/ext2: don't enable by default



It's pretty uncommon to use ext2fs on embedded systems, so don't enable
it by default.

Adjust defconfigs to match.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 051923e9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -15,4 +15,3 @@ BR2_INSTALL_LIBSTDCPP=y
# BR2_PACKAGE_BUSYBOX is not set

# No filesystem (toolchain only)
# BR2_TARGET_ROOTFS_EXT2 is not set
+0 −1
Original line number Diff line number Diff line
@@ -13,4 +13,3 @@ BR2_INSTALL_LIBSTDCPP=y
# BR2_PACKAGE_BUSYBOX is not set

# No filesystem (toolchain only)
# BR2_TARGET_ROOTFS_EXT2 is not set
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
BR2_arm=y

# Filesystem
# BR2_TARGET_ROOTFS_EXT2 is not set
BR2_TARGET_ROOTFS_JFFS2=y
BR2_TARGET_ROOTFS_JFFS2_DATAFLASH_1056=y
BR2_TARGET_ROOTFS_JFFS2_PAGESIZE=0x420
+0 −1
Original line number Diff line number Diff line
@@ -20,5 +20,4 @@ BR2_LINUX_KERNEL_USE_DEFCONFIG=y
BR2_LINUX_KERNEL_DEFCONFIG="at91sam9260ek"

# Filesystem
# BR2_TARGET_ROOTFS_EXT2 is not set
BR2_TARGET_ROOTFS_TAR=y
+0 −1
Original line number Diff line number Diff line
@@ -21,5 +21,4 @@ BR2_LINUX_KERNEL_USE_DEFCONFIG=y
BR2_LINUX_KERNEL_DEFCONFIG="at91sam9261ek"

# Filesystem
# BR2_TARGET_ROOTFS_EXT2 is not set
BR2_TARGET_ROOTFS_TAR=y
Loading