diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-17 23:16:22 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-17 23:16:22 +0000 |
commit | 907c4beac65da60410c88bba4d98e63f21d1a45b (patch) | |
tree | 1b8bac6964103ecd00f61dabf065ba7ee01be09e /openwrt/target | |
parent | acd5b9a7519439d8e5a1e85a10e05272db6bdc30 (diff) | |
download | mtk-20170518-907c4beac65da60410c88bba4d98e63f21d1a45b.zip mtk-20170518-907c4beac65da60410c88bba4d98e63f21d1a45b.tar.gz mtk-20170518-907c4beac65da60410c88bba4d98e63f21d1a45b.tar.bz2 |
no default allowed
SVN-Revision: 251
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 ae14ad9..c51ffc1 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 3ef5d22..6f1d709 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 |