From 07f2d5057f6340465fd141d1e4205fb9f4e5bf5a Mon Sep 17 00:00:00 2001 From: PartialVolume <22084881+PartialVolume@users.noreply.github.com> Date: Wed, 4 Feb 2026 00:36:03 +0000 Subject: [PATCH] Update the nwipe.mk and Config.in from 0.39 to 0.40. Update all defconfigs to stable release (0.40) --- configs/shredos_defconfig | 2 -- configs/shredos_i686_lite_defconfig | 2 -- configs/shredos_iso_extra_defconfig | 2 -- configs/shredos_iso_extra_i686_lite_defconfig | 4 +--- configs/shredos_lite_defconfig | 2 -- package/nwipe/Config.in | 6 +++--- package/nwipe/nwipe.mk | 2 +- 7 files changed, 5 insertions(+), 15 deletions(-) diff --git a/configs/shredos_defconfig b/configs/shredos_defconfig index 05777a811c..1f3ad972c4 100644 --- a/configs/shredos_defconfig +++ b/configs/shredos_defconfig @@ -117,8 +117,6 @@ BR2_PACKAGE_LIBCAP=y BR2_PACKAGE_LIBCAP_NG=y BR2_PACKAGE_LIBSECCOMP=y BR2_PACKAGE_NWIPE=y -BR2_PACKAGE_NWIPE_VERSION_GIT_REVISION=y -BR2_PACKAGE_NWIPE_GIT_REVISION="26ece7a0525370f6ba39cddc5e73000b3cd867d6" BR2_PACKAGE_LIBFRIBIDI=y BR2_PACKAGE_NCURSES_WCHAR=y BR2_PACKAGE_NCURSES_TARGET_PROGS=y diff --git a/configs/shredos_i686_lite_defconfig b/configs/shredos_i686_lite_defconfig index e11ded8c9a..05e6b69c25 100644 --- a/configs/shredos_i686_lite_defconfig +++ b/configs/shredos_i686_lite_defconfig @@ -50,8 +50,6 @@ BR2_PACKAGE_TRIGGERHAPPY=y BR2_PACKAGE_LZ4=y BR2_PACKAGE_KERNEL_CMDLINE_EXTRACTOR=y BR2_PACKAGE_NWIPE=y -BR2_PACKAGE_NWIPE_VERSION_GIT_REVISION=y -BR2_PACKAGE_NWIPE_GIT_REVISION="26ece7a0525370f6ba39cddc5e73000b3cd867d6" BR2_PACKAGE_NCURSES_WCHAR=y BR2_PACKAGE_UTF8PROC=y BR2_PACKAGE_XUTIL_UTIL_MACROS=y diff --git a/configs/shredos_iso_extra_defconfig b/configs/shredos_iso_extra_defconfig index ef4bb77ca0..246f1e1494 100644 --- a/configs/shredos_iso_extra_defconfig +++ b/configs/shredos_iso_extra_defconfig @@ -118,8 +118,6 @@ BR2_PACKAGE_LIBCAP=y BR2_PACKAGE_LIBCAP_NG=y BR2_PACKAGE_LIBSECCOMP=y BR2_PACKAGE_NWIPE=y -BR2_PACKAGE_NWIPE_VERSION_GIT_REVISION=y -BR2_PACKAGE_NWIPE_GIT_REVISION="26ece7a0525370f6ba39cddc5e73000b3cd867d6" BR2_PACKAGE_LIBFRIBIDI=y BR2_PACKAGE_NCURSES_WCHAR=y BR2_PACKAGE_NCURSES_TARGET_PROGS=y diff --git a/configs/shredos_iso_extra_i686_lite_defconfig b/configs/shredos_iso_extra_i686_lite_defconfig index 658c4898f9..db2111c483 100644 --- a/configs/shredos_iso_extra_i686_lite_defconfig +++ b/configs/shredos_iso_extra_i686_lite_defconfig @@ -43,8 +43,8 @@ BR2_PACKAGE_HDPARM=y BR2_PACKAGE_KBD=y BR2_PACKAGE_LM_SENSORS=y BR2_PACKAGE_NVME=y -BR2_PACKAGE_READ_EDID=y BR2_PACKAGE_PCIUTILS=y +BR2_PACKAGE_READ_EDID=y BR2_PACKAGE_SG3_UTILS=y BR2_PACKAGE_SG3_UTILS_PROGS=y BR2_PACKAGE_SMARTMONTOOLS=y @@ -52,8 +52,6 @@ BR2_PACKAGE_TRIGGERHAPPY=y BR2_PACKAGE_LZ4=y BR2_PACKAGE_KERNEL_CMDLINE_EXTRACTOR=y BR2_PACKAGE_NWIPE=y -BR2_PACKAGE_NWIPE_VERSION_GIT_REVISION=y -BR2_PACKAGE_NWIPE_GIT_REVISION="26ece7a0525370f6ba39cddc5e73000b3cd867d6" BR2_PACKAGE_NCURSES_WCHAR=y BR2_PACKAGE_UTF8PROC=y BR2_PACKAGE_XUTIL_UTIL_MACROS=y diff --git a/configs/shredos_lite_defconfig b/configs/shredos_lite_defconfig index e6d3fe271e..b343901eff 100644 --- a/configs/shredos_lite_defconfig +++ b/configs/shredos_lite_defconfig @@ -52,8 +52,6 @@ BR2_PACKAGE_TRIGGERHAPPY=y BR2_PACKAGE_LZ4=y BR2_PACKAGE_KERNEL_CMDLINE_EXTRACTOR=y BR2_PACKAGE_NWIPE=y -BR2_PACKAGE_NWIPE_VERSION_GIT_REVISION=y -BR2_PACKAGE_NWIPE_GIT_REVISION="26ece7a0525370f6ba39cddc5e73000b3cd867d6" BR2_PACKAGE_NCURSES_WCHAR=y BR2_PACKAGE_UTF8PROC=y BR2_PACKAGE_XUTIL_UTIL_MACROS=y diff --git a/package/nwipe/Config.in b/package/nwipe/Config.in index 297b30887c..49083d335d 100644 --- a/package/nwipe/Config.in +++ b/package/nwipe/Config.in @@ -26,9 +26,9 @@ choice Select which nwipe version (Git ref) should be built. config BR2_PACKAGE_NWIPE_VERSION_STABLE - bool "Stable tag (v0.39)" + bool "Stable tag (v0.40)" help - Use the previously hard-coded tag (v0.39) as a stable baseline. + Use the previously hard-coded tag (v0.40) as a stable baseline. config BR2_PACKAGE_NWIPE_VERSION_GIT_REVISION bool "Git revision" @@ -44,7 +44,7 @@ config BR2_PACKAGE_NWIPE_GIT_REVISION When 'Git revision' is selected above, this string is passed as the Git ref to check out. Examples: - 051e1aa0c9572b26301a33d40689adb544927d11 (full commit SHA-1) - - v0.39 (tag) + - v0.40 (tag) endif diff --git a/package/nwipe/nwipe.mk b/package/nwipe/nwipe.mk index e7989eeec0..8fdfc73a1b 100644 --- a/package/nwipe/nwipe.mk +++ b/package/nwipe/nwipe.mk @@ -8,7 +8,7 @@ # if BR2_PACKAGE_NWIPE_VERSION_STABLE is y else the git commit version will # be installed as defined in Target Packages>libaries>other>nwipe -NWIPE_TAG = v0.39 +NWIPE_TAG = v0.40 # Select the Git reference based on the Kconfig choice. ifeq ($(BR2_PACKAGE_NWIPE_VERSION_STABLE),y)