mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
config BR2_PACKAGE_BFSCRIPTS
|
|
bool "bfscripts"
|
|
depends on BR2_USE_MMU # bash
|
|
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # bash
|
|
select BR2_PACKAGE_BASH # runtime
|
|
help
|
|
Collection of scripts that are used for Mellanox/NVIDIA
|
|
Bluefield SoC management.
|
|
|
|
Currently, it installs: bfcfg, bfrshlog and bfup.
|
|
|
|
https://github.com/Mellanox/bfscripts
|