mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
A build may otherwise silently omit building nwipe, and we already check the architecture requirement as part of the pre-configure hook.
30 lines
965 B
Plaintext
30 lines
965 B
Plaintext
config BR2_PACKAGE_NWIPE
|
||
bool "nwipe"
|
||
select BR2_PACKAGE_NCURSES
|
||
select BR2_PACKAGE_PARTED
|
||
select BR2_PACKAGE_COREUTILS
|
||
select BR2_PACKAGE_DMIDECODE
|
||
select BR2_PACKAGE_LIBCONFIG
|
||
help
|
||
NWipe – secure disk wiping tool (fork of Darik's Boot and Nuke).
|
||
|
||
config BR2_PACKAGE_NWIPE_SITE
|
||
string "nwipe Git repository URL"
|
||
depends on BR2_PACKAGE_NWIPE
|
||
default "https://github.com/martijnvanbrummelen/nwipe.git"
|
||
help
|
||
Git repository used to fetch the nwipe sources.
|
||
This can be changed to point to a custom fork, e.g.:
|
||
- https://github.com/youruser/nwipe.git
|
||
- git@github.com:youruser/nwipe.git
|
||
|
||
config BR2_PACKAGE_NWIPE_GIT_REVISION
|
||
string "Git revision (full commit SHA-1 or tag v0.25-v0.40 ..)"
|
||
depends on BR2_PACKAGE_NWIPE
|
||
default "v0.40"
|
||
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)
|