diff options
| author | Paul Donald | 2024-03-11 23:31:15 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-09-17 10:36:03 +0000 |
| commit | 3d3dad61b2e06c07324088a6ef4e30c0f706f5e8 (patch) | |
| tree | 75c88bd7160dae79ba4d9cb13fb21c9a2b1ab733 | |
| parent | d7765c488c399444c3fd64cfd64add3a175dfa77 (diff) | |
| download | openwrt-3d3dad61b2e06c07324088a6ef4e30c0f706f5e8.tar.gz | |
lldpd: update URL
update Makefile URL
Signed-off-by: Paul Donald <newtwen@gmail.com>
(cherry picked from commit f753d3152f81bd037e9b7abb1b8c5bf9fe54596b)
Link: https://github.com/openwrt/openwrt/pull/15299
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | package/network/services/lldpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |