diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-27 23:11:16 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-27 23:11:16 +0000 |
commit | 148c76f7393e3a37c4346f4ab9625ac59a36d805 (patch) | |
tree | d4aa7635e6dd1f40ef348a22b3df14c5bb1f3b47 /target/jffs2/Config.in | |
parent | 4687e008086b44312cf45610a16a945ab4e89fa4 (diff) |
- fix dependencies
Diffstat (limited to 'target/jffs2/Config.in')
-rw-r--r-- | target/jffs2/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/jffs2/Config.in b/target/jffs2/Config.in index a16848ef5..fec5faa65 100644 --- a/target/jffs2/Config.in +++ b/target/jffs2/Config.in @@ -12,6 +12,7 @@ config BR2_TARGET_ROOTFS_JFFS2_DEFAULT_PAGESIZE config BR2_TARGET_ROOTFS_JFFS2_PAGESIZE hex "Page Size (0x0 = Use default 4 kB)" + depends on BR2_TARGET_ROOTFS_JFFS2 depends on !BR2_TARGET_ROOTFS_JFFS2_DEFAULT_PAGESIZE default 0x420 help @@ -19,6 +20,7 @@ config BR2_TARGET_ROOTFS_JFFS2_PAGESIZE config BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER bool "Do not use Cleanmarker" + depends on BR2_TARGET_ROOTFS_JFFS2 depends on !BR2_TARGET_ROOTFS_JFFS2_DEFAULT_PAGESIZE default y help |