From edc3e8234930363273cf47f5fa129a1ebf1b6ad3 Mon Sep 17 00:00:00 2001 From: Yanase Yuki Date: Thu, 25 Dec 2025 13:37:00 +0900 Subject: [PATCH] f2fs-tools: update project URL Use redirected new URL. Signed-off-by: Yanase Yuki Link: https://github.com/openwrt/openwrt/pull/21279 Signed-off-by: Robert Marko --- package/utils/f2fs-tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/utils/f2fs-tools/Makefile b/package/utils/f2fs-tools/Makefile index 4400683027..6ea584e74c 100644 --- a/package/utils/f2fs-tools/Makefile +++ b/package/utils/f2fs-tools/Makefile @@ -31,7 +31,7 @@ define Package/f2fs-tools/Default CATEGORY:=Utilities SUBMENU:=Filesystem DEPENDS:=+libf2fs - URL:=http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git + URL:=https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git VARIANT:=default endef @@ -40,7 +40,7 @@ define Package/f2fs-tools/SELinux CATEGORY:=Utilities SUBMENU:=Filesystem DEPENDS:=+libf2fs-selinux +libselinux - URL:=http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git + URL:=https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git VARIANT:=selinux endef