diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-17 23:16:22 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-17 23:16:22 +0000 |
commit | 7e76e9c1dd6cbaf1911416447bbd03d9ee7ac6b6 (patch) | |
tree | 1b8bac6964103ecd00f61dabf065ba7ee01be09e /openwrt/target | |
parent | 93993a9a69e3d5e66a9ec5591309005f80e52ed0 (diff) |
no default allowed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@251 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target')
-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 |