diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-08-04 10:20:37 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-08-04 18:29:40 +0200 |
| commit | 6544704b3013bd08eb2b2868845e47b51e09be89 (patch) | |
| tree | f13a29ce0fe77839110dccaed8486ccfecf15bc4 | |
| parent | 317db9792595d762d59956c3845687e6451b4455 (diff) | |
| download | buildroot-6544704b3013bd08eb2b2868845e47b51e09be89.tar.gz buildroot-6544704b3013bd08eb2b2868845e47b51e09be89.zip | |
squashfs: add comment mmu depends
Otherwise it shows up indirectly when toolchain options aren't enough
and then vanishes when they are fulfilled.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/squashfs/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/squashfs/Config.in b/package/squashfs/Config.in index 79ebf5750f..6dd65e30a0 100644 --- a/package/squashfs/Config.in +++ b/package/squashfs/Config.in @@ -46,3 +46,4 @@ endif comment "squashfs needs a toolchain w/ largefile, threads" depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_USE_MMU |

