From 517d1eb2aa760064e232bdefc13920f8ebc1e64b Mon Sep 17 00:00:00 2001
From: Richard Muzik <richard.muzik@nic.cz>
Date: Mon, 8 Apr 2024 09:22:21 +0200
Subject: [PATCH] patches/node: change context to fix the patch

In upstream maintainer change prefered type of tarball which changed the
context of our patch. Link:

- https://github.com/nxhack/openwrt-node-packages/commit/fc3e803440aef7ed8e57609fa03ed0c35341c374
---
 patches/node/hacks/0001-Revert-node-drop-v16.x.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patches/node/hacks/0001-Revert-node-drop-v16.x.patch b/patches/node/hacks/0001-Revert-node-drop-v16.x.patch
index ace65bb54..218353a00 100644
--- a/patches/node/hacks/0001-Revert-node-drop-v16.x.patch
+++ b/patches/node/hacks/0001-Revert-node-drop-v16.x.patch
@@ -28,7 +28,7 @@ index 2be6614c..771da296 100644
  endif
 +endif
  
- PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
+ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
  PKG_SOURCE_URL:=https://nodejs.org/dist/$(PKG_VERSION)
 @@ -88,6 +96,9 @@ define Package/node/config
  		 Select node.js version.
-- 
GitLab