<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/package/libs/libusb-compat, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2016-06-07T06:59:36Z</updated>
<entry>
<title>treewide: fix replace nbd@openwrt.org with nbd@nbd.name</title>
<updated>2016-06-07T06:59:36Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-06-07T06:59:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=b0684dafa3c9a4692bd965d1f2ed65c2c08bc6a1'/>
<id>urn:sha1:b0684dafa3c9a4692bd965d1f2ed65c2c08bc6a1</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;

SVN-Revision: 49379
</content>
</entry>
<entry>
<title>libusb-compat: fix musl compatibility issues</title>
<updated>2015-06-18T06:39:09Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-06-18T06:39:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=295317d73d4549c15b2274db6907c6e603195e28'/>
<id>urn:sha1:295317d73d4549c15b2274db6907c6e603195e28</id>
<content type='text'>
Use stdint types instead of non-standard ones

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

SVN-Revision: 46025
</content>
</entry>
<entry>
<title>libusb-compat: cleanup InstallDev</title>
<updated>2014-11-06T19:35:14Z</updated>
<author>
<name>Nicolas Thill</name>
</author>
<published>2014-11-06T19:35:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=5751209cef4145686871d2e8c445f6e364a5f9b7'/>
<id>urn:sha1:5751209cef4145686871d2e8c445f6e364a5f9b7</id>
<content type='text'>
Signed-off-by: Nicolas Thill &lt;nico@openwrt.org&gt;

SVN-Revision: 43203
</content>
</entry>
<entry>
<title>license info - revert r43155</title>
<updated>2014-11-03T09:56:44Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-11-03T09:56:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=18ce20cecd79be619dbe875a0ea22e1ed0e125ef'/>
<id>urn:sha1:18ce20cecd79be619dbe875a0ea22e1ed0e125ef</id>
<content type='text'>
turns out that r43155 adds duplicate info.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 43167
</content>
</entry>
<entry>
<title>Add more license tags with SPDX identifiers</title>
<updated>2014-11-03T08:01:08Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-11-03T08:01:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=fb5a0c83059f09079c4e8bd31774a7816c3f8dc5'/>
<id>urn:sha1:fb5a0c83059f09079c4e8bd31774a7816c3f8dc5</id>
<content type='text'>
Note, that licensing stuff is a nightmare: many packages does not clearly
state their licenses, and often multiple source files are simply copied
together - each with different licensing information in the file headers.

I tried hard to ensure, that the license information extracted into the OpenWRT's
makefiles fit the "spirit" of the packages, e.g. such small packages which
come without a dedicated source archive "inherites" the OpenWRT's own license
in my opinion.

However, I can not garantee that I always picked the correct information
and/or did not miss license information.

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;

SVN-Revision: 43155
</content>
</entry>
<entry>
<title>Add a few SPDX tags</title>
<updated>2014-11-02T12:20:54Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2014-11-02T12:20:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=4d6d625d38cee60f06849a4b66f9591d978f01bf'/>
<id>urn:sha1:4d6d625d38cee60f06849a4b66f9591d978f01bf</id>
<content type='text'>
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 43151
</content>
</entry>
<entry>
<title>libusb-compat: create directory for libusb-config</title>
<updated>2014-06-04T07:20:02Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-06-04T07:20:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=72fbc0a0c72bfba5a39ab38c52339aa3b919d97b'/>
<id>urn:sha1:72fbc0a0c72bfba5a39ab38c52339aa3b919d97b</id>
<content type='text'>
Fix a build regression caused by r39975 by making sure $(STAGING_DIR)/host
directory exists before trying to copy files to it.

Cc: Florian Fainelli &lt;florian@openwrt.org&gt;

Signed-off-by: Tim Harvey &lt;tharvey@gateworks.com&gt;

SVN-Revision: 40998
</content>
</entry>
<entry>
<title>libusb-compat: install libusb-config in host staging dir</title>
<updated>2014-03-20T23:16:06Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2014-03-20T23:16:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=0737c15d7925ffe5d7cbf34efdb031e8ae0845ea'/>
<id>urn:sha1:0737c15d7925ffe5d7cbf34efdb031e8ae0845ea</id>
<content type='text'>
A bunch of packages such as sispctl look for libusb-config to find it, install
libusb-config in staging_dir/*/host/bin which is in the TARGET_PATH.

Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 39975
</content>
</entry>
<entry>
<title>add libusb-compat</title>
<updated>2013-01-29T16:12:00Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2013-01-29T16:12:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=e489d1b5d98312aea9d7ccf88cf502203e46a968'/>
<id>urn:sha1:e489d1b5d98312aea9d7ccf88cf502203e46a968</id>
<content type='text'>
SVN-Revision: 35387
</content>
</entry>
</feed>
