summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYanase Yuki2025-12-25 04:25:06 +0000
committerRobert Marko2026-01-02 17:07:02 +0000
commit605879f232279f3c49a22cd6dd8148fc3a450983 (patch)
treec4246350dcdd992d8d55758d3427e46109ade1f3
parent1be208d805ae06500c3fbd757ab5414909be23aa (diff)
downloadopenwrt-605879f232279f3c49a22cd6dd8148fc3a450983.tar.gz
sysfsutils: update project URL
Project has been moved to GitHub. 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/libs/sysfsutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/sysfsutils/Makefile b/package/libs/sysfsutils/Makefile
index b7c9d8cdc1..ad1f342881 100644
--- a/package/libs/sysfsutils/Makefile
+++ b/package/libs/sysfsutils/Makefile
@@ -31,7 +31,7 @@ define Package/libsysfs
CATEGORY:=Libraries
SUBMENU:=Filesystem
TITLE:=Sysfs library
- URL:=http://linux-diag.sourceforge.net/Sysfsutils.html
+ URL:=https://github.com/linux-ras/sysfsutils
ABI_VERSION:=2
endef
@@ -41,7 +41,7 @@ define Package/sysfsutils
SUBMENU:=Filesystem
DEPENDS:=+libsysfs
TITLE:=System Utilities Based on Sysfs
- URL:=http://linux-diag.sourceforge.net/Sysfsutils.html
+ URL:=https://github.com/linux-ras/sysfsutils
endef
define Package/libsysfs/description