Commit d3f8d974 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

vtun: needs mmu

parent ef6cd52b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.