Commit bf484e3a authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

iptraf-ng: uses fork(), needs MMU

parent c94a5431
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_IPTRAF_NG
	bool "iptraf-ng"
	depends on BR2_USE_MMU # fork()
	select BR2_PACKAGE_NCURSES
	select BR2_PACKAGE_NCURSES_TARGET_PANEL
	depends on BR2_INET_IPV6
@@ -13,4 +14,5 @@ config BR2_PACKAGE_IPTRAF_NG
	  IPTraf-ng is a fork of original IPTraf v3.0.0 (http://iptraf.seul.org).

comment "iptraf-ng needs a toolchain w/ IPv6"
	depends on BR2_USE_MMU
	depends on !BR2_INET_IPV6