<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/uci, 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>packages: clean up the package folder</title>
<updated>2013-06-21T16:54:37+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-06-21T16:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4ebf19b48fafc8d94e14e4ba779969613b241a6a'/>
<id>4ebf19b48fafc8d94e14e4ba779969613b241a6a</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 37007
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 37007
</pre>
</div>
</content>
</entry>
<entry>
<title>uci: update to fix excessive reorder delta entry duplication (#13678)</title>
<updated>2013-06-11T12:51:08+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2013-06-11T12:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=361670c9d0583b2dbbe30a4da1dc5f2e0a6d009b'/>
<id>361670c9d0583b2dbbe30a4da1dc5f2e0a6d009b</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 36915
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 36915
</pre>
</div>
</content>
</entry>
<entry>
<title>uci: update to latest version, adds uci&lt;-&gt;blobmsg conversion code from netifd</title>
<updated>2013-06-10T12:42:25+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2013-06-10T12:42:25+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=69636a944a72e95b683a0488288a9723f7a15b64'/>
<id>69636a944a72e95b683a0488288a9723f7a15b64</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 36908
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 36908
</pre>
</div>
</content>
</entry>
<entry>
<title>uci: update to git head (#13348, http://luci.subsignal.org/trac/ticket/572)</title>
<updated>2013-05-26T17:28:18+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2013-05-26T17:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fe42794fe680f3d1d13522d33d563f264000b397'/>
<id>fe42794fe680f3d1d13522d33d563f264000b397</id>
<content type='text'>
  - fixes overwriting list options with single-item lists in lua binding

SVN-Revision: 36730
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - fixes overwriting list options with single-item lists in lua binding

SVN-Revision: 36730
</pre>
</div>
</content>
</entry>
<entry>
<title>uci: update to git head</title>
<updated>2013-05-02T12:40:13+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2013-05-02T12:40:13+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=89f9ce944f0e956fd1bce73c018ded976c09868e'/>
<id>89f9ce944f0e956fd1bce73c018ded976c09868e</id>
<content type='text'>
	- copy permission of config files to state files to allow access to state info by non root users
	- properly handle empty string case when unsetting lists

SVN-Revision: 36518
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	- copy permission of config files to state files to allow access to state info by non root users
	- properly handle empty string case when unsetting lists

SVN-Revision: 36518
</pre>
</div>
</content>
</entry>
<entry>
<title>uci: update to git head</title>
<updated>2013-04-22T14:52:28+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2013-04-22T14:52:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f99a208b4fc439044160b1e3525c2cfa3fdc1fb8'/>
<id>f99a208b4fc439044160b1e3525c2cfa3fdc1fb8</id>
<content type='text'>
  - fixes memory leak in libuci when trying to open not existing configurations
  - fixes memory leak in libuci-lua when querying not existing sections or options
  - fixes handling of filenames with leading underscore

SVN-Revision: 36377
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - fixes memory leak in libuci when trying to open not existing configurations
  - fixes memory leak in libuci-lua when querying not existing sections or options
  - fixes handling of filenames with leading underscore

SVN-Revision: 36377
</pre>
</div>
</content>
</entry>
<entry>
<title>uci: update to latest version, adds list delete, removes unused plugin support</title>
<updated>2013-01-04T16:10:17+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2013-01-04T16:10:17+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3b4931ef4db58d8dfbad51bec9a1782291a4359c'/>
<id>3b4931ef4db58d8dfbad51bec9a1782291a4359c</id>
<content type='text'>
SVN-Revision: 35013
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 35013
</pre>
</div>
</content>
</entry>
<entry>
<title>uci: disable parallel builds again, the lua&lt;-&gt;libuci dependency is not safe</title>
<updated>2012-12-30T14:58:37+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-12-30T14:58:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fc760260dde2200b090032163407ac7f74c0f5d7'/>
<id>fc760260dde2200b090032163407ac7f74c0f5d7</id>
<content type='text'>
SVN-Revision: 34936
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 34936
</pre>
</div>
</content>
</entry>
<entry>
<title>uci: update to latest version (adds list delete support), enable parallel build</title>
<updated>2012-12-27T17:37:10+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-12-27T17:37:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=662c1f16bb58bf6c120fd553170f27c3a766aa96'/>
<id>662c1f16bb58bf6c120fd553170f27c3a766aa96</id>
<content type='text'>
SVN-Revision: 34899
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 34899
</pre>
</div>
</content>
</entry>
<entry>
<title>licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated.</title>
<updated>2012-10-19T15:34:28+00:00</updated>
<author>
<name>Hamish Guthrie</name>
<email>hcg@openwrt.org</email>
</author>
<published>2012-10-19T15:34:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=81a3d9ba3104aab63e6b5b9725060f3267b8e4fe'/>
<id>81a3d9ba3104aab63e6b5b9725060f3267b8e4fe</id>
<content type='text'>
The licensing metadata is put into the bin/&lt;platform&gt;/packages/Packages file
for later parsing. A script for that is on it's way!

SVN-Revision: 33861
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The licensing metadata is put into the bin/&lt;platform&gt;/packages/Packages file
for later parsing. A script for that is on it's way!

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