diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-25 17:53:19 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-25 17:53:19 +0000 |
commit | 38b06a0f25b4659a4a12133214ae416f21af6a9b (patch) | |
tree | 43595cca8b737ecda799634a94b88522e41dfbe4 | |
parent | d13eeb47695992621d9beabe30dcb73a26ca8a31 (diff) |
remove broken depend line in target fs config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1565 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 63d87aee3..0e11e178c 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 |