vtun: needs mmu
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 9 Oct 2013 21:30:40 +0000 (18:30 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 9 Oct 2013 21:40:09 +0000 (23:40 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/vtun/Config.in

index fe1f0d0c929f1bae6994db7ee1344c84de3d4dfc..c1f6d384fc00e7c5726d1238c32bbc27c205602e 100644 (file)
@@ -3,6 +3,7 @@ config BR2_PACKAGE_VTUN
        select BR2_PACKAGE_LZO
        select BR2_PACKAGE_OPENSSL
        select BR2_PACKAGE_ZLIB
+       depends on BR2_USE_MMU # fork()
        help
          Tool for easily creating Virtual Tunnels over TCP/IP networks
          with traffic shaping, compression, and encryption.