diff options
-rw-r--r-- | openwrt/target/jffs2/Config.in | 1 | ||||
-rw-r--r-- | openwrt/target/squashfs/Config.in | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/openwrt/target/jffs2/Config.in b/openwrt/target/jffs2/Config.in index ae14ad9da..c51ffc1cb 100644 --- a/openwrt/target/jffs2/Config.in +++ b/openwrt/target/jffs2/Config.in @@ -1,6 +1,5 @@ config BR2_TARGET_ROOTFS_JFFS2 bool "jffs2" - default n help Build a jffs2 root filesystem diff --git a/openwrt/target/squashfs/Config.in b/openwrt/target/squashfs/Config.in index 3ef5d2223..6f1d709d5 100644 --- a/openwrt/target/squashfs/Config.in +++ b/openwrt/target/squashfs/Config.in @@ -1,6 +1,5 @@ config BR2_TARGET_ROOTFS_SQUASHFS bool "squashfs" - default n help Build a squashfs root filesystem |