aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-25 17:53:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-25 17:53:19 +0000
commit7f04060cfb0ba7a6ded8feaf718a2a63313b3393 (patch)
tree43595cca8b737ecda799634a94b88522e41dfbe4
parent65baab87001f0f72e5dc2410513c24859fc40998 (diff)
downloadupstream-7f04060cfb0ba7a6ded8feaf718a2a63313b3393.tar.gz
upstream-7f04060cfb0ba7a6ded8feaf718a2a63313b3393.tar.bz2
upstream-7f04060cfb0ba7a6ded8feaf718a2a63313b3393.zip
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.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in
index 63d87aee3f4..0e11e178cea 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