diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-25 17:53:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-25 17:53:19 +0000 |
commit | 5188cfc3e708930a4b8828fbdfb5f5ee3dcb3671 (patch) | |
tree | 43595cca8b737ecda799634a94b88522e41dfbe4 /openwrt | |
parent | 6f4cb7338f84dfe5bf8023ecc020e42c8014ed49 (diff) | |
download | mtk-20170518-5188cfc3e708930a4b8828fbdfb5f5ee3dcb3671.zip mtk-20170518-5188cfc3e708930a4b8828fbdfb5f5ee3dcb3671.tar.gz mtk-20170518-5188cfc3e708930a4b8828fbdfb5f5ee3dcb3671.tar.bz2 |
remove broken depend line in target fs config
SVN-Revision: 1565
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index 63d87ae..0e11e17 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -3,14 +3,12 @@ menu "Target Root Filesystem" config BR2_TARGET_ROOTFS_JFFS2 bool "jffs2" default y - depends BR2_mipsel help Build a jffs2 root filesystem config BR2_TARGET_ROOTFS_SQUASHFS_LZMA bool "squashfs-lzma" default y - depends BR2_mipsel help Build a squashfs-lzma root filesystem |