aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/lldpd/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-09-11 12:28:22 +0000
committerJohn Crispin <blogic@openwrt.org>2014-09-11 12:28:22 +0000
commit5af0ac95ab03fba96f9f8b4eabe8620b966ab217 (patch)
tree49eba215283cbc4c2190d55822272aebfc027df9 /package/network/services/lldpd/Makefile
parentcee0fdae00c67ae1f32e8292e95859b908977194 (diff)
downloadmaster-187ad058-5af0ac95ab03fba96f9f8b4eabe8620b966ab217.tar.gz
master-187ad058-5af0ac95ab03fba96f9f8b4eabe8620b966ab217.tar.bz2
master-187ad058-5af0ac95ab03fba96f9f8b4eabe8620b966ab217.zip
lldp: remove calls to user/group_add/exists
use the new ipkg based mechanism Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42472 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/lldpd/Makefile')
-rw-r--r--package/network/services/lldpd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile
index 31367833ec..0b858483be 100644
--- a/package/network/services/lldpd/Makefile
+++ b/package/network/services/lldpd/Makefile
@@ -31,6 +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
endef
define Package/lldpd/description