<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/libnl-tiny/src/include, branch master</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>move library packages to package/libs/</title>
<updated>2012-10-08T11:24:12+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-10-08T11:24:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=48db59fab785ce881e154d83115de86d284fce5d'/>
<id>48db59fab785ce881e154d83115de86d284fce5d</id>
<content type='text'>
SVN-Revision: 33657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 33657
</pre>
</div>
</content>
</entry>
<entry>
<title>libnl-tiny: export unl_genl_multicast_id()</title>
<updated>2012-01-14T13:50:21+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-01-14T13:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=419718e99fc1ada4ad2cd83aa1b3b09b8ad0ed37'/>
<id>419718e99fc1ada4ad2cd83aa1b3b09b8ad0ed37</id>
<content type='text'>
SVN-Revision: 29743
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 29743
</pre>
</div>
</content>
</entry>
<entry>
<title>libnl-tiny: remove some more functions to reduce binary size</title>
<updated>2011-02-13T17:05:34+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-02-13T17:05:34+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0a0bb9bb4aa08c8144736b2432c2aada57be8735'/>
<id>0a0bb9bb4aa08c8144736b2432c2aada57be8735</id>
<content type='text'>
SVN-Revision: 25527
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 25527
</pre>
</div>
</content>
</entry>
<entry>
<title>libnl-tiny: decrease the size a bit more by removing some unnecessary functions</title>
<updated>2011-02-13T16:46:28+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-02-13T16:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f89919a7ee919a467435564a32248842a4ebdd95'/>
<id>f89919a7ee919a467435564a32248842a4ebdd95</id>
<content type='text'>
SVN-Revision: 25525
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 25525
</pre>
</div>
</content>
</entry>
<entry>
<title>libnl-tiny: add unl a convenience wrapper around the libnl api</title>
<updated>2011-01-31T19:57:28+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-01-31T19:57:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ca354290ebe11cc52f6d0002d8ef76d51eb147b8'/>
<id>ca354290ebe11cc52f6d0002d8ef76d51eb147b8</id>
<content type='text'>
SVN-Revision: 25263
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 25263
</pre>
</div>
</content>
</entry>
<entry>
<title>libnl-tiny: Fix for c++ compatibility</title>
<updated>2011-01-26T11:33:38+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-01-26T11:33:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9a37eaeacf30cceefd56aa53d80a6b7f3fe26503'/>
<id>9a37eaeacf30cceefd56aa53d80a6b7f3fe26503</id>
<content type='text'>
g++ compiler issued some errors like "invalid conversion from void* to *struct nl_attr"
when compiling cpp file which calls libnl-tiny functions. (it's OK with gcc)
Also see https://dev.openwrt.org/ticket/7854

Patch from: kentarou matsuyama &lt;matsuyama@thinktube.com&gt;

SVN-Revision: 25101
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
g++ compiler issued some errors like "invalid conversion from void* to *struct nl_attr"
when compiling cpp file which calls libnl-tiny functions. (it's OK with gcc)
Also see https://dev.openwrt.org/ticket/7854

Patch from: kentarou matsuyama &lt;matsuyama@thinktube.com&gt;

SVN-Revision: 25101
</pre>
</div>
</content>
</entry>
<entry>
<title>libnl-tiny: fix a compiler warning that shows up with -pedantic</title>
<updated>2010-10-14T00:14:43+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2010-10-14T00:14:43+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d84a69e187dd9b55b98e3a228ef29a535a3e28a6'/>
<id>d84a69e187dd9b55b98e3a228ef29a535a3e28a6</id>
<content type='text'>
SVN-Revision: 23431
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 23431
</pre>
</div>
</content>
</entry>
<entry>
<title>libnl-tiny: fix potential redefinition of offsetof</title>
<updated>2009-05-24T16:48:18+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2009-05-24T16:48:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ce552537639dd76b65740b852c79c6adc3febbcb'/>
<id>ce552537639dd76b65740b852c79c6adc3febbcb</id>
<content type='text'>
SVN-Revision: 16030
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 16030
</pre>
</div>
</content>
</entry>
<entry>
<title>libnl-tiny: add copy of linux/gen_stat.h, it's not available on brcm-2.4</title>
<updated>2009-05-10T16:50:56+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2009-05-10T16:50:56+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f0eecf38aa05ef3349f930044796c2eb57ba12c9'/>
<id>f0eecf38aa05ef3349f930044796c2eb57ba12c9</id>
<content type='text'>
SVN-Revision: 15756
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 15756
</pre>
</div>
</content>
</entry>
<entry>
<title>fix libnl-tiny compile with eglibc</title>
<updated>2009-05-04T16:07:06+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2009-05-04T16:07:06+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0f6846a4f01f3ac98cdab9d83ab5324259ee1e5f'/>
<id>0f6846a4f01f3ac98cdab9d83ab5324259ee1e5f</id>
<content type='text'>
SVN-Revision: 15591
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 15591
</pre>
</div>
</content>
</entry>
</feed>
