iptraf-ng: uses fork(), needs MMU
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
c94a543137
commit
bf484e3a2c
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_IPTRAF_NG
|
config BR2_PACKAGE_IPTRAF_NG
|
||||||
bool "iptraf-ng"
|
bool "iptraf-ng"
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
select BR2_PACKAGE_NCURSES_TARGET_PANEL
|
select BR2_PACKAGE_NCURSES_TARGET_PANEL
|
||||||
depends on BR2_INET_IPV6
|
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).
|
IPTraf-ng is a fork of original IPTraf v3.0.0 (http://iptraf.seul.org).
|
||||||
|
|
||||||
comment "iptraf-ng needs a toolchain w/ IPv6"
|
comment "iptraf-ng needs a toolchain w/ IPv6"
|
||||||
|
depends on BR2_USE_MMU
|
||||||
depends on !BR2_INET_IPV6
|
depends on !BR2_INET_IPV6
|
||||||
|
Loading…
Reference in New Issue
Block a user