<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/base-files/files/lib/functions, branch mtk-20170518</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/base-files: unknown delete /lib/functions/uci-defaults-new.sh</title>
<updated>2018-09-16T16:10:54+00:00</updated>
<author>
<name>Ludovic Pouzenc</name>
<email>ludovic@pouzenc.fr</email>
</author>
<published>2018-09-16T16:10:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=69e88fbf08b1a2bafeb83b0f0f1e86481bd5f430'/>
<id>69e88fbf08b1a2bafeb83b0f0f1e86481bd5f430</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: add a hardware detection layer</title>
<updated>2014-08-18T13:09:17+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-08-18T13:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=562d9f958290acd4323b24fbecfec43514b392e9'/>
<id>562d9f958290acd4323b24fbecfec43514b392e9</id>
<content type='text'>
this allows targets to use the new uci-default helper which will generate
a file called /etc/board.json. a tool called /bin/config_generate can then
be used to generate the default uci settings.

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

SVN-Revision: 42185
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this allows targets to use the new uci-default helper which will generate
a file called /etc/board.json. a tool called /bin/config_generate can then
be used to generate the default uci settings.

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

SVN-Revision: 42185
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: /lib/functions/network.sh: fix network_get_ipaddr6</title>
<updated>2014-08-11T18:15:18+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2014-08-11T18:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f63509ac89d9b955a048846641a2937600066904'/>
<id>f63509ac89d9b955a048846641a2937600066904</id>
<content type='text'>
When looking for the first ipaddr also consider the current prefix just
like network_get_ipaddrs6 does. If ipv6-address was empty the function
did not return the first ipaddr even if the list was non-empty.

fixes commit 83e9122f88a002871d5cdf421cf6aa6052b7e006

Signed-off-by: Henning Schild &lt;henning@hennsch.de&gt;

SVN-Revision: 42139
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When looking for the first ipaddr also consider the current prefix just
like network_get_ipaddrs6 does. If ipv6-address was empty the function
did not return the first ipaddr even if the list was non-empty.

fixes commit 83e9122f88a002871d5cdf421cf6aa6052b7e006

Signed-off-by: Henning Schild &lt;henning@hennsch.de&gt;

SVN-Revision: 42139
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: strip quotes from the MAC address in macaddr_canonicalize()</title>
<updated>2014-07-14T10:25:49+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2014-07-14T10:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=69abf630cf32e022cc56f405f2e335c4e913965f'/>
<id>69abf630cf32e022cc56f405f2e335c4e913965f</id>
<content type='text'>
Extracted from http://patchwork.openwrt.org/patch/5716/

Signed-off-by: Forest Crossman &lt;cyrozap@gmail.com&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 41639
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extracted from http://patchwork.openwrt.org/patch/5716/

Signed-off-by: Forest Crossman &lt;cyrozap@gmail.com&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 41639
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: depend on jsonfilter and rewrite network.sh to use it</title>
<updated>2014-06-19T16:06:44+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2014-06-19T16:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7eb721425e9655a5910f06d54672e2f639414c39'/>
<id>7eb721425e9655a5910f06d54672e2f639414c39</id>
<content type='text'>
Switches /lib/functions/network.sh from jshn based json parsing to
jsonfilter expression while keeping the existing api.

Expensive methods like "network_find_wan" are up to 20x faster now.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 41281
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switches /lib/functions/network.sh from jshn based json parsing to
jsonfilter expression while keeping the existing api.

Expensive methods like "network_find_wan" are up to 20x faster now.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 41281
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: remove function service_kill</title>
<updated>2014-06-02T12:43:10+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-06-02T12:43:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=37eb27e47dbeb3e94d0415fb6d83e0097721a582'/>
<id>37eb27e47dbeb3e94d0415fb6d83e0097721a582</id>
<content type='text'>
Function service_kill is deprecated and has no user, so remove it.

Signed-off-by: Zhao, Gang &lt;gamerh2o@gmail.com&gt;

SVN-Revision: 40912
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Function service_kill is deprecated and has no user, so remove it.

Signed-off-by: Zhao, Gang &lt;gamerh2o@gmail.com&gt;

SVN-Revision: 40912
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: enable force_link for lan by default</title>
<updated>2014-05-16T19:36:22+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-05-16T19:36:22+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=bb240b50b6d113f399dc34c0fb6ee9599aff6b41'/>
<id>bb240b50b6d113f399dc34c0fb6ee9599aff6b41</id>
<content type='text'>
This allows services to bind to it at boot time instead of waiting for a
cable to be plugged in

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40773
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows services to bind to it at boot time instead of waiting for a
cable to be plugged in

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40773
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: add back missing function for find_mtd_part to /lib/functions.sh (fixes #15496)</title>
<updated>2014-04-08T21:17:49+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-04-08T21:17:49+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=dd58e15b84c0437ea4b06af4df3cc43b53b67228'/>
<id>dd58e15b84c0437ea4b06af4df3cc43b53b67228</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40426
</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: 40426
</pre>
</div>
</content>
</entry>
<entry>
<title>/lib/functions.sh: move rarely used mtd and macaddr related functions to /lib/functions/system.sh</title>
<updated>2014-04-07T10:29:47+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-04-07T10:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4a9ea80ef06472204b66ab037179455a47a98c9e'/>
<id>4a9ea80ef06472204b66ab037179455a47a98c9e</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40411
</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: 40411
</pre>
</div>
</content>
</entry>
<entry>
<title>/lib/functions.sh: move preinit related functions to /lib/functions/preinit.sh</title>
<updated>2014-04-07T09:50:19+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-04-07T09:50:19+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c27c5b9cbc985a65e9ab62d70cc727587f6749f9'/>
<id>c27c5b9cbc985a65e9ab62d70cc727587f6749f9</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40404
</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: 40404
</pre>
</div>
</content>
</entry>
</feed>
