From 7e76e9c1dd6cbaf1911416447bbd03d9ee7ac6b6 Mon Sep 17 00:00:00 2001 From: wbx Date: Thu, 17 Feb 2005 23:16:22 +0000 Subject: [PATCH] no default allowed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@251 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/jffs2/Config.in | 1 - openwrt/target/squashfs/Config.in | 1 - 2 files changed, 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