mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-17 17:31:27 +00:00
34 lines
1.0 KiB
Diff
34 lines
1.0 KiB
Diff
From 84c59b23827969a2842d407d59cfd2aa4e50e4c2 Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Wed, 9 Dec 2020 11:17:14 +0100
|
|
Subject: [PATCH 18/21] Revert "lldpd: bump to 1.0.7"
|
|
|
|
This reverts commit c5ea37af7e4ce681c93c8b727a7fdf1f795db0ed.
|
|
---
|
|
package/network/services/lldpd/Makefile | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile
|
|
index 74d6791091..7c00685008 100644
|
|
--- a/package/network/services/lldpd/Makefile
|
|
+++ b/package/network/services/lldpd/Makefile
|
|
@@ -8,12 +8,12 @@
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=lldpd
|
|
-PKG_VERSION:=1.0.7
|
|
-PKG_RELEASE:=1
|
|
+PKG_VERSION:=1.0.5
|
|
+PKG_RELEASE:=2
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
|
PKG_SOURCE_URL:=https://media.luffy.cx/files/lldpd
|
|
-PKG_HASH:=1df79179d489c841b49265f2ab5ff05f284a647e95862d2f3c02b3fb079a87e1
|
|
+PKG_HASH:=2dd3b212f4dbabfcbb2794c0010b245f9f8e74b387984e757be6243a74c6cb99
|
|
|
|
PKG_MAINTAINER:=Stijn Tintel <stijn@linux-ipv6.be>
|
|
PKG_LICENSE:=ISC
|
|
--
|
|
2.25.1
|
|
|