diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-01-29 13:10:31 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-01-29 13:10:31 +0000 |
commit | fe40759a80df8c110d50ef6876b1398a8451f5f6 (patch) | |
tree | 86d590e17ea8d781e7168a578e61f05d6dd59e07 /package/network/services/lldpd | |
parent | b972c8f96941469c9441af91e3fa6bba6215af35 (diff) | |
download | upstream-fe40759a80df8c110d50ef6876b1398a8451f5f6.tar.gz upstream-fe40759a80df8c110d50ef6876b1398a8451f5f6.tar.bz2 upstream-fe40759a80df8c110d50ef6876b1398a8451f5f6.zip |
lldpd: push to version 0.7.7
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39419 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/lldpd')
-rw-r--r-- | package/network/services/lldpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile index d850b11c93..baed5e0cf7 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:=0.7.5 -PKG_RELEASE:=2 +PKG_VERSION:=0.7.7 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://media.luffy.cx/files/lldpd -PKG_MD5SUM:=2b3e91264dd7605b498051af6b749b47 +PKG_MD5SUM:=9031734c69940dd79a0a175123275f83 PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> |