From: Gustavo Zacarias Date: Mon, 4 Aug 2014 13:20:37 +0000 (-0300) Subject: squashfs: add comment mmu depends X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6544704b3013bd08eb2b2868845e47b51e09be89;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- 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