From: Yanase Yuki Date: Thu, 25 Dec 2025 04:37:00 +0000 (+0900) Subject: f2fs-tools: update project URL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edc3e8234930363273cf47f5fa129a1ebf1b6ad3;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/package/utils/f2fs-tools/Makefile b/package/utils/f2fs-tools/Makefile index 44006830273..6ea584e74cd 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