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:
desertwitch
2026-02-18 08:13:33 +01:00
parent e6e4a2bab3
commit c8f737eb0a

View File

@@ -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