From: Gustavo Zacarias Date: Tue, 19 Mar 2013 03:22:12 +0000 (+0000) Subject: iproute2: needs mmu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aff304d535b9fd622f7c71679087553562594e8a;p=buildroot.git iproute2: needs mmu Fixes http://autobuild.buildroot.net/results/08beca1cae9dc55b2f770a01ad95bcbe56594300/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/iproute2/Config.in b/package/iproute2/Config.in index b6ee86e9b8..4da0d2b1ca 100644 --- a/package/iproute2/Config.in +++ b/package/iproute2/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_IPROUTE2 bool "iproute2" + depends on BR2_USE_MMU # fork() help Kernel routing and traffic control utilities. Provides things like ip and tc. diff --git a/package/openswan/Config.in b/package/openswan/Config.in index 3336156207..932a75f672 100644 --- a/package/openswan/Config.in +++ b/package/openswan/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_OPENSWAN bool "openswan" + depends on BR2_USE_MMU # iproute2 select BR2_PACKAGE_GMP select BR2_PACKAGE_IPROUTE2 help