2018-08-10 18:15:00 +02:00
|
|
|
config BR2_PACKAGE_PERL_SYS_MEMINFO
|
|
|
|
bool "perl-sys-meminfo"
|
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
|
help
|
2018-10-28 16:23:13 +01:00
|
|
|
query the total free and used physical memory.
|
2018-08-10 18:15:00 +02:00
|
|
|
|
|
|
|
https://metacpan.org/release/Sys-MemInfo
|
|
|
|
|
|
|
|
comment "perl-sys-meminfo needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|