summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-17 23:16:22 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-17 23:16:22 +0000
commit266c00cfefa127ef6b4bc3a60db92caa0a875b88 (patch)
treef8875bdf53c9d803fe93df42db1f00fd62f53cfd /target
parent68bc528f2291f1549fdd99f86296b749d2af631e (diff)
no default allowed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@251 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/jffs2/Config.in1
-rw-r--r--target/squashfs/Config.in1
2 files changed, 0 insertions, 2 deletions
diff --git a/target/jffs2/Config.in b/target/jffs2/Config.in
index ae14ad9da..c51ffc1cb 100644
--- a/target/jffs2/Config.in
+++ b/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/target/squashfs/Config.in b/target/squashfs/Config.in
index 3ef5d2223..6f1d709d5 100644
--- a/target/squashfs/Config.in
+++ b/target/squashfs/Config.in
@@ -1,6 +1,5 @@
config BR2_TARGET_ROOTFS_SQUASHFS
bool "squashfs"
- default n
help
Build a squashfs root filesystem