diff options
author | John Crispin <john@openwrt.org> | 2014-10-08 08:01:33 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-10-08 08:01:33 +0000 |
commit | 344a30452412d06c80de8515a72c828d678df33a (patch) | |
tree | 6c251aaf0c88a583b4cfa83a5b316bed994fa549 /package/network | |
parent | a3bf98495a46796a0bb09c8a4fce4fc8516c4605 (diff) | |
download | upstream-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')
-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 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 |