<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/network/services/lldpd/Config.in, branch reboot</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>package/lldpd: Remove extraneous select</title>
<updated>2015-12-23T14:44:05+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-12-23T14:44:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fde2ac3537fb3867698d4b161944bba4e51c4ed1'/>
<id>fde2ac3537fb3867698d4b161944bba4e51c4ed1</id>
<content type='text'>
Only the conditional dependency ought to be required;
if build fails with JSON there is some other problem
at work.

Signed-off-by: Daniel Dickinson &lt;openwrt@daniel.thecshore.com&gt;

SVN-Revision: 47976
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only the conditional dependency ought to be required;
if build fails with JSON there is some other problem
at work.

Signed-off-by: Daniel Dickinson &lt;openwrt@daniel.thecshore.com&gt;

SVN-Revision: 47976
</pre>
</div>
</content>
</entry>
<entry>
<title>network/services/lldpd: Fix missing dependency when using JSON</title>
<updated>2015-12-17T09:30:16+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-12-17T09:30:16+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fa532b839f14482206ee4d045ce3b087ae35e63e'/>
<id>fa532b839f14482206ee4d045ce3b087ae35e63e</id>
<content type='text'>
Using the JSON output option depends on json library so
add select json-c library when JSON output is selected.

Signed-off-by: Daniel Dickinson &lt;openwrt@daniel.thecshore.com&gt;

SVN-Revision: 47928
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the JSON output option depends on json library so
add select json-c library when JSON output is selected.

Signed-off-by: Daniel Dickinson &lt;openwrt@daniel.thecshore.com&gt;

SVN-Revision: 47928
</pre>
</div>
</content>
</entry>
<entry>
<title>lldpd: add option to disable custom TLVs</title>
<updated>2015-06-03T13:59:14+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-06-03T13:59:14+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=281cb95a9d7e6adcc671f3e93bc4316a1386b114'/>
<id>281cb95a9d7e6adcc671f3e93bc4316a1386b114</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;

SVN-Revision: 45884
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;

SVN-Revision: 45884
</pre>
</div>
</content>
</entry>
<entry>
<title>lldpd: add option to disable privilege separation</title>
<updated>2015-03-24T10:13:08+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2015-03-24T10:13:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=437d710546e20c9ccabc7866dd9f57de3c0f2b9d'/>
<id>437d710546e20c9ccabc7866dd9f57de3c0f2b9d</id>
<content type='text'>
Helpful to disable when debugging lldpd crashes (when working on it).
When privilege separation is on, some crashes are stack-traced to
some privilege separation code.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;

SVN-Revision: 44967
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Helpful to disable when debugging lldpd crashes (when working on it).
When privilege separation is on, some crashes are stack-traced to
some privilege separation code.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;

SVN-Revision: 44967
</pre>
</div>
</content>
</entry>
<entry>
<title>lldpd: make LLDP-MED, DOT1 and DOT3 extensions disable-able</title>
<updated>2015-03-13T08:38:25+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-03-13T08:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=31b8de458787a3e935f4181363092543be6b99f6'/>
<id>31b8de458787a3e935f4181363092543be6b99f6</id>
<content type='text'>
The names for the config options were taken from lldpd's
configure.ac file.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;

SVN-Revision: 44743
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The names for the config options were taken from lldpd's
configure.ac file.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;

SVN-Revision: 44743
</pre>
</div>
</content>
</entry>
<entry>
<title>lldpd: allow discovery protocols to be disabled from menuconfig</title>
<updated>2014-11-11T09:49:20+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2014-11-11T09:49:20+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6966aa0d50fb96dbcdf8d574b2a91dd9f09742a4'/>
<id>6966aa0d50fb96dbcdf8d574b2a91dd9f09742a4</id>
<content type='text'>
Signed-off-by: Michel Stam &lt;m.stam@fugro.nl&gt;
[jow: fixed condition for CONFIG_LLDPD_WITH_JSON]
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 43233
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michel Stam &lt;m.stam@fugro.nl&gt;
[jow: fixed condition for CONFIG_LLDPD_WITH_JSON]
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 43233
</pre>
</div>
</content>
</entry>
</feed>
