From: Peter Korsgaard Date: Tue, 22 Jan 2013 07:43:50 +0000 (+0100) Subject: can-utils: needs mmu support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e6b9c577176c792c41db4d65e916d5c4f16cbb5;p=buildroot.git can-utils: needs mmu support Fixes http://autobuild.buildroot.org/results/2a06aecd58bb465f5e3c2610d34162b48c9ebba4/ Signed-off-by: Peter Korsgaard --- diff --git a/package/can-utils/Config.in b/package/can-utils/Config.in index 79c1459464..d5d429761d 100644 --- a/package/can-utils/Config.in +++ b/package/can-utils/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_CAN_UTILS bool "can-utils" + depends on BR2_USE_MMU # fork() help SocketCAN is a set of open source CAN drivers and a networking stack.