This reverts commit 6a4ad199ea.
This commit is contained in:
Daan Selen
2025-10-21 08:19:05 -05:00
parent 6a4ad199ea
commit 2df8901c52
2 changed files with 6 additions and 12 deletions

View File

@@ -1 +1 @@
sha1 e476f7804a13435f9ff71153c1fdb7ecc2a54385 nwipe-ed74492-git4.tar.gz
sha1 62adb09d04c8de18848efde4834115b7731a1c22 v0.39.tar.gz

View File

@@ -4,23 +4,17 @@
#
################################################################################
NWIPE_VERSION = ed74492
NWIPE_VERSION = 0.39
NWIPE_SOURCE = v$(NWIPE_VERSION).tar.gz
NWIPE_SITE = https://github.com/martijnvanbrummelen/nwipe/archive/refs/tags
# Specify the Git source:
# - NWIPE_SITE points to the repository
# - NWIPE_SITE_METHOD = git ensures that Buildroot performs a Git checkout
NWIPE_SITE = https://github.com/martijnvanbrummelen/nwipe.git
NWIPE_SITE_METHOD = git
# Dependencies remain the same (adjust them if you need additional ones)
NWIPE_DEPENDENCIES = ncurses parted dmidecode coreutils
define NWIPE_INITSH
(cd $(@D) && cp ../../../package/nwipe/002-nwipe-banner-patch.sh $(@D) \
&& ./002-nwipe-banner-patch.sh \
&& PATH="../../host/bin:${PATH}" ./autogen.sh);
(cd $(@D) && cp ../../../package/nwipe/002-nwipe-banner-patch.sh $(@D) && ./002-nwipe-banner-patch.sh && PATH="../../host/bin:${PATH}" ./autogen.sh);
endef
#NWIPE_POST_PATCH_HOOKS += NWIPE_INITSH
NWIPE_PRE_CONFIGURE_HOOKS += NWIPE_INITSH
$(eval $(autotools-package))