summaryrefslogtreecommitdiff
path: root/package/Config.in
diff options
context:
space:
mode:
authorJulien Floret <julien.floret@6wind.com>2016-01-19 12:10:53 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-01-20 22:58:09 +0100
commitf850ff4ccaabefbffb905c69a1697312a301326a (patch)
tree9acc247d75c86548a846270e385ca11227c89750 /package/Config.in
parent1e209d022d751b7874e71858b59ca6cd320d50fc (diff)
lldpd: new package
lldpd is a 802.1ab implementation (LLDP) to help you locate neighbors of all your equipments. LLDP is an industry standard protocol designed to supplant proprietary Link-Layer protocols such as EDP or CDP. The goal of LLDP is to provide an inter-vendor compatible mechanism to deliver Link-Layer notifications to adjacent network devices. https://vincentbernat.github.io/lldpd/ [Thomas: - add depends on BR2_USE_MMU, since fork() is used - rewrap Config.in help text] Signed-off-by: Julien Floret <julien.floret@6wind.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index 8883bbf36..09c2b40b3 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1367,6 +1367,7 @@ endif
source "package/links/Config.in"
source "package/linphone/Config.in"
source "package/linux-zigbee/Config.in"
+ source "package/lldpd/Config.in"
source "package/lrzsz/Config.in"
source "package/macchanger/Config.in"
source "package/memcached/Config.in"