mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
Revert "chore: try to integrate https://github.com/PartialVolume/shredos.x86_64/pull/322"
This reverts commit 6a4ad199ea.
This commit is contained in:
@@ -1 +1 @@
|
||||
sha1 e476f7804a13435f9ff71153c1fdb7ecc2a54385 nwipe-ed74492-git4.tar.gz
|
||||
sha1 62adb09d04c8de18848efde4834115b7731a1c22 v0.39.tar.gz
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user