[openwrt/openwrt] f2fs-tools: update project URL
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 2 09:07:21 PST 2026
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/edc3e8234930363273cf47f5fa129a1ebf1b6ad3
commit edc3e8234930363273cf47f5fa129a1ebf1b6ad3
Author: Yanase Yuki <dev at zpc.st>
AuthorDate: Thu Dec 25 13:37:00 2025 +0900
f2fs-tools: update project URL
Use redirected new URL.
Signed-off-by: Yanase Yuki <dev at zpc.st>
Link: https://github.com/openwrt/openwrt/pull/21279
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
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
More information about the lede-commits
mailing list