From: Gustavo Zacarias Date: Mon, 4 Aug 2014 13:20:32 +0000 (-0300) Subject: modem-manager: add comment mmu depends X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30f7bf401a2bb0a6ba0e7d85e19306ba18a63983;p=buildroot.git modem-manager: 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/modem-manager/Config.in b/package/modem-manager/Config.in index fe60850f65..7768f1f169 100644 --- a/package/modem-manager/Config.in +++ b/package/modem-manager/Config.in @@ -32,3 +32,4 @@ endif comment "modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6" depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || !BR2_USE_WCHAR || \ !BR2_TOOLCHAIN_HAS_THREADS || !BR2_PACKAGE_HAS_UDEV + depends on BR2_USE_MMU