mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
a96d58f6ba
Fixes: http://autobuild.buildroot.net/results/70c/70ce1aa234e321884469d04282f80750bcf9abc8/ nmon uses fstab.h which is only provided by glibc. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
config BR2_PACKAGE_NMON
|
|
bool "nmon"
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC # fstab.h
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
Nmon is short for Nigel's performance Monitor for Linux
|
|
|
|
http://nmon.sourceforge.net/pmwiki.php
|
|
|
|
comment "nmon needs a glibc toolchain"
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|