[openwrt/openwrt] sysfsutils: update project URL
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 2 09:07:16 PST 2026
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/605879f232279f3c49a22cd6dd8148fc3a450983
commit 605879f232279f3c49a22cd6dd8148fc3a450983
Author: Yanase Yuki <dev at zpc.st>
AuthorDate: Thu Dec 25 13:25:06 2025 +0900
sysfsutils: update project URL
Project has been moved to GitHub.
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/libs/sysfsutils/Makefile | 4 ++--
1 file 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
More information about the lede-commits
mailing list