From: wbx Date: Thu, 17 Feb 2005 23:16:22 +0000 (+0000) Subject: no default allowed X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/7e76e9c1dd6cbaf1911416447bbd03d9ee7ac6b6?ds=sidebyside no default allowed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@251 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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