mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
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.
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_NWIPE
|
config BR2_PACKAGE_NWIPE
|
||||||
bool "nwipe"
|
bool "nwipe"
|
||||||
depends on BR2_x86_64 || BR2_x86_i686
|
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
select BR2_PACKAGE_PARTED
|
select BR2_PACKAGE_PARTED
|
||||||
select BR2_PACKAGE_COREUTILS
|
select BR2_PACKAGE_COREUTILS
|
||||||
|
|||||||
Reference in New Issue
Block a user