Commit aff304d5 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files
parent 61aa05cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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.
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_OPENSWAN
	bool "openswan"
	depends on BR2_USE_MMU # iproute2
	select BR2_PACKAGE_GMP
	select BR2_PACKAGE_IPROUTE2
	help