]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
iproute2: needs mmu
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 19 Mar 2013 03:22:12 +0000 (03:22 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 19 Mar 2013 16:06:53 +0000 (17:06 +0100)
Fixes
http://autobuild.buildroot.net/results/08beca1cae9dc55b2f770a01ad95bcbe56594300/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/iproute2/Config.in
package/openswan/Config.in

index b6ee86e9b871944d37858e6d485cdc38f82beef9..4da0d2b1ca43b908130da163f8b2e5ea2fe292d5 100644 (file)
@@ -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.
index 3336156207494b0875e35d95f26dde2670936ba8..932a75f672f291feaf0107124370dce1288c8132 100644 (file)
@@ -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