chore(nwipe): rename definition

This commit is contained in:
desertwitch
2026-02-18 08:07:35 +01:00
parent e1f99a053d
commit 39d2a25c74

View File

@@ -18,14 +18,14 @@ endif
# Architecture safeguard
################################################################################
define CHECK_SUPPORTED_ARCH
define NWIPE_CHECK_ARCH
@case "$(BR2_ARCH)" in \
i686|x86_64) ;; \
*) echo "Unsupported architecture: $(BR2_ARCH)"; exit 1 ;; \
esac
endef
NWIPE_PRE_CONFIGURE_HOOKS += CHECK_SUPPORTED_ARCH
NWIPE_PRE_CONFIGURE_HOOKS += NWIPE_CHECK_ARCH
################################################################################
# SHREDOS version.txt and banner updater. Updates the nwipe version which