summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYanase Yuki2025-12-25 04:37:00 +0000
committerRobert Marko2026-01-02 17:07:02 +0000
commitedc3e8234930363273cf47f5fa129a1ebf1b6ad3 (patch)
tree6c6425e78022ea78ce10f756d4f39ed6d042b61c
parent9d71d20125b41ba829ad48e239331dd882ac361b (diff)
downloadopenwrt-edc3e8234930363273cf47f5fa129a1ebf1b6ad3.tar.gz
f2fs-tools: update project URL
Use redirected new URL. Signed-off-by: Yanase Yuki <dev@zpc.st> Link: https://github.com/openwrt/openwrt/pull/21279 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--package/utils/f2fs-tools/Makefile4
1 files 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