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)