diff options
author | John Crispin <john@openwrt.org> | 2014-09-11 12:28:22 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-11 12:28:22 +0000 |
commit | 5920eac8eeba0d689c7af9389aea2e2f46eec9ce (patch) | |
tree | d3250c6908c4e67fc9b6a9407e13a014cd6a54a7 /package/network/services/lldpd/Makefile | |
parent | f81614594f4947ab4b23a7ea374c133729223015 (diff) | |
download | upstream-5920eac8eeba0d689c7af9389aea2e2f46eec9ce.tar.gz upstream-5920eac8eeba0d689c7af9389aea2e2f46eec9ce.tar.bz2 upstream-5920eac8eeba0d689c7af9389aea2e2f46eec9ce.zip |
lldp: remove calls to user/group_add/exists
use the new ipkg based mechanism
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42472
Diffstat (limited to 'package/network/services/lldpd/Makefile')
-rw-r--r-- | package/network/services/lldpd/Makefile | 1 |
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 |