mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
config BR2_PACKAGE_KMON
|
|
bool "kmon"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_HOST_RUSTC
|
|
help
|
|
kmon provides a terminal UI for managing kernel modules
|
|
and monitoring kernel activities.
|
|
|
|
https://github.com/orhun/kmon
|