[openwrt/openwrt] lldpd: update URL
LEDE Commits
lede-commits at lists.infradead.org
Tue Mar 12 12:41:05 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/f753d3152f81bd037e9b7abb1b8c5bf9fe54596b
commit f753d3152f81bd037e9b7abb1b8c5bf9fe54596b
Author: Paul Donald <newtwen at gmail.com>
AuthorDate: Tue Mar 12 00:31:15 2024 +0100
lldpd: update URL
update Makefile URL
Signed-off-by: Paul Donald <newtwen at gmail.com>
---
package/network/services/lldpd/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile
index ffe2a8d015..18cdda33ce 100644
--- a/package/network/services/lldpd/Makefile
+++ b/package/network/services/lldpd/Makefile
@@ -31,7 +31,7 @@ define Package/lldpd
CATEGORY:=Network
SUBMENU:=Routing and Redirection
TITLE:=Link Layer Discovery Protocol daemon
- URL:=https://vincentbernat.github.io/lldpd/
+ URL:=https://lldpd.github.io/
DEPENDS:=+libcap +libevent2 +USE_GLIBC:libbsd +LLDPD_WITH_JSON:libjson-c +LLDPD_WITH_SNMP:libnetsnmp
USERID:=lldp=121:lldp=129
MENU:=1
More information about the lede-commits
mailing list