aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/lldpd
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-10-08 08:01:33 +0000
committerJohn Crispin <john@openwrt.org>2014-10-08 08:01:33 +0000
commit344a30452412d06c80de8515a72c828d678df33a (patch)
tree6c251aaf0c88a583b4cfa83a5b316bed994fa549 /package/network/services/lldpd
parenta3bf98495a46796a0bb09c8a4fce4fc8516c4605 (diff)
downloadupstream-344a30452412d06c80de8515a72c828d678df33a.tar.gz
upstream-344a30452412d06c80de8515a72c828d678df33a.tar.bz2
upstream-344a30452412d06c80de8515a72c828d678df33a.zip
lldp: make use of new USERID syntax
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42839
Diffstat (limited to 'package/network/services/lldpd')
-rw-r--r--package/network/services/lldpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile
index 0b858483be..4febb75d04 100644
--- a/package/network/services/lldpd/Makefile
+++ b/package/network/services/lldpd/Makefile
@@ -31,7 +31,7 @@ define Package/lldpd
TITLE:=Link Layer Discovery Protocol daemon
URL:=https://github.com/vincentbernat/lldpd/wiki
DEPENDS:=+libevent2 +USE_EGLIBC:libbsd
- USERID:=lldp:lldp
+ USERID:=lldp=121:lldp=129
endef
define Package/lldpd/description