Files
shredos.x86_64/package/nwipe/Config.in
desertwitch c8f737eb0a chore(nwipe): revert arch dependencies in config
A build may otherwise silently omit building nwipe, and we already check the architecture requirement as part of the pre-configure hook.
2026-02-18 08:13:33 +01:00

30 lines
965 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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)