mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
19 lines
569 B
Plaintext
19 lines
569 B
Plaintext
config BR2_PACKAGE_SMARTDMT
|
|
bool "smartdmt"
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_HOST_GO
|
|
help
|
|
SMART Device Monitoring Terminal
|
|
|
|
https://github.com/desertwitch/smartdmt
|
|
|
|
config BR2_PACKAGE_SMARTDMT_GIT_REVISION
|
|
string "Git revision (full commit SHA-1 or tag v0.25-v0.40 ..)"
|
|
depends on BR2_PACKAGE_SMARTDMT
|
|
default "v0.1.5"
|
|
help
|
|
When 'Git revision' is selected above, this string is passed as the
|
|
Git ref to check out. Examples:
|
|
- 051e1aa0c9572b26301a33d40689adb544927d11 (full commit SHA-1)
|
|
- v0.40 (tag)
|