From: Waldemar Brodkorb Date: Thu, 17 Feb 2005 23:16:22 +0000 (+0000) Subject: no default allowed X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f6cf0ae67b1d15e2aa830fe9924d916a92b61eb2;p=15.05%2Fopenwrt.git 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 ae14ad9da0..c51ffc1cba 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 3ef5d2223b..6f1d709d50 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